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 {
- # Required. Supported in v7.0+
- # The hostname of the NAS System.
- String! :
- # Required. Supported in v7.0+
- # ID assigned to the NAS System.
- String! :
- # Vendor type of the updated NAS system.
- NasVendorType! :
- }