INPUT_OBJECT

ManagedVolumeExportConfigInput

Description

Supported in v5.0+ v5.0-v8.0: v8.1+: Config for a Managed Volume Export.

link GraphQL Schema definition

  • input ManagedVolumeExportConfigInput {
  • # Supported in v5.0+
  • # v5.0-v6.0: IP subnet that specifies an outgoing VLAN interface for a Rubrik
  • # node. This is a required value when creating a managed volume on a Rubrik node
  • # that has multiple VLAN interfaces.
  • # v7.0: IP subnet specifying an outgoing VLAN interface for a Rubrik node. This is
  • # a required value when creating a Managed Volume on a Rubrik node that has
  • # multiple VLAN interfaces.
  • # v8.0+: IP subnet specifing an outgoing VLAN interface for a Rubrik node. This is
  • # a required value when creating a Managed Volume on a Rubrik node that has
  • # multiple VLAN interfaces.
  • subnet: String
  • # Configuration for updating a Managed Volume.
  • managedVolumePatchConfig: ManagedVolumePatchConfigInput
  • # Supported in v5.0+
  • # v5.0-v6.0: Specifies if the managed volume is exported over NFS or SMB. This
  • # defaults to NFS if this optional property is not specified.
  • # v7.0+: Indicates if the Managed Volume is exported over NFS or SMB. Defaults to
  • # NFS if this optional property is not specified.
  • shareType: ManagedVolumeShareType
  • }