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-----.
- String! :
- # Required. Supported in v5.0+
- # Connection status of a Nutanix Cluster.
- RefreshableObjectConnectionStatus :
- NutanixClusterSummary :
- }