InstancePeeringCidrRange

enum InstancePeeringCidrRange : Enum<InstancePeeringCidrRange> , ConvertibleToJava<InstancePeeringCidrRange>

Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support SLASH_16 to SLASH_20 and defaults to SLASH_16. Evaluation organizations support only SLASH_23.

Entries

Link copied to clipboard

Range not specified.

Link copied to clipboard

/16 CIDR range.

Link copied to clipboard

/17 CIDR range.

Link copied to clipboard

/18 CIDR range.

Link copied to clipboard

/19 CIDR range.

Link copied to clipboard

/20 CIDR range.

Link copied to clipboard

/22 CIDR range. Supported for evaluation only.

Link copied to clipboard

/23 CIDR range. Supported for evaluation only.

Types

Link copied to clipboard
object Companion

Functions

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