INPUT_OBJECT
ManagedVolumeUpdateInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input ManagedVolumeUpdateInput {
- # Supported in v5.0+
- # v5.0-v5.1: Assign this managed volume to the given SLA domain.
- # v5.2+: Assign this managed volume to the given SLA domain. Existing snapshots of
- # the object will be retained with the configuration of specified SLA Domain.
- String :
- # Supported in v5.0+
- # Change the name of this managed volume.
- String :
- # Supported in v5.0+
- # Increase capacity for the volume across all the channels.
- Long :
- # Supported in v5.3+
- # Change the IP subnet that specifies an outgoing VLAN interface for a Rubrik
- # node. This option is only available for SLA Managed Volumes.
- String :
- # Supported in v5.0+
- # v5.0-v8.0:
- # v8.1+: Config for updating a Managed Volume.
- ManagedVolumePatchConfigInput :
- # Supported in v5.3+
- ManagedVolumePatchSlaClientConfigInput :
- }