- 0.51.0 (latest)
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.8
- 0.2.1
- 0.1.1
public static interface VolumeConfig.NfsExportOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAllowDev()
public abstract boolean getAllowDev()
Allow dev flag in NfsShare AllowedClientsRequest.
bool allow_dev = 7;
Returns | |
---|---|
Type | Description |
boolean |
The allowDev. |
getAllowSuid()
public abstract boolean getAllowSuid()
Allow the setuid flag.
bool allow_suid = 6;
Returns | |
---|---|
Type | Description |
boolean |
The allowSuid. |
getCidr()
public abstract String getCidr()
A CIDR range.
string cidr = 3;
Returns | |
---|---|
Type | Description |
String |
The cidr. |
getCidrBytes()
public abstract ByteString getCidrBytes()
A CIDR range.
string cidr = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for cidr. |
getClientCase()
public abstract VolumeConfig.NfsExport.ClientCase getClientCase()
Returns | |
---|---|
Type | Description |
VolumeConfig.NfsExport.ClientCase |
getMachineId()
public abstract String getMachineId()
Either a single machine, identified by an ID, or a comma-separated list of machine IDs.
string machine_id = 2;
Returns | |
---|---|
Type | Description |
String |
The machineId. |
getMachineIdBytes()
public abstract ByteString getMachineIdBytes()
Either a single machine, identified by an ID, or a comma-separated list of machine IDs.
string machine_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for machineId. |
getNetworkId()
public abstract String getNetworkId()
Network to use to publish the export.
string network_id = 1;
Returns | |
---|---|
Type | Description |
String |
The networkId. |
getNetworkIdBytes()
public abstract ByteString getNetworkIdBytes()
Network to use to publish the export.
string network_id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for networkId. |
getNoRootSquash()
public abstract boolean getNoRootSquash()
Disable root squashing, which is a feature of NFS. Root squash is a special mapping of the remote superuser (root) identity when using identity authentication.
bool no_root_squash = 5;
Returns | |
---|---|
Type | Description |
boolean |
The noRootSquash. |
getPermissions()
public abstract VolumeConfig.NfsExport.Permissions getPermissions()
Export permissions.
.google.cloud.baremetalsolution.v2.VolumeConfig.NfsExport.Permissions permissions = 4;
Returns | |
---|---|
Type | Description |
VolumeConfig.NfsExport.Permissions |
The permissions. |
getPermissionsValue()
public abstract int getPermissionsValue()
Export permissions.
.google.cloud.baremetalsolution.v2.VolumeConfig.NfsExport.Permissions permissions = 4;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for permissions. |
hasCidr()
public abstract boolean hasCidr()
A CIDR range.
string cidr = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the cidr field is set. |
hasMachineId()
public abstract boolean hasMachineId()
Either a single machine, identified by an ID, or a comma-separated list of machine IDs.
string machine_id = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the machineId field is set. |