public static interface NfsShare.AllowedClientOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowDev()
public abstract boolean getAllowDev()Allow dev flag. Which controls whether to allow creation of devices.
bool allow_dev = 5;
| Type | Description |
boolean |
The allowDev. |
getAllowSuid()
public abstract boolean getAllowSuid()Allow the setuid flag.
bool allow_suid = 6;
| Type | Description |
boolean |
The allowSuid. |
getAllowedClientsCidr()
public abstract String getAllowedClientsCidr()The subnet of IP addresses permitted to access the share.
string allowed_clients_cidr = 3;
| Type | Description |
String |
The allowedClientsCidr. |
getAllowedClientsCidrBytes()
public abstract ByteString getAllowedClientsCidrBytes()The subnet of IP addresses permitted to access the share.
string allowed_clients_cidr = 3;
| Type | Description |
ByteString |
The bytes for allowedClientsCidr. |
getMountPermissions()
public abstract NfsShare.MountPermissions getMountPermissions()Mount permissions.
.google.cloud.baremetalsolution.v2.NfsShare.MountPermissions mount_permissions = 4;
| Type | Description |
NfsShare.MountPermissions |
The mountPermissions. |
getMountPermissionsValue()
public abstract int getMountPermissionsValue()Mount permissions.
.google.cloud.baremetalsolution.v2.NfsShare.MountPermissions mount_permissions = 4;
| Type | Description |
int |
The enum numeric value on the wire for mountPermissions. |
getNetwork()
public abstract String getNetwork()The network the access point sits on.
string network = 1 [(.google.api.resource_reference) = { ... }
| Type | Description |
String |
The network. |
getNetworkBytes()
public abstract ByteString getNetworkBytes()The network the access point sits on.
string network = 1 [(.google.api.resource_reference) = { ... }
| Type | Description |
ByteString |
The bytes for network. |
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 = 7;
| Type | Description |
boolean |
The noRootSquash. |
getShareIp()
public abstract String getShareIp()The IP address of the share on this network.
string share_ip = 2;
| Type | Description |
String |
The shareIp. |
getShareIpBytes()
public abstract ByteString getShareIpBytes()The IP address of the share on this network.
string share_ip = 2;
| Type | Description |
ByteString |
The bytes for shareIp. |