OBJECT
UpdateNutanixPrismCentralReply
Description
Response for the update Nutanix Prism Central operation.
link GraphQL Schema definition
- type UpdateNutanixPrismCentralReply {
- # Supported in v9.0+
- # Connection status of the Nutanix Prism Central.
- : RefreshableObjectConnectionStatus
- # Required. Supported in v9.0+
- # Hostname for the Nutanix Prism Central that we use for all the cluster
- # connections.
- : String!
- # Supported in v9.2+
- # Specifies whether Nutanix DR support is enabled for the the Prism Central
- # object.
- : Boolean
- # Supported in v9.0+
- # Describes any pending SLA Domain assignment on this object.
- : ManagedObjectPendingSlaInfo
- # Supported in v9.1+
- # Displays the status of the initiated refresh job.
- : AsyncRequestStatus
- # Details of the SLA Domain assigned to Nutanix Prism Central.
- : SlaAssignable
- # Required. Supported in v9.0+
- # Username for the Nutanix Prism Central that we use for all the cluster
- # connections.
- : String!
- }