index all








Index (VMware vSphere SMS SDK JAXWS Java Samples Documentation)







function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (VMware vSphere SMS SDK JAXWS Java Samples Documentation)";
}
}



















Overview 
Package 
Class 
Tree 
Deprecated 
 Index 










 PREV 
 NEXT

FRAMES  
 NO FRAMES  
 



All Classes









C D E G H I L M O P Q S T U V

C

Catalog - Class in com.vmware.apputilsJava representation of the entity relationship specification for the QueryList API method.Catalog() -
Constructor for class com.vmware.apputils.Catalog
 
com.vmware.apputils - package com.vmware.apputils com.vmware.samples.sms - package com.vmware.samples.sms configureSyncInterval(int) -
Method in class com.vmware.apputils.SmServiceConnection
Wrapper for SMS configureSyncInterval method.
ConfigureSyncInterval - Class in com.vmware.samples.sms ConfigureSyncInterval This sample configures the interval at which the Storage Monitoring Service synchronizes data from the vCenter database.ConfigureSyncInterval() -
Constructor for class com.vmware.samples.sms.ConfigureSyncInterval
 



D

DoublePropertyType -
Static variable in class com.vmware.apputils.PropertyType
Attribute to represent a double type



E

EntityHelper - Class in com.vmware.apputilsHelper methods for using entity reference objects.EntityHelper() -
Constructor for class com.vmware.apputils.EntityHelper
 
EnumLookup - Class in com.vmware.apputilsJava representation of all the enum types for the properties supported by the QueryList API method.EnumLookup() -
Constructor for class com.vmware.apputils.EnumLookup
 
EnumLookup.datastoreStatus - Enum in com.vmware.apputilsDatastore StatusEnumLookup.datastoreType - Enum in com.vmware.apputilsDatastore Volume TypeEnumLookup.multipathingStatus - Enum in com.vmware.apputilsMultipathing StatusEnumLookup.nasMountStatus - Enum in com.vmware.apputilsNAS Mount StatusEnumLookup.nasMountType - Enum in com.vmware.apputilsNAS Mount TypeEnumLookup.scsiAdapterStatus - Enum in com.vmware.apputilsSCSI Adapter StatusEnumLookup.scsiAdapterType - Enum in com.vmware.apputilsSCSI Adapter TypeEnumLookup.scsiPathActivityState - Enum in com.vmware.apputilsSCSI Path Activity StateEnumLookup.scsiPathPreferred - Enum in com.vmware.apputilsSCSI Path PreferredEnumLookup.scsiPathStatus - Enum in com.vmware.apputilsSCSI Path UsageEnumLookup.scsiTargetStatus - Enum in com.vmware.apputilsSCSI Target StatusEnumLookup.scsiVolumeStatus - Enum in com.vmware.apputilsStatus of SCSI VolumeEnumLookup.vmFileType - Enum in com.vmware.apputilsVM File TypeenumMap -
Variable in class com.vmware.apputils.EnumLookup
Data structure to store mapping of value for each supported enum type.
enumName -
Variable in class com.vmware.apputils.PropertyType
Contains the name of the enum type if the property is an enum.
execute() -
Method in class com.vmware.samples.sms.QueryDatastoresInDcWithFilter
 
execute() -
Method in class com.vmware.samples.sms.QueryScsiVolumesInDc
 
execute() -
Method in class com.vmware.samples.sms.QueryTopology
 



G

get(String) -
Method in class com.vmware.apputils.OptionsHelper
Retrieves option value corresponding to given key.
getPropertyType(String, String, String) -
Static method in class com.vmware.apputils.Catalog
Returns the type of the specified property when querying for the given relationship combination.
getPropertyType(String, String) -
Static method in class com.vmware.apputils.Catalog
Returns the type of the specified property when querying for the given entity type.
getSmsPort() -
Method in class com.vmware.apputils.SmServiceConnection
Returns SMS service stub
getSubCatalog(String, String) -
Static method in class com.vmware.apputils.Catalog
Returns a collection of all properties for a given relationship combination.
getSubCatalog(String) -
Static method in class com.vmware.apputils.Catalog
Returns a collection of all properties for a query on the given entity type.
getVimPort() -
Method in class com.vmware.apputils.SmServiceConnection
Returns vCenter service stub
getVimServiceContent() -
Method in class com.vmware.apputils.SmServiceConnection
Returns vCenter service content



H

hasRelation(String) -
Static method in class com.vmware.apputils.Catalog
Indicates if any relationship queries are supported for the given entity type.



I

isNumber -
Variable in class com.vmware.apputils.PropertyType
Identifies if the property type is a numeric or not.
isProperty(String, String, String) -
Static method in class com.vmware.apputils.Catalog
Indicates if the specified property is returned by a query for the given relationship combination.
isProperty(String, String) -
Static method in class com.vmware.apputils.Catalog
Indicates if the specified property is returned by a query for the given entity type.
isRelation(String, String) -
Static method in class com.vmware.apputils.Catalog
Indicates if the specified relationship combination is supported.
isSet(String) -
Method in class com.vmware.apputils.OptionsHelper
Verifies if an option by the given name is present.



L

load(String[]) -
Method in class com.vmware.apputils.OptionsHelper
Parses options from the given list of strings.
LongPropertyType -
Static variable in class com.vmware.apputils.PropertyType
Attribute to represent a long type



M

main(String[]) -
Static method in class com.vmware.samples.sms.ConfigureSyncInterval
 
main(String[]) -
Static method in class com.vmware.samples.sms.QueryDatastoresInDcWithFilter
 
main(String[]) -
Static method in class com.vmware.samples.sms.QueryScsiVolumesInDc
 
main(String[]) -
Static method in class com.vmware.samples.sms.QueryTopology
 
main(String[]) -
Static method in class com.vmware.samples.sms.SampleProvider
 
main(String[]) -
Static method in class com.vmware.samples.sms.Sync
 
main(String[]) -
Static method in class com.vmware.samples.sms.UpdateVcDbConnectionInfo
 



O

OptionsHelper - Class in com.vmware.apputilsSimple utility to parse and retrieve command line options.OptionsHelper() -
Constructor for class com.vmware.apputils.OptionsHelper
 



P

parseEntityReference(ManagedObjectReference) -
Static method in class com.vmware.apputils.EntityHelper
Takes a VC ManagedObjectReference Id and constructs a valid EntityReference from it.
parseMOR(EntityReference) -
Static method in class com.vmware.apputils.EntityHelper
Converts the given entity reference, which represents a managed object, to a ManagedObjectReference type.
PropertyType - Class in com.vmware.apputilsSpecifies the data type of a property.PropertyType(String) -
Constructor for class com.vmware.apputils.PropertyType
Create an enum propertyType and specify the name of the enum.
PropertyType.Type - Enum in com.vmware.apputilsEnumeration of various type names that are supported


Q

QueryDatastoresInDcWithFilter - Class in com.vmware.samples.sms QueryDatastoresInDcWithFilter This sample iterates over the list of all datacenter instances in the vCenter inventory and queries for associated datastores that match the criteria provided in the QuerySpec.QueryDatastoresInDcWithFilter(SmServiceConnection, String) -
Constructor for class com.vmware.samples.sms.QueryDatastoresInDcWithFilter
 
queryList(EntityReference, EntityReferenceEntityType, QuerySpec) -
Method in class com.vmware.apputils.SmServiceConnection
Wrapper for SMS queryList method.
QueryScsiVolumesInDc - Class in com.vmware.samples.sms QueryScsiVolumesInDc This sample iterates over the list of all datacenter instances in the vCenter inventory and queries for associated SCSI Volumes (LUNs).QueryScsiVolumesInDc(SmServiceConnection) -
Constructor for class com.vmware.samples.sms.QueryScsiVolumesInDc
 
queryTopology(EntityReference) -
Method in class com.vmware.apputils.SmServiceConnection
Wrapper for SMS queryTopology method.
QueryTopology - Class in com.vmware.samples.sms QueryTopology This sample queries the topology of a given datacenter and displays each node along with all the edges associated with it.QueryTopology(SmServiceConnection, String) -
Constructor for class com.vmware.samples.sms.QueryTopology
 



S

SampleProvider - Class in com.vmware.samples.sms SampleProvider This sample demonstrates registration, listing and deregistration of a VASA provider.SampleProvider(SmServiceConnection, VasaProviderSpec) -
Constructor for class com.vmware.samples.sms.SampleProvider
 
SmServiceConnection - Class in com.vmware.apputils SmServiceConnection.java Connection management utility for the Storage Monitoring Service.SmServiceConnection(String, String, String) -
Constructor for class com.vmware.apputils.SmServiceConnection
 
StringPropertyType -
Static variable in class com.vmware.apputils.PropertyType
Attribute to represent a string type
sync() -
Method in class com.vmware.apputils.SmServiceConnection
Wrapper for SMS sync method.
Sync - Class in com.vmware.samples.sms Sync This sample triggers Storage Monitoring Service synchronization of data from the vCenter database.Sync() -
Constructor for class com.vmware.samples.sms.Sync
 



T

type -
Variable in class com.vmware.apputils.PropertyType
Type value for an instance of the class



U

updateVcDbConnectionInfo(DbConnectionSpec) -
Method in class com.vmware.apputils.SmServiceConnection
Wrapper for SMS updateVcDbConnectionInfo method.
UpdateVcDbConnectionInfo - Class in com.vmware.samples.sms UpdateVcDbConnectionInfo This sample changes the JDBC information used by the Storage Monitoring Service to connect to the vCenter database.UpdateVcDbConnectionInfo() -
Constructor for class com.vmware.samples.sms.UpdateVcDbConnectionInfo
 



V

valueOf(String) -
Static method in enum com.vmware.apputils.EnumLookup.datastoreStatus
Returns the enum constant of this type with the specified name.
valueOf(String) -
Static method in enum com.vmware.apputils.EnumLookup.datastoreType
Returns the enum constant of this type with the specified name.
valueOf(String) -
Static method in enum com.vmware.apputils.EnumLookup.multipathingStatus
Returns the enum constant of this type with the specified name.
valueOf(String) -
Static method in enum com.vmware.apputils.EnumLookup.nasMountStatus
Returns the enum constant of this type with the specified name.
valueOf(String) -
Static method in enum com.vmware.apputils.EnumLookup.nasMountType
Returns the enum constant of this type with the specified name.
valueOf(String) -
Static method in enum com.vmware.apputils.EnumLookup.scsiAdapterStatus
Returns the enum constant of this type with the specified name.
valueOf(String) -
Static method in enum com.vmware.apputils.EnumLookup.scsiAdapterType
Returns the enum constant of this type with the specified name.
valueOf(String) -
Static method in enum com.vmware.apputils.EnumLookup.scsiPathActivityState
Returns the enum constant of this type with the specified name.
valueOf(String) -
Static method in enum com.vmware.apputils.EnumLookup.scsiPathPreferred
Returns the enum constant of this type with the specified name.
valueOf(String) -
Static method in enum com.vmware.apputils.EnumLookup.scsiPathStatus
Returns the enum constant of this type with the specified name.
valueOf(String) -
Static method in enum com.vmware.apputils.EnumLookup.scsiTargetStatus
Returns the enum constant of this type with the specified name.
valueOf(String) -
Static method in enum com.vmware.apputils.EnumLookup.scsiVolumeStatus
Returns the enum constant of this type with the specified name.
valueOf(String) -
Static method in enum com.vmware.apputils.EnumLookup.vmFileType
Returns the enum constant of this type with the specified name.
valueOf(String) -
Static method in enum com.vmware.apputils.PropertyType.Type
Returns the enum constant of this type with the specified name.
values() -
Static method in enum com.vmware.apputils.EnumLookup.datastoreStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() -
Static method in enum com.vmware.apputils.EnumLookup.datastoreType
Returns an array containing the constants of this enum type, in the order they are declared.
values() -
Static method in enum com.vmware.apputils.EnumLookup.multipathingStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() -
Static method in enum com.vmware.apputils.EnumLookup.nasMountStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() -
Static method in enum com.vmware.apputils.EnumLookup.nasMountType
Returns an array containing the constants of this enum type, in the order they are declared.
values() -
Static method in enum com.vmware.apputils.EnumLookup.scsiAdapterStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() -
Static method in enum com.vmware.apputils.EnumLookup.scsiAdapterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() -
Static method in enum com.vmware.apputils.EnumLookup.scsiPathActivityState
Returns an array containing the constants of this enum type, in the order they are declared.
values() -
Static method in enum com.vmware.apputils.EnumLookup.scsiPathPreferred
Returns an array containing the constants of this enum type, in the order they are declared.
values() -
Static method in enum com.vmware.apputils.EnumLookup.scsiPathStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() -
Static method in enum com.vmware.apputils.EnumLookup.scsiTargetStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() -
Static method in enum com.vmware.apputils.EnumLookup.scsiVolumeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() -
Static method in enum com.vmware.apputils.EnumLookup.vmFileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() -
Static method in enum com.vmware.apputils.PropertyType.Type
Returns an array containing the constants of this enum type, in the order they are declared.


C D E G H I L M O P Q S T U V










Overview 
Package 
Class 
Tree 
Deprecated 
 Index 










 PREV 
 NEXT

FRAMES  
 NO FRAMES  
 



All Classes















Wyszukiwarka

Podobne podstrony:
index all
index all
index all
index all (2)
index all
index all
index all
index all
index all
index all
index all
index all
index all
index all
index all
SMB3 All Stars Map Tiles Index

więcej podobnych podstron