public interface ReservationSlotPhysicalTopologyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBlock()
public abstract String getBlock()The unique identifier of the capacity block within the cluster.
optional string block = 93832333;
| Returns | |
|---|---|
| Type | Description |
String |
The block. |
getBlockBytes()
public abstract ByteString getBlockBytes()The unique identifier 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 sub-block.
optional string cluster = 335221242;
| Returns | |
|---|---|
| Type | Description |
String |
The cluster. |
getClusterBytes()
public abstract ByteString getClusterBytes()The cluster name of the reservation sub-block.
optional string cluster = 335221242;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cluster. |
getHost()
public abstract String getHost()The unique identifier of the capacity host within the capacity sub-block.
optional string host = 3208616;
| Returns | |
|---|---|
| Type | Description |
String |
The host. |
getHostBytes()
public abstract ByteString getHostBytes()The unique identifier of the capacity host within the capacity sub-block.
optional string host = 3208616;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for host. |
getSubBlock()
public abstract String getSubBlock()The unique identifier 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 unique identifier 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 unique identifier 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 sub-block.
optional string cluster = 335221242;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cluster field is set. |
hasHost()
public abstract boolean hasHost()The unique identifier of the capacity host within the capacity sub-block.
optional string host = 3208616;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the host field is set. |
hasSubBlock()
public abstract boolean hasSubBlock()The unique identifier of the capacity sub-block within the capacity block.
optional string sub_block = 478033358;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the subBlock field is set. |