public enum Bandwidth
Reference documentation and code samples for the Compute Engine v1 API enum InterconnectAttachment.Types.Bandwidth.
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
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields | |
---|---|
Name | Description |
Bps100M | 100 Mbit/s |
Bps10G | 10 Gbit/s |
Bps1G | 1 Gbit/s |
Bps200M | 200 Mbit/s |
Bps20G | 20 Gbit/s |
Bps2G | 2 Gbit/s |
Bps300M | 300 Mbit/s |
Bps400M | 400 Mbit/s |
Bps500M | 500 Mbit/s |
Bps50G | 50 Gbit/s |
Bps50M | 50 Mbit/s |
Bps5G | 5 Gbit/s |
UndefinedBandwidth | A value indicating that the enum field is not set. |