public enum InterconnectGroupsCreateMembersInterconnectInput.LinkType extends Enum<InterconnectGroupsCreateMembersInterconnectInput.LinkType> implements ProtocolMessageEnum
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 enum
google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput.LinkType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
LINK_TYPE_ETHERNET_100G_LR |
100G Ethernet, LR Optics. |
LINK_TYPE_ETHERNET_100G_LR_VALUE |
100G Ethernet, LR Optics. |
LINK_TYPE_ETHERNET_10G_LR |
10G Ethernet, LR Optics. [(rate_bps) = 10000000000]; |
LINK_TYPE_ETHERNET_10G_LR_VALUE |
10G Ethernet, LR Optics. [(rate_bps) = 10000000000]; |
LINK_TYPE_ETHERNET_400G_LR4 |
400G Ethernet, LR4 Optics. |
LINK_TYPE_ETHERNET_400G_LR4_VALUE |
400G Ethernet, LR4 Optics. |
UNDEFINED_LINK_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_LINK_TYPE_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() |