Class StorageSpacesPropertiesVmwareStorageProfile
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.StorageSpacesPropertiesVmwareStorageProfile
The StorageSpacesPropertiesVmwareStorageProfile model.
-
Constructor Summary
ConstructorDescriptionCreates an instance of StorageSpacesPropertiesVmwareStorageProfile class. -
Method Summary
Modifier and TypeMethodDescriptionGet the datacenter property: Name of the datacenter in VSphere.Get the datastore property: Name of the datastore in VSphere.folder()
Get the folder property: Name of the folder in VSphere.Get the resourcePool property: Name of the resource pool in VSphere.void
validate()
Validates the instance.withDatacenter
(String datacenter) Set the datacenter property: Name of the datacenter in VSphere.withDatastore
(String datastore) Set the datastore property: Name of the datastore in VSphere.withFolder
(String folder) Set the folder property: Name of the folder in VSphere.withResourcePool
(String resourcePool) Set the resourcePool property: Name of the resource pool in VSphere.
-
Constructor Details
-
StorageSpacesPropertiesVmwareStorageProfile
public StorageSpacesPropertiesVmwareStorageProfile()Creates an instance of StorageSpacesPropertiesVmwareStorageProfile class.
-
-
Method Details
-
datacenter
Get the datacenter property: Name of the datacenter in VSphere.- Returns:
- the datacenter value.
-
withDatacenter
Set the datacenter property: Name of the datacenter in VSphere.- Parameters:
datacenter
- the datacenter value to set.- Returns:
- the StorageSpacesPropertiesVmwareStorageProfile object itself.
-
datastore
Get the datastore property: Name of the datastore in VSphere.- Returns:
- the datastore value.
-
withDatastore
Set the datastore property: Name of the datastore in VSphere.- Parameters:
datastore
- the datastore value to set.- Returns:
- the StorageSpacesPropertiesVmwareStorageProfile object itself.
-
folder
Get the folder property: Name of the folder in VSphere.- Returns:
- the folder value.
-
withFolder
Set the folder property: Name of the folder in VSphere.- Parameters:
folder
- the folder value to set.- Returns:
- the StorageSpacesPropertiesVmwareStorageProfile object itself.
-
resourcePool
Get the resourcePool property: Name of the resource pool in VSphere.- Returns:
- the resourcePool value.
-
withResourcePool
Set the resourcePool property: Name of the resource pool in VSphere.- Parameters:
resourcePool
- the resourcePool value to set.- Returns:
- the StorageSpacesPropertiesVmwareStorageProfile object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-