Reference documentation and code samples for the Compute V1 Client class LinkType.
Type of link requested, which can take one of the following values: - LINK_TYPE_ETHERNET_10G_LR: A 10G Ethernet with LR optics - LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. - LINK_TYPE_ETHERNET_400G_LR4: A 400G Ethernet with LR4 optics. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle.
Protobuf type google.cloud.compute.v1.Interconnect.LinkType
Namespace
Google \ Cloud \ Compute \ V1 \ InterconnectMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_LINK_TYPE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_LINK_TYPE = 0;
LINK_TYPE_ETHERNET_100G_LR
Value: 337672551
100G Ethernet, LR Optics.
Generated from protobuf enum LINK_TYPE_ETHERNET_100G_LR = 337672551;
LINK_TYPE_ETHERNET_10G_LR
Value: 236739749
10G Ethernet, LR Optics. [(rate_bps) = 10000000000];
Generated from protobuf enum LINK_TYPE_ETHERNET_10G_LR = 236739749;
LINK_TYPE_ETHERNET_400G_LR4
Value: 127023690
400G Ethernet, LR4 Optics.
Generated from protobuf enum LINK_TYPE_ETHERNET_400G_LR4 = 127023690;