Vcenter NamespaceManagement Supervisors Workloads Storage Policies UpdateSpec
The Vcenter NamespaceManagement Supervisors Workloads Storage Policies UpdateSpec schema contains the specification required to update workload storage policies for the given Supervisor.
This schema was added in vSphere API 9.1.0.0.
{
"ephemeral_storage_policy": "string",
"image_storage_policy": "string"
}
Identifier of the storage policy associated with ephemeral disks of all the vSphere Pods in the Supervisor.
This property was added in vSphere API 9.1.0.0.
If missing or null, storage policy associated with ephemeral disks of all the Kubernetes Pods will not be modified.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: SpsStorageProfile. When operations return a value of this schema as a response, the property will be an identifier for the resource type: SpsStorageProfile.
Identifier of the storage policy associated with vSphere Pod container images.
This property was added in vSphere API 9.1.0.0.
If missing or null, the image storage policy associated with the Supervisor will not be modified.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: SpsStorageProfile. When operations return a value of this schema as a response, the property will be an identifier for the resource type: SpsStorageProfile.