OBJECT
UpdateNasSystemReply
Description
Supported in v7.0+ v7.0-v8.0: v8.1+: Basic information regarding a NAS system.
link GraphQL Schema definition
- type UpdateNasSystemReply {
- # Connection status of the NAS system.
- : HostRbsConnectionStatus
- # Required. Supported in v7.0+
- # The hostname of the NAS System.
- : String!
- # Required. Supported in v7.0+
- # ID assigned to the NAS System.
- : String!
- # Supported in v9.4+
- : Boolean
- # Vendor type of the updated NAS system.
- : NasVendorType!
- }