INPUT_OBJECT

ManagedVolumeUpdateInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input ManagedVolumeUpdateInput {
  • # Supported in v5.0+
  • # v5.0-v8.0:
  • # v8.1+: Config for updating a Managed Volume.
  • config: ManagedVolumePatchConfigInput
  • # 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.
  • configuredSlaDomainId: String
  • # Supported in v5.0+
  • # Change the name of this managed volume.
  • name: String
  • # Supported in v5.0+
  • # Increase capacity for the volume across all the channels.
  • volumeSize: Long
  • # Supported in v5.3+
  • slaClientConfig: ManagedVolumePatchSlaClientConfigInput
  • # 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.
  • subnet: String
  • }