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.
  • connectionStatus: RefreshableObjectConnectionStatus
  • # Required. Supported in v9.0+
  • # Hostname for the Nutanix Prism Central that we use for all the cluster
  • # connections.
  • hostname: String!
  • # Details of the SLA Domain assigned to Nutanix Prism Central.
  • slaAssignable: SlaAssignable
  • # Required. Supported in v9.0+
  • # Username for the Nutanix Prism Central that we use for all the cluster
  • # connections.
  • username: String!
  • # Specifies whether Nutanix DR support is enabled for the the Prism Central
  • # object.
  • isDrEnabled: Boolean
  • # Supported in v9.0+
  • # Describes any pending SLA Domain assignment on this object.
  • pendingSlaDomain: ManagedObjectPendingSlaInfo
  • # Supported in v9.1+
  • # Displays the status of the initiated refresh job.
  • refreshJobAsyncReqStatus: AsyncRequestStatus
  • }

link Require by