INPUT_OBJECT
ManagedVolumePatchConfigInput
Description
Supported in v5.0+ v5.0-v8.0: v8.1+: Config for updating a Managed Volume.
link GraphQL Schema definition
- input ManagedVolumePatchConfigInput {
- #   Supported in v5.0+
- #   v5.0-v5.3: List of host patterns. A host pattern describes a set of hosts who 
- #   can mount the host. It can either be a host name, a network in CIDR notation or 
- #   hostnames matching wildcards * or ?
- #   v6.0: List of host patterns. A host pattern describes a set of hosts who can 
- #   mount the host. It can either be a host name, a network in CIDR notation or 
- #   hostnames matching wildcards * or ?.
- #   v7.0: List of host patterns. A host pattern describes a set of hosts that can 
- #   mount the host. It can either be a host name, a network in CIDR notation or 
- #   hostnames matching wildcards *, or ?.
- #   v8.0+: List of host patterns. A host pattern describes a set of hosts that can 
- #   mount the host. It can either be a host name, a network in CIDR notation or 
- #   hostnames matching wildcards * or ?.
- : [String!]
- #   Supported in v9.3+
- #   Settings related to NFS for the Managed Volume.
- : ManagedVolumeNFSSettingsInput
- #   Supported in v5.0+
- #   v5.0-v6.0: List of node-ids to use for mounting this managed volume channels. 
- #   Caller should specify at least one node per channel in the managed volume. If 
- #   the nodeHint is not provided, system will randomly select a subset of nodes in 
- #   cluster to mount the channels.
- #   v7.0+: List of node-IDs to use for mounting the channels of this Managed Volume. 
- #   Caller should specify at least one node per channel in the Managed Volume. If 
- #   nodeHint is not provided, the system randomly selects a subset of Rubrik cluster 
- #   nodes to mount the channels.
- : [String!]
- #   Supported in v5.0+
- #   v5.0-v5.3: Valid Active Directory domain name for users accessing this managed 
- #   volume over SMB
- #   v6.0: Valid Active Directory domain name for users accessing this managed volume 
- #   over SMB.
- #   v7.0+: Valid Active Directory domain name for users accessing this Managed 
- #   Volume over SMB.
- : String
- #   Supported in v5.0+
- #   v5.0-v5.3: List of valid SMB host IP addresses that can access the SMB share for 
- #   this managed volume. This parameter is required when the value of shareType is 
- #   SMB
- #   v6.0: List of valid SMB host IP addresses that can access the SMB share for this 
- #   managed volume. This parameter is required when the value of shareType is SMB.
- #   v7.0+: List of valid SMB host IP addresses that can access the SMB share for 
- #   this Managed Volume. This parameter is required when the value of shareType is 
- #   SMB.
- : [String!]
- #   Supported in v5.0+
- #   v5.0-v5.3: List of valid usersnames in the domain that can access the SMB share 
- #   for this managed volume. This parameter is required when the value of shareType 
- #   is SMB
- #   v6.0: List of valid usersnames in the domain that can access the SMB share for 
- #   this managed volume. This parameter is required when the value of shareType is 
- #   SMB.
- #   v7.0+: List of valid usersnames in the domain that can access the SMB share for 
- #   this Managed Volume. This parameter is required when the value of shareType is 
- #   SMB.
- : [String!]
- }