ServicePerimeterPerimeterType

enum ServicePerimeterPerimeterType : Enum<ServicePerimeterPerimeterType> , ConvertibleToJava<ServicePerimeterPerimeterType>

Perimeter type indicator. A single project is allowed to be a member of single regular perimeter, but multiple service perimeter bridges. A project cannot be a included in a perimeter bridge without being included in regular perimeter. For perimeter bridges, restricted/unrestricted service lists as well as access lists must be empty.

Entries

Link copied to clipboard

Regular Perimeter. When no value is specified, the perimeter uses this type.

Link copied to clipboard

Perimeter Bridge.

Types

Link copied to clipboard
object Companion

Functions

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