OBJECT
DataHosts
Description
NAS Data Hosts entry.
link GraphQL Schema definition
- type DataHosts {
- # Host IP addresses.
- : [String!]!
- # List of protocols supported by this host.
- : CloudDirectNasProtocolType!
- }
OBJECT
NAS Data Hosts entry.
- type DataHosts {
- # Host IP addresses.
- : [String!]!
- # List of protocols supported by this host.
- : CloudDirectNasProtocolType!
- }