InterconnectAttachmentBandwidth

enum InterconnectAttachmentBandwidth : Enum<InterconnectAttachmentBandwidth> , ConvertibleToJava<InterconnectAttachmentBandwidth>

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

Entries

Link copied to clipboard

100 Mbit/s

Link copied to clipboard

10 Gbit/s

Link copied to clipboard

1 Gbit/s

Link copied to clipboard

200 Mbit/s

Link copied to clipboard

20 Gbit/s

Link copied to clipboard

2 Gbit/s

Link copied to clipboard

300 Mbit/s

Link copied to clipboard

400 Mbit/s

Link copied to clipboard

500 Mbit/s

Link copied to clipboard

50 Gbit/s

Link copied to clipboard

50 Mbit/s

Link copied to clipboard

5 Gbit/s

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): InterconnectAttachmentBandwidth
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: InterconnectAttachmentBandwidth
Link copied to clipboard
Link copied to clipboard