OBJECT

HostRbsNetworkUpdateErrorInfo

Description

Error information for a host RBS network throttle update.

link GraphQL Schema definition

  • type HostRbsNetworkUpdateErrorInfo {
  • # ID of the host that failed to update.
  • hostId: String!
  • # Status message describing why the update failed.
  • networkThrottleUpdateStatus: RequestErrorInfo
  • }