| FcdControlFlagsOperations |
FcdControlFlagsOperations
This sample executes control flag related
operations on a given VStorageObject from vslm:
1.
|
| FcdCreateFromVslm |
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
|
| FcdLegacyDiskAndAssociationOperations |
LegacyDiskAndAssociationOperations
This sample executes below operations on a given VStorageObject
from vslm:
1.
|
| FcdMetadataOperations |
FcdMetadataOperations
This sample executes metadata related
operations on a given VStorageObject from vslm:
1.
|
| FcdMigrationOperations |
FcdMigrationOperations
This sample executes migration related
operations on a given VStorageObject from vslm:
1.
|
| FcdReconcileDatastoreInventoryOperations |
FcdReconcileDatastoreInventoryOperations
This sample executes reconcile related
operations on a given VStorageObject from vslm:
1.
|
| FcdRenameExtendInflateDeleteOperations |
FcdRenameExtendInflateDeleteOperations
This sample executes below operations on a given VStorageObject
from vslm:
1.
|
| FcdRetrieveOperations |
FcdRetrieveOperations
This sample executes below retrieve related operations on
a snapshot of a given VStorageObject from vslm.:
1.
|
| FcdSnapshotOperations |
FcdSnapshotOperations
This sample executes below snapshot related operation on
a snapshot of a given VStorageObject from vslm :
1.
|
| FcdTagOperations |
FcdTagOperations
This sample executes below tag related
operations on a given VStorageObject from vslm:
1.
|
| FcdUpdateAndRetrieveInfrastructurePolicyOperations |
FcdUpdateAndRetrieveInfrastructurePolicyOperations
This sample updates vStorageObject policy,
updates and retrieves virtual storage infrastructure object
SBPM policy on given datastore from vslm.
|