InterconnectLinkType

enum InterconnectLinkType : Enum<InterconnectLinkType> , ConvertibleToJava<InterconnectLinkType>

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. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle.

Entries

Link copied to clipboard

100G Ethernet, LR Optics.

Link copied to clipboard

10G Ethernet, LR Optics. (rate_bps) = 10000000000;

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): InterconnectLinkType
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: InterconnectLinkType
Link copied to clipboard
Link copied to clipboard