public interface LustreMountOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFilesystem()
public abstract String getFilesystem()Required. The name of the Lustre filesystem.
string filesystem = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The filesystem. |
getFilesystemBytes()
public abstract ByteString getFilesystemBytes()Required. The name of the Lustre filesystem.
string filesystem = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filesystem. |
getInstanceIp()
public abstract String getInstanceIp()Required. IP address of the Lustre instance.
string instance_ip = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The instanceIp. |
getInstanceIpBytes()
public abstract ByteString getInstanceIpBytes()Required. IP address of the Lustre instance.
string instance_ip = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instanceIp. |
getMountPoint()
public abstract String getMountPoint()Required. Destination mount path. The Lustre file system will be mounted for the user under /mnt/lustre/<mount_point>
string mount_point = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The mountPoint. |
getMountPointBytes()
public abstract ByteString getMountPointBytes()Required. Destination mount path. The Lustre file system will be mounted for the user under /mnt/lustre/<mount_point>
string mount_point = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for mountPoint. |
getVolumeHandle()
public abstract String getVolumeHandle()Required. The unique identifier of the Lustre volume.
string volume_handle = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The volumeHandle. |
getVolumeHandleBytes()
public abstract ByteString getVolumeHandleBytes()Required. The unique identifier of the Lustre volume.
string volume_handle = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for volumeHandle. |