OBJECT

UpdateNutanixClusterReply

Description

Supported in v5.0+

link GraphQL Schema definition

  • type UpdateNutanixClusterReply {
  • # Required. Supported in v5.0+
  • # Concatenated X.509 certificates in Base64 encoded DER format. Each certificate
  • # must start with -----BEGIN CERTIFICATE----- and end with -----END
  • # CERTIFICATE-----.
  • caCerts: String!
  • # Required. Supported in v5.0+
  • # Connection status of a Nutanix Cluster.
  • connectionStatus: RefreshableObjectConnectionStatus
  • nutanixClusterSummary: NutanixClusterSummary
  • }

link Require by