Package | Description |
---|---|
com.vmware.vcenter.namespace_management |
The
com.vmware.vcenter.namespace_management package provides interfaces
for managing Namespaces. |
Modifier and Type | Method and Description |
---|---|
static CNSFileConfig |
CNSFileConfig._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static CNSFileConfig |
CNSFileConfig._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
CNSFileConfig |
CNSFileConfig.Builder.build() |
CNSFileConfig |
WorkloadsStorageConfig.getCloudNativeFileVolume()
WorkloadsStorageConfig.getCloudNativeFileVolume()
specifies the Cloud Native Storage file volume support on the Supervisor. |
CNSFileConfig |
ClustersTypes.Info.getCnsFileConfig()
Specification for configuring Cloud Native Storage file volume support on
Supervisor.
|
CNSFileConfig |
ClustersTypes.EnableSpec.getCnsFileConfig()
Specification for configuring Cloud Native Storage file volume support on
Supervisor.
|
CNSFileConfig |
ClustersTypes.UpdateSpec.getCnsFileConfig()
Specification for configuring Cloud Native Storage file volume support on
Supervisor.
|
CNSFileConfig |
ClustersTypes.SetSpec.getCnsFileConfig()
Specification for configuring Cloud Native Storage file volume support on
Supervisor.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkloadsStorageConfig.setCloudNativeFileVolume(CNSFileConfig cloudNativeFileVolume)
WorkloadsStorageConfig.getCloudNativeFileVolume()
specifies the Cloud Native Storage file volume support on the Supervisor. |
WorkloadsStorageConfig.Builder |
WorkloadsStorageConfig.Builder.setCloudNativeFileVolume(CNSFileConfig cloudNativeFileVolume)
WorkloadsStorageConfig.getCloudNativeFileVolume()
specifies the Cloud Native Storage file volume support on the Supervisor. |
void |
ClustersTypes.Info.setCnsFileConfig(CNSFileConfig cnsFileConfig)
Specification for configuring Cloud Native Storage file volume support on
Supervisor.
|
ClustersTypes.Info.Builder |
ClustersTypes.Info.Builder.setCnsFileConfig(CNSFileConfig cnsFileConfig)
Specification for configuring Cloud Native Storage file volume support on
Supervisor.
|
void |
ClustersTypes.EnableSpec.setCnsFileConfig(CNSFileConfig cnsFileConfig)
Specification for configuring Cloud Native Storage file volume support on
Supervisor.
|
ClustersTypes.EnableSpec.Builder |
ClustersTypes.EnableSpec.Builder.setCnsFileConfig(CNSFileConfig cnsFileConfig)
Specification for configuring Cloud Native Storage file volume support on
Supervisor.
|
void |
ClustersTypes.UpdateSpec.setCnsFileConfig(CNSFileConfig cnsFileConfig)
Specification for configuring Cloud Native Storage file volume support on
Supervisor.
|
ClustersTypes.UpdateSpec.Builder |
ClustersTypes.UpdateSpec.Builder.setCnsFileConfig(CNSFileConfig cnsFileConfig)
Specification for configuring Cloud Native Storage file volume support on
Supervisor.
|
void |
ClustersTypes.SetSpec.setCnsFileConfig(CNSFileConfig cnsFileConfig)
Specification for configuring Cloud Native Storage file volume support on
Supervisor.
|
ClustersTypes.SetSpec.Builder |
ClustersTypes.SetSpec.Builder.setCnsFileConfig(CNSFileConfig cnsFileConfig)
Specification for configuring Cloud Native Storage file volume support on
Supervisor.
|