OBJECT
ManagedVolumeHostDetail
Description
Specifies host details for the SLA Managed Volume.
link GraphQL Schema definition
- type ManagedVolumeHostDetail {
- # Specifies the Rubrik FID of the host.
- : String!
- # Specifies the host name.
- : String!
- # Specifies connectivity status of the host.
- : HostConnectivityStatusEnum!
- }