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- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.
#intercept_endpoint_group
def intercept_endpoint_group() -> ::String-
(::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-
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.
-
(::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}- (::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}- value (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels are key/value pairs that help to organize and filter resources.
- (::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>- (::Array<::Google::Cloud::NetworkSecurity::V1::InterceptLocation>) — Output only. The list of locations where the association is configured. This information is retrieved from the linked endpoint group.
#locations_details
def locations_details() -> ::Array<::Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroupAssociation::LocationDetails>- (::Array<::Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroupAssociation::LocationDetails>) — Output only. The list of locations where the association is present. This information is retrieved from the linked endpoint group, and not configured as part of the association itself.
#name
def name() -> ::String-
(::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-
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.
-
(::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-
(::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-
value (::String) — Required. Immutable. The VPC network that is associated. for example:
projects/123456789/global/networks/my-network. See https://google.aip.dev/124.
-
(::String) — Required. Immutable. The VPC network that is associated. for example:
projects/123456789/global/networks/my-network. See https://google.aip.dev/124.
#network_cookie
def network_cookie() -> ::Integer- (::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- (::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- (::Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroupAssociation::State) — Output only. Current state of the endpoint group association.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.