Interface NFSMountOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NFSMount
,NFSMount.Builder
public interface NFSMountOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTarget()
A target NFS mount.com.google.protobuf.ByteString
getTargetBytes()
A target NFS mount.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTarget
String getTarget()
A target NFS mount. The target must be specified as `address:/mount".
string target = 1;
- Returns:
- The target.
-
getTargetBytes
com.google.protobuf.ByteString getTargetBytes()
A target NFS mount. The target must be specified as `address:/mount".
string target = 1;
- Returns:
- The bytes for target.
-
-