Network Security V1 API - Class Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroupAssociation (v0.1.0)

Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroupAssociation.

An endpoint group association represents a link between a network and an endpoint group in the organization.

Creating an association creates the networking infrastructure linking the network to the endpoint group, but does not enable intercept by itself. To enable intercept, the user must also create a network firewall policy containing intercept rules and associate it with the network.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#intercept_endpoint_group

def intercept_endpoint_group() -> ::String
Returns
  • (::String) — Required. Immutable. The endpoint group that this association is connected to, for example: projects/123456789/locations/global/interceptEndpointGroups/my-eg. See https://google.aip.dev/124.

#intercept_endpoint_group=

def intercept_endpoint_group=(value) -> ::String
Parameter
  • value (::String) — Required. Immutable. The endpoint group that this association is connected to, for example: projects/123456789/locations/global/interceptEndpointGroups/my-eg. See https://google.aip.dev/124.
Returns
  • (::String) — Required. Immutable. The endpoint group that this association is connected to, for example: projects/123456789/locations/global/interceptEndpointGroups/my-eg. See https://google.aip.dev/124.

#labels

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels are key/value pairs that help to organize and filter resources.

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels are key/value pairs that help to organize and filter resources.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels are key/value pairs that help to organize and filter resources.

#locations

def locations() -> ::Array<::Google::Cloud::NetworkSecurity::V1::InterceptLocation>
Returns

#locations_details

def locations_details() -> ::Array<::Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroupAssociation::LocationDetails>
Returns

#name

def name() -> ::String
Returns
  • (::String) — Immutable. Identifier. The resource name of this endpoint group association, for example: projects/123456789/locations/global/interceptEndpointGroupAssociations/my-eg-association. See https://google.aip.dev/122 for more details.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Immutable. Identifier. The resource name of this endpoint group association, for example: projects/123456789/locations/global/interceptEndpointGroupAssociations/my-eg-association. See https://google.aip.dev/122 for more details.
Returns
  • (::String) — Immutable. Identifier. The resource name of this endpoint group association, for example: projects/123456789/locations/global/interceptEndpointGroupAssociations/my-eg-association. See https://google.aip.dev/122 for more details.

#network

def network() -> ::String
Returns
  • (::String) — Required. Immutable. The VPC network that is associated. for example: projects/123456789/global/networks/my-network. See https://google.aip.dev/124.

#network=

def network=(value) -> ::String
Parameter
  • value (::String) — Required. Immutable. The VPC network that is associated. for example: projects/123456789/global/networks/my-network. See https://google.aip.dev/124.
Returns
  • (::String) — Required. Immutable. The VPC network that is associated. for example: projects/123456789/global/networks/my-network. See https://google.aip.dev/124.
def network_cookie() -> ::Integer
Returns
  • (::Integer) — Output only. Identifier used by the data-path. See the NSI GENEVE format for more details: https://docs.cloud.google.com/network-security-integration/docs/understand-geneve#network_id

#reconciling

def reconciling() -> ::Boolean
Returns
  • (::Boolean) — Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This part of the normal operation (e.g. adding a new location to the target deployment group). See https://google.aip.dev/128.

#state

def state() -> ::Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroupAssociation::State
Returns

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.