InterceptEndpointGroupAssociation

data class InterceptEndpointGroupAssociation(val name: String? = null, val network: String? = null, val state: String? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, network: String? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

(Output) The connected deployment group's resource name, for example: projects/123456789/locations/global/interceptDeploymentGroups/my-dg. See https://google.aip.dev/124.

Link copied to clipboard
val network: String? = null

(Output) The associated network, for example: projects/123456789/global/networks/my-network. See https://google.aip.dev/124.

Link copied to clipboard
val state: String? = null

(Output) The current state of the association in this location. Possible values: STATE_UNSPECIFIED ACTIVE OUT_OF_SYNC