public interface NfsExportOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExportDirectory()
The directory being exported.
|
com.google.protobuf.ByteString |
getExportDirectoryBytes()
The directory being exported.
|
String |
getHosts(int index)
The hosts or networks to which the export is being shared.
|
com.google.protobuf.ByteString |
getHostsBytes(int index)
The hosts or networks to which the export is being shared.
|
int |
getHostsCount()
The hosts or networks to which the export is being shared.
|
List<String> |
getHostsList()
The hosts or networks to which the export is being shared.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getExportDirectory()
The directory being exported.
string export_directory = 1;com.google.protobuf.ByteString getExportDirectoryBytes()
The directory being exported.
string export_directory = 1;List<String> getHostsList()
The hosts or networks to which the export is being shared.
repeated string hosts = 2;int getHostsCount()
The hosts or networks to which the export is being shared.
repeated string hosts = 2;String getHosts(int index)
The hosts or networks to which the export is being shared.
repeated string hosts = 2;index - The index of the element to return.com.google.protobuf.ByteString getHostsBytes(int index)
The hosts or networks to which the export is being shared.
repeated string hosts = 2;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.