Interface StorageConfigOrBuilder (0.1.0)

public interface StorageConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getId()

public abstract String getId()

Required. ID of the storage resource to mount, which must match a key in the cluster's storage_resources.

string id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

Required. ID of the storage resource to mount, which must match a key in the cluster's storage_resources.

string id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for id.

getLocalMount()

public abstract String getLocalMount()

Required. A directory inside the VM instance's file system where the storage resource should be mounted (e.g., /mnt/share).

string local_mount = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The localMount.

getLocalMountBytes()

public abstract ByteString getLocalMountBytes()

Required. A directory inside the VM instance's file system where the storage resource should be mounted (e.g., /mnt/share).

string local_mount = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for localMount.