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.
  • localClusterIdOnNas: String!
  • # The mode of local NAS system.
  • localClusterMode: String!
  • # The name of local system on the NAS.
  • localClusterNameOnNas: String!
  • # The id of partner system on the NAS.
  • partnerClusterIdOnNas: String!
  • # The mode of partner NAS system.
  • partnerClusterMode: String!
  • # The name of partner system on the NAS.
  • partnerClusterNameOnNas: String!
  • # The cdm-id of partner NAS system, if registered.
  • partnerNasSystemCdmIdOpt: UUID
  • }