Available in Classic
This is a NAS volume access control rule.
Syntax
The syntax is as follows.
private String serverInstanceNo;
private String customIp;
private Boolean readAccess;
private Boolean writeAccess;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
serverInstanceNo |
String | Conditional | Server instance number assigned to the NAS volume instance |
customIp |
String | Conditional | Custom IP assigned to the NAS volume instance |
readAccess |
Boolean | Required | Read permission status
|
writeAccess |
Boolean | Required | Write permission status
|