- 1.62.0 (latest)
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public enum InterconnectAttachment.Bandwidth extends Enum<InterconnectAttachment.Bandwidth> implements ProtocolMessageEnum
Provisioned bandwidth capacity for the interconnect attachment. For attachments of type DEDICATED, the user can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED, and can take one of the following values: - BPS_50M: 50 Mbit/s - BPS_100M: 100 Mbit/s - BPS_200M: 200 Mbit/s - BPS_300M: 300 Mbit/s - BPS_400M: 400 Mbit/s - BPS_500M: 500 Mbit/s - BPS_1G: 1 Gbit/s - BPS_2G: 2 Gbit/s - BPS_5G: 5 Gbit/s - BPS_10G: 10 Gbit/s - BPS_20G: 20 Gbit/s - BPS_50G: 50 Gbit/s
Protobuf enum google.cloud.compute.v1.InterconnectAttachment.Bandwidth
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
BPS_100M | 100 Mbit/s |
BPS_100M_VALUE | 100 Mbit/s |
BPS_10G | 10 Gbit/s |
BPS_10G_VALUE | 10 Gbit/s |
BPS_1G | 1 Gbit/s |
BPS_1G_VALUE | 1 Gbit/s |
BPS_200M | 200 Mbit/s |
BPS_200M_VALUE | 200 Mbit/s |
BPS_20G | 20 Gbit/s |
BPS_20G_VALUE | 20 Gbit/s |
BPS_2G | 2 Gbit/s |
BPS_2G_VALUE | 2 Gbit/s |
BPS_300M | 300 Mbit/s |
BPS_300M_VALUE | 300 Mbit/s |
BPS_400M | 400 Mbit/s |
BPS_400M_VALUE | 400 Mbit/s |
BPS_500M | 500 Mbit/s |
BPS_500M_VALUE | 500 Mbit/s |
BPS_50G | 50 Gbit/s |
BPS_50G_VALUE | 50 Gbit/s |
BPS_50M | 50 Mbit/s |
BPS_50M_VALUE | 50 Mbit/s |
BPS_5G | 5 Gbit/s |
BPS_5G_VALUE | 5 Gbit/s |
UNDEFINED_BANDWIDTH | A value indicating that the enum field is not set. |
UNDEFINED_BANDWIDTH_VALUE | A value indicating that the enum field is not set. |
UNRECOGNIZED |
Static Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |