- 0.51.0 (latest)
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.8
- 0.2.1
- 0.1.1
public interface NetworkConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBandwidth()
public abstract NetworkConfig.Bandwidth getBandwidth()
Interconnect bandwidth. Set only when type is CLIENT.
.google.cloud.baremetalsolution.v2.NetworkConfig.Bandwidth bandwidth = 4;
Returns | |
---|---|
Type | Description |
NetworkConfig.Bandwidth | The bandwidth. |
getBandwidthValue()
public abstract int getBandwidthValue()
Interconnect bandwidth. Set only when type is CLIENT.
.google.cloud.baremetalsolution.v2.NetworkConfig.Bandwidth bandwidth = 4;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for bandwidth. |
getCidr()
public abstract String getCidr()
CIDR range of the network.
string cidr = 6;
Returns | |
---|---|
Type | Description |
String | The cidr. |
getCidrBytes()
public abstract ByteString getCidrBytes()
CIDR range of the network.
string cidr = 6;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for cidr. |
getGcpService()
public abstract String getGcpService()
The GCP service of the network. Available gcp_service are in https://cloud.google.com/bare-metal/docs/bms-planning.
string gcp_service = 9;
Returns | |
---|---|
Type | Description |
String | The gcpService. |
getGcpServiceBytes()
public abstract ByteString getGcpServiceBytes()
The GCP service of the network. Available gcp_service are in https://cloud.google.com/bare-metal/docs/bms-planning.
string gcp_service = 9;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for gcpService. |
getId()
public abstract String getId()
A transient unique identifier to identify a volume within an ProvisioningConfig request.
string id = 2;
Returns | |
---|---|
Type | Description |
String | The id. |
getIdBytes()
public abstract ByteString getIdBytes()
A transient unique identifier to identify a volume within an ProvisioningConfig request.
string id = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for id. |
getJumboFramesEnabled()
public abstract boolean getJumboFramesEnabled()
The JumboFramesEnabled option for customer to set.
bool jumbo_frames_enabled = 11;
Returns | |
---|---|
Type | Description |
boolean | The jumboFramesEnabled. |
getName()
public abstract String getName()
Output only. The name of the network config.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Output only. The name of the network config.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
getServiceCidr()
public abstract NetworkConfig.ServiceCidr getServiceCidr()
Service CIDR, if any.
.google.cloud.baremetalsolution.v2.NetworkConfig.ServiceCidr service_cidr = 7;
Returns | |
---|---|
Type | Description |
NetworkConfig.ServiceCidr | The serviceCidr. |
getServiceCidrValue()
public abstract int getServiceCidrValue()
Service CIDR, if any.
.google.cloud.baremetalsolution.v2.NetworkConfig.ServiceCidr service_cidr = 7;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for serviceCidr. |
getType()
public abstract NetworkConfig.Type getType()
The type of this network, either Client or Private.
.google.cloud.baremetalsolution.v2.NetworkConfig.Type type = 3;
Returns | |
---|---|
Type | Description |
NetworkConfig.Type | The type. |
getTypeValue()
public abstract int getTypeValue()
The type of this network, either Client or Private.
.google.cloud.baremetalsolution.v2.NetworkConfig.Type type = 3;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for type. |
getUserNote()
public abstract String getUserNote()
User note field, it can be used by customers to add additional information for the BMS Ops team .
string user_note = 8;
Returns | |
---|---|
Type | Description |
String | The userNote. |
getUserNoteBytes()
public abstract ByteString getUserNoteBytes()
User note field, it can be used by customers to add additional information for the BMS Ops team .
string user_note = 8;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for userNote. |
getVlanAttachments(int index)
public abstract NetworkConfig.IntakeVlanAttachment getVlanAttachments(int index)
List of VLAN attachments. As of now there are always 2 attachments, but it is going to change in the future (multi vlan).
repeated .google.cloud.baremetalsolution.v2.NetworkConfig.IntakeVlanAttachment vlan_attachments = 5;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
NetworkConfig.IntakeVlanAttachment |
getVlanAttachmentsCount()
public abstract int getVlanAttachmentsCount()
List of VLAN attachments. As of now there are always 2 attachments, but it is going to change in the future (multi vlan).
repeated .google.cloud.baremetalsolution.v2.NetworkConfig.IntakeVlanAttachment vlan_attachments = 5;
Returns | |
---|---|
Type | Description |
int |
getVlanAttachmentsList()
public abstract List<NetworkConfig.IntakeVlanAttachment> getVlanAttachmentsList()
List of VLAN attachments. As of now there are always 2 attachments, but it is going to change in the future (multi vlan).
repeated .google.cloud.baremetalsolution.v2.NetworkConfig.IntakeVlanAttachment vlan_attachments = 5;
Returns | |
---|---|
Type | Description |
List<IntakeVlanAttachment> |
getVlanAttachmentsOrBuilder(int index)
public abstract NetworkConfig.IntakeVlanAttachmentOrBuilder getVlanAttachmentsOrBuilder(int index)
List of VLAN attachments. As of now there are always 2 attachments, but it is going to change in the future (multi vlan).
repeated .google.cloud.baremetalsolution.v2.NetworkConfig.IntakeVlanAttachment vlan_attachments = 5;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
NetworkConfig.IntakeVlanAttachmentOrBuilder |
getVlanAttachmentsOrBuilderList()
public abstract List<? extends NetworkConfig.IntakeVlanAttachmentOrBuilder> getVlanAttachmentsOrBuilderList()
List of VLAN attachments. As of now there are always 2 attachments, but it is going to change in the future (multi vlan).
repeated .google.cloud.baremetalsolution.v2.NetworkConfig.IntakeVlanAttachment vlan_attachments = 5;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.baremetalsolution.v2.NetworkConfig.IntakeVlanAttachmentOrBuilder> |
getVlanSameProject()
public abstract boolean getVlanSameProject()
Whether the VLAN attachment pair is located in the same project.
bool vlan_same_project = 10;
Returns | |
---|---|
Type | Description |
boolean | The vlanSameProject. |