C E F G I L P R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.vmware.fcd - package com.vmware.fcd
- com.vmware.fcd.helpers - package com.vmware.fcd.helpers
E
- EAGER_ZEROED_THICK - com.vmware.fcd.helpers.FcdUtil.DiskProvisioningTypes
F
- FcdControlFlagsOperations - Class in com.vmware.fcd
-
FcdControlFlagsOperations This sample executes control flag related operations on a given VStorageObject from vslm: 1.
- FcdControlFlagsOperations() - Constructor for class com.vmware.fcd.FcdControlFlagsOperations
- FcdCreateFromVslm - Class in com.vmware.fcd
-
FcdCreate This sample creates a virtual storage object Parameters: url [required] : url of the web service username [required] : username for the authentication password [required] : password for the authentication vstorageobjectname [required] : Name of the disk datastorename [required] : Name of the datastore vstorageobjectsizeinMB [required] : Size of the disk(in MB) provisioningtype [optional] : Type of provisioning for the disk [thin | eagerZeroedThick | lazyZeroedThick | virtualMode | physicalMode] devicename [optional] : Canonical name of the LUN to use for disk types Command Line: Create a disk (virtual storage object) given vstorageobject name, datastore name and vstorageobject size run.bat com.vmware.fcd.FcdCreateFromVslm --url [webserviceurl] --username [username] --password [password] --vstorageobjectname [vstorageobjectname] --datastorename [datastorename] --vstorageobject [vstorageobject] Create a disk (virtual storage object) given vstorageobject name, datastore names, vstorageobject size and provisioning type of vstorageobject run.bat com.vmware.fcd.FcdCreateFromVslm --url [webserviceurl] --username [username] --password [password] --vstorageobjectname [vstorageobjectname] --datastorename [datastorename] --vstorageobject [vstorageobject] --provisioningtype [provisioningtype] --devicename [devicename] Ex: devicename :: vmhba0:0:0:0
- FcdCreateFromVslm() - Constructor for class com.vmware.fcd.FcdCreateFromVslm
- FcdLegacyDiskAndAssociationOperations - Class in com.vmware.fcd
-
LegacyDiskAndAssociationOperations This sample executes below operations on a given VStorageObject from vslm: 1.
- FcdLegacyDiskAndAssociationOperations() - Constructor for class com.vmware.fcd.FcdLegacyDiskAndAssociationOperations
- FcdMetadataOperations - Class in com.vmware.fcd
-
FcdMetadataOperations This sample executes metadata related operations on a given VStorageObject from vslm: 1.
- FcdMetadataOperations() - Constructor for class com.vmware.fcd.FcdMetadataOperations
- FcdMigrationOperations - Class in com.vmware.fcd
-
FcdMigrationOperations This sample executes migration related operations on a given VStorageObject from vslm: 1.
- FcdMigrationOperations() - Constructor for class com.vmware.fcd.FcdMigrationOperations
- FcdReconcileDatastoreInventoryOperations - Class in com.vmware.fcd
-
FcdReconcileDatastoreInventoryOperations This sample executes reconcile related operations on a given VStorageObject from vslm: 1.
- FcdReconcileDatastoreInventoryOperations() - Constructor for class com.vmware.fcd.FcdReconcileDatastoreInventoryOperations
- FcdRenameExtendInflateDeleteOperations - Class in com.vmware.fcd
-
FcdRenameExtendInflateDeleteOperations This sample executes below operations on a given VStorageObject from vslm: 1.
- FcdRenameExtendInflateDeleteOperations() - Constructor for class com.vmware.fcd.FcdRenameExtendInflateDeleteOperations
- FcdRetrieveOperations - Class in com.vmware.fcd
-
FcdRetrieveOperations This sample executes below retrieve related operations on a snapshot of a given VStorageObject from vslm.: 1.
- FcdRetrieveOperations() - Constructor for class com.vmware.fcd.FcdRetrieveOperations
- FcdSnapshotOperations - Class in com.vmware.fcd
-
FcdSnapshotOperations This sample executes below snapshot related operation on a snapshot of a given VStorageObject from vslm : 1.
- FcdSnapshotOperations() - Constructor for class com.vmware.fcd.FcdSnapshotOperations
- FcdTagOperations - Class in com.vmware.fcd
-
FcdTagOperations This sample executes below tag related operations on a given VStorageObject from vslm: 1.
- FcdTagOperations() - Constructor for class com.vmware.fcd.FcdTagOperations
- FcdUpdateAndRetrieveInfrastructurePolicyOperations - Class in com.vmware.fcd
-
FcdUpdateAndRetrieveInfrastructurePolicyOperations This sample updates vStorageObject policy, updates and retrieves virtual storage infrastructure object SBPM policy on given datastore from vslm.
- FcdUpdateAndRetrieveInfrastructurePolicyOperations() - Constructor for class com.vmware.fcd.FcdUpdateAndRetrieveInfrastructurePolicyOperations
- FcdUtil - Class in com.vmware.fcd.helpers
- FcdUtil() - Constructor for class com.vmware.fcd.helpers.FcdUtil
- FcdUtil.DiskProvisioningTypes - Enum in com.vmware.fcd.helpers
- FcdVslmHelper - Class in com.vmware.fcd.helpers
- FcdVslmHelper(Connection) - Constructor for class com.vmware.fcd.helpers.FcdVslmHelper
G
- generateMetadataPair(int) - Method in class com.vmware.fcd.FcdMetadataOperations
-
This method creates metadata key-value pairs
- generateVslmCloneSpec(ManagedObjectReference, FcdMigrationOperations.DiskProvisioningTypes) - Method in class com.vmware.fcd.FcdMigrationOperations
-
This method constructs a VslmCloneSpec for the vStorageObject
- generateVslmCreateSpec(ManagedObjectReference, FcdMetadataOperations.DiskProvisioningTypes) - Method in class com.vmware.fcd.FcdMetadataOperations
-
This method constructs a VslmCreateSpec for the vStorageObject
- generateVslmCreateSpec(ManagedObjectReference, FcdUtil.DiskProvisioningTypes, String, String, long) - Static method in class com.vmware.fcd.helpers.FcdUtil
-
This method constructs a VslmCreateSpec for the vStorageObject
- generateVslmRelocateSpec(ManagedObjectReference, FcdMigrationOperations.DiskProvisioningTypes) - Method in class com.vmware.fcd.FcdMigrationOperations
-
This method constructs a VslmRelocateSpec for the vStorageObject
- getFcdFilePath(VStorageObject) - Static method in class com.vmware.fcd.FcdMetadataOperations
-
Util method to get the FilePath of a given VStorageObject.
- getFcdFilePath(VStorageObject) - Static method in class com.vmware.fcd.helpers.FcdUtil
-
Util method to get the FilePath of a given VStorageObject.
- getVimPort() - Method in class com.vmware.fcd.helpers.VslmConnection
-
Returns vCenter service stub
- getVimServiceContent() - Method in class com.vmware.fcd.helpers.VslmConnection
-
Returns vCenter service content
- getVslmMor() - Static method in class com.vmware.fcd.helpers.FcdVslmHelper
- getVslmPort() - Method in class com.vmware.fcd.helpers.FcdVslmHelper
- getVslmPort() - Method in class com.vmware.fcd.helpers.VslmConnection
-
Returns SMS service stub
- getVslmServiceInstance() - Method in class com.vmware.fcd.helpers.FcdVslmHelper
- getVStorageObjMgr() - Method in class com.vmware.fcd.helpers.FcdVslmHelper
I
- init() - Method in class com.vmware.fcd.FcdCreateFromVslm
- init() - Method in class com.vmware.fcd.FcdMetadataOperations
- init() - Method in class com.vmware.fcd.FcdMigrationOperations
- isFcdIdInFcdList(List<String>, List<ID>) - Static method in class com.vmware.fcd.helpers.FcdUtil
-
Verifies if Fcd Id as string List is included in fcdIDList
- isSnapshotIdInSnapshotList(VStorageObjectSnapshotInfo, ID) - Static method in class com.vmware.fcd.FcdMetadataOperations
-
Verify if Snapshot Id is included in retrievedSnapshotInfo
- isSnapshotIdInSnapshotList(VStorageObjectSnapshotInfo, ID) - Static method in class com.vmware.fcd.FcdSnapshotOperations
-
Verifies if Snapshot Id is included in retrievedSnapshotInfo
L
- LAZY_ZEROED_THICK - com.vmware.fcd.helpers.FcdUtil.DiskProvisioningTypes
P
- PHYSICAL_MODE - com.vmware.fcd.helpers.FcdUtil.DiskProvisioningTypes
R
- run() - Method in class com.vmware.fcd.FcdControlFlagsOperations
- run() - Method in class com.vmware.fcd.FcdCreateFromVslm
- run() - Method in class com.vmware.fcd.FcdLegacyDiskAndAssociationOperations
- run() - Method in class com.vmware.fcd.FcdMetadataOperations
- run() - Method in class com.vmware.fcd.FcdMigrationOperations
- run() - Method in class com.vmware.fcd.FcdReconcileDatastoreInventoryOperations
- run() - Method in class com.vmware.fcd.FcdRenameExtendInflateDeleteOperations
- run() - Method in class com.vmware.fcd.FcdRetrieveOperations
- run() - Method in class com.vmware.fcd.FcdSnapshotOperations
- run() - Method in class com.vmware.fcd.FcdTagOperations
- run() - Method in class com.vmware.fcd.FcdUpdateAndRetrieveInfrastructurePolicyOperations
S
- setCategory(String) - Method in class com.vmware.fcd.FcdTagOperations
- setControlFlags(String) - Method in class com.vmware.fcd.FcdControlFlagsOperations
- setControllerKey(String) - Method in class com.vmware.fcd.FcdLegacyDiskAndAssociationOperations
- setDataCenterName(String) - Method in class com.vmware.fcd.FcdLegacyDiskAndAssociationOperations
- setDatastoreName(String) - Method in class com.vmware.fcd.FcdCreateFromVslm
- setDatastoreName(String) - Method in class com.vmware.fcd.FcdMetadataOperations
- setDatastoreName(String) - Method in class com.vmware.fcd.FcdReconcileDatastoreInventoryOperations
- setDatastoreName(String) - Method in class com.vmware.fcd.FcdUpdateAndRetrieveInfrastructurePolicyOperations
- setDatastorePath(String) - Method in class com.vmware.fcd.FcdSnapshotOperations
- setDescription(String) - Method in class com.vmware.fcd.FcdSnapshotOperations
- setDestDatastoreName(String) - Method in class com.vmware.fcd.FcdMigrationOperations
- setDeviceGroupId(String) - Method in class com.vmware.fcd.FcdSnapshotOperations
- setDeviceGroupId(String) - Method in class com.vmware.fcd.FcdUpdateAndRetrieveInfrastructurePolicyOperations
- setDeviceName(String) - Method in class com.vmware.fcd.FcdCreateFromVslm
- setDeviceName(String) - Method in class com.vmware.fcd.FcdMetadataOperations
- setFaultDomainId(String) - Method in class com.vmware.fcd.FcdSnapshotOperations
- setFaultDomainId(String) - Method in class com.vmware.fcd.FcdUpdateAndRetrieveInfrastructurePolicyOperations
- setFcdName(String) - Method in class com.vmware.fcd.FcdLegacyDiskAndAssociationOperations
- setHostScsiDisk(HostScsiDisk) - Method in class com.vmware.fcd.FcdMigrationOperations
- setLegacyDiskFileName(String) - Method in class com.vmware.fcd.FcdLegacyDiskAndAssociationOperations
- setMaxResult(String) - Method in class com.vmware.fcd.FcdRetrieveOperations
- setNewCapacityInMB(long) - Method in class com.vmware.fcd.FcdRenameExtendInflateDeleteOperations
- setNewVStorageObjectName(String) - Method in class com.vmware.fcd.FcdRenameExtendInflateDeleteOperations
- setProfileSpec(String) - Method in class com.vmware.fcd.FcdSnapshotOperations
- setProfileSpec(String) - Method in class com.vmware.fcd.FcdUpdateAndRetrieveInfrastructurePolicyOperations
- setProvisioningType(String) - Method in class com.vmware.fcd.FcdCreateFromVslm
- setProvisioningType(String) - Method in class com.vmware.fcd.FcdMetadataOperations
- setProvisioningType(String) - Method in class com.vmware.fcd.FcdMigrationOperations
- setQueryField(String) - Method in class com.vmware.fcd.FcdRetrieveOperations
- setQueryOperator(String) - Method in class com.vmware.fcd.FcdRetrieveOperations
- setQueryValue(String) - Method in class com.vmware.fcd.FcdRetrieveOperations
- setTag(String) - Method in class com.vmware.fcd.FcdTagOperations
- setUnitNumber(String) - Method in class com.vmware.fcd.FcdLegacyDiskAndAssociationOperations
- setVmName(String) - Method in class com.vmware.fcd.FcdLegacyDiskAndAssociationOperations
- setVStorageObjectId(String) - Method in class com.vmware.fcd.FcdControlFlagsOperations
- setVStorageObjectId(String) - Method in class com.vmware.fcd.FcdLegacyDiskAndAssociationOperations
- setVStorageObjectId(String) - Method in class com.vmware.fcd.FcdMigrationOperations
- setVStorageObjectId(String) - Method in class com.vmware.fcd.FcdRenameExtendInflateDeleteOperations
- setVStorageObjectId(String) - Method in class com.vmware.fcd.FcdRetrieveOperations
- setVStorageObjectId(String) - Method in class com.vmware.fcd.FcdSnapshotOperations
- setVStorageObjectId(String) - Method in class com.vmware.fcd.FcdTagOperations
- setVStorageObjectId(String) - Method in class com.vmware.fcd.FcdUpdateAndRetrieveInfrastructurePolicyOperations
- setVStorageObjectName(String) - Method in class com.vmware.fcd.FcdCreateFromVslm
- setVStorageObjectName(String) - Method in class com.vmware.fcd.FcdMetadataOperations
- setVStorageObjectName(String) - Method in class com.vmware.fcd.FcdMigrationOperations
- setVStorageObjectName(String) - Method in class com.vmware.fcd.FcdSnapshotOperations
- setVStorageObjectSize(long) - Method in class com.vmware.fcd.FcdCreateFromVslm
- setVStorageObjectSize(long) - Method in class com.vmware.fcd.FcdMetadataOperations
T
- THIN - com.vmware.fcd.helpers.FcdUtil.DiskProvisioningTypes
V
- value() - Method in enum com.vmware.fcd.helpers.FcdUtil.DiskProvisioningTypes
- valueOf(String) - Static method in enum com.vmware.fcd.helpers.FcdUtil.DiskProvisioningTypes
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.vmware.fcd.helpers.FcdUtil.DiskProvisioningTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VIRTUAL_MODE - com.vmware.fcd.helpers.FcdUtil.DiskProvisioningTypes
- VSLM_TASK_SLEEP_INTERVAL - Static variable in class com.vmware.fcd.helpers.FcdVslmHelper
- VslmConnection - Class in com.vmware.fcd.helpers
-
Connection management utility for VSLM endpoint exposed through SPS
- VslmConnection(String, String, String) - Constructor for class com.vmware.fcd.helpers.VslmConnection
W
- waitForTask(ManagedObjectReference) - Method in class com.vmware.fcd.helpers.FcdVslmHelper
-
Wait for a vslm task to complete.
All Classes All Packages