public interface MountOptionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExport()
public abstract String getExport()
Export string
string export = 1;
Returns | |
---|---|
Type | Description |
String | The export. |
getExportBytes()
public abstract ByteString getExportBytes()
Export string
string export = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for export. |
getExportFull()
public abstract String getExportFull()
Full export string
string export_full = 2;
Returns | |
---|---|
Type | Description |
String | The exportFull. |
getExportFullBytes()
public abstract ByteString getExportFullBytes()
Full export string
string export_full = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for exportFull. |
getInstructions()
public abstract String getInstructions()
Instructions for mounting
string instructions = 4;
Returns | |
---|---|
Type | Description |
String | The instructions. |
getInstructionsBytes()
public abstract ByteString getInstructionsBytes()
Instructions for mounting
string instructions = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for instructions. |
getProtocol()
public abstract Protocols getProtocol()
Protocol to mount with.
.google.cloud.netapp.v1.Protocols protocol = 3;
Returns | |
---|---|
Type | Description |
Protocols | The protocol. |
getProtocolValue()
public abstract int getProtocolValue()
Protocol to mount with.
.google.cloud.netapp.v1.Protocols protocol = 3;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for protocol. |