VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for StorageBacking. More...
Public Member Functions | |
Builder () | |
Constructor with parameters for the required properties of StorageBacking. | |
Builder | SetType (vmware.content.library.StorageBacking.Type type) |
Type ( DATASTORE, OTHER) of StorageBacking . | |
Builder | SetDatastoreId (string datastoreId) |
Identifier of the datastore used to store the content in the library. | |
Builder | SetStorageUri (global::System.Uri storageUri) |
URI identifying the location used to store the content in the library. | |
StorageBacking | Build () |
Builder class for StorageBacking.
vmware::content::library::StorageBacking::Builder::Builder | ( | ) | [inline] |
Constructor with parameters for the required properties of StorageBacking.
StorageBacking vmware::content::library::StorageBacking::Builder::Build | ( | ) | [inline] |
Builder vmware::content::library::StorageBacking::Builder::SetDatastoreId | ( | string | datastoreId | ) | [inline] |
Identifier of the datastore used to store the content in the library.
When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: Datastore
. When methods return a value of this class as a result, the field will be an identifier for the resource type: Datastore
.
Builder vmware::content::library::StorageBacking::Builder::SetStorageUri | ( | global::System.Uri | storageUri | ) | [inline] |
URI identifying the location used to store the content in the library.
The following URI formats are supported:
vSphere 6.5
vSphere 6.0 Update 1
vSphere 6.0
Builder vmware::content::library::StorageBacking::Builder::SetType | ( | vmware.content.library.StorageBacking.Type | type | ) | [inline] |
Type ( DATASTORE, OTHER) of StorageBacking .