EndpointNetworkType

enum EndpointNetworkType : Enum<EndpointNetworkType> , ConvertibleToJava<EndpointNetworkType>

Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.

Entries

Link copied to clipboard

Default type if unspecified.

Link copied to clipboard

A network hosted within Google Cloud. To receive more detailed output, specify the URI for the source or destination network.

Link copied to clipboard

A network hosted outside of Google Cloud. This can be an on-premises network, or a network hosted by another cloud provider.

Types

Link copied to clipboard
object Companion

Functions

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