public static interface NfsShare.AllowedClientOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowDev()
Allow dev flag.
|
String |
getAllowedClientsCidr()
The subnet of IP addresses permitted to access the share.
|
com.google.protobuf.ByteString |
getAllowedClientsCidrBytes()
The subnet of IP addresses permitted to access the share.
|
boolean |
getAllowSuid()
Allow the setuid flag.
|
NfsShare.MountPermissions |
getMountPermissions()
Mount permissions.
|
int |
getMountPermissionsValue()
Mount permissions.
|
String |
getNetwork()
The network the access point sits on.
|
com.google.protobuf.ByteString |
getNetworkBytes()
The network the access point sits on.
|
boolean |
getNoRootSquash()
Disable root squashing, which is a feature of NFS.
|
String |
getShareIp()
The IP address of the share on this network.
|
com.google.protobuf.ByteString |
getShareIpBytes()
The IP address of the share on this network.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNetwork()
The network the access point sits on.
string network = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getNetworkBytes()
The network the access point sits on.
string network = 1 [(.google.api.resource_reference) = { ... }String getShareIp()
The IP address of the share on this network.
string share_ip = 2;com.google.protobuf.ByteString getShareIpBytes()
The IP address of the share on this network.
string share_ip = 2;String getAllowedClientsCidr()
The subnet of IP addresses permitted to access the share.
string allowed_clients_cidr = 3;com.google.protobuf.ByteString getAllowedClientsCidrBytes()
The subnet of IP addresses permitted to access the share.
string allowed_clients_cidr = 3;int getMountPermissionsValue()
Mount permissions.
.google.cloud.baremetalsolution.v2.NfsShare.MountPermissions mount_permissions = 4;
NfsShare.MountPermissions getMountPermissions()
Mount permissions.
.google.cloud.baremetalsolution.v2.NfsShare.MountPermissions mount_permissions = 4;
boolean getAllowDev()
Allow dev flag. Which controls whether to allow creation of devices.
bool allow_dev = 5;boolean getAllowSuid()
Allow the setuid flag.
bool allow_suid = 6;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;Copyright © 2022 Google LLC. All rights reserved.