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.
- String :
- # 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.
- ManagedVolumeShareType :
- # Configuration for updating a Managed Volume.
- ManagedVolumePatchConfigInput :
- }
link Require by
- ManagedVolumeConfigInputSupported in v5.0+ v5.0-v8.0: v8.1+: Managed Volume Config.
- ManagedVolumeExportRequestInputSupported in v7.0+ v7.0-v8.0: v8.1+: Request object for creating a Managed Volume export.
- ManagedVolumeSlaExportConfigInputSupported in v5.3+ v5.3-v8.0: v8.1+: Config for an SLA Managed Volume Export.