Interface ReservationSubBlockPhysicalTopologyOrBuilder (1.74.0)

public interface ReservationSubBlockPhysicalTopologyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBlock()

public abstract String getBlock()

The hash of the capacity block within the cluster.

optional string block = 93832333;

Returns
Type Description
String

The block.

getBlockBytes()

public abstract ByteString getBlockBytes()

The hash of the capacity block within the cluster.

optional string block = 93832333;

Returns
Type Description
ByteString

The bytes for block.

getCluster()

public abstract String getCluster()

The cluster name of the reservation subBlock.

optional string cluster = 335221242;

Returns
Type Description
String

The cluster.

getClusterBytes()

public abstract ByteString getClusterBytes()

The cluster name of the reservation subBlock.

optional string cluster = 335221242;

Returns
Type Description
ByteString

The bytes for cluster.

getSubBlock()

public abstract String getSubBlock()

The hash of the capacity sub-block within the capacity block.

optional string sub_block = 478033358;

Returns
Type Description
String

The subBlock.

getSubBlockBytes()

public abstract ByteString getSubBlockBytes()

The hash of the capacity sub-block within the capacity block.

optional string sub_block = 478033358;

Returns
Type Description
ByteString

The bytes for subBlock.

hasBlock()

public abstract boolean hasBlock()

The hash of the capacity block within the cluster.

optional string block = 93832333;

Returns
Type Description
boolean

Whether the block field is set.

hasCluster()

public abstract boolean hasCluster()

The cluster name of the reservation subBlock.

optional string cluster = 335221242;

Returns
Type Description
boolean

Whether the cluster field is set.

hasSubBlock()

public abstract boolean hasSubBlock()

The hash of the capacity sub-block within the capacity block.

optional string sub_block = 478033358;

Returns
Type Description
boolean

Whether the subBlock field is set.