public interface NfsMountOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMountPoint()
Required.
|
com.google.protobuf.ByteString |
getMountPointBytes()
Required.
|
String |
getPath()
Required.
|
com.google.protobuf.ByteString |
getPathBytes()
Required.
|
String |
getServer()
Required.
|
com.google.protobuf.ByteString |
getServerBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServer()
Required. IP address of the NFS server.
string server = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getServerBytes()
Required. IP address of the NFS server.
string server = 1 [(.google.api.field_behavior) = REQUIRED];String getPath()
Required. Source path exported from NFS server. Has to start with '/', and combined with the ip address, it indicates the source mount path in the form of `server:path`
string path = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getPathBytes()
Required. Source path exported from NFS server. Has to start with '/', and combined with the ip address, it indicates the source mount path in the form of `server:path`
string path = 2 [(.google.api.field_behavior) = REQUIRED];String getMountPoint()
Required. Destination mount path. The NFS will be mounted for the user under /mnt/nfs/<mount_point>
string mount_point = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getMountPointBytes()
Required. Destination mount path. The NFS will be mounted for the user under /mnt/nfs/<mount_point>
string mount_point = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2022 Google LLC. All rights reserved.