OBJECT
NasSystemNetAppMetroClusterInfo
Description
Optional NetApp Metro Cluster info for the NAS system.
link GraphQL Schema definition
- type NasSystemNetAppMetroClusterInfo {
- # The id of local system on the NAS.
- : String!
- # The mode of local NAS system.
- : String!
- # The name of local system on the NAS.
- : String!
- # The id of partner system on the NAS.
- : String!
- # The mode of partner NAS system.
- : String!
- # The name of partner system on the NAS.
- : String!
- # The cdm-id of partner NAS system, if registered.
- : UUID
- }