Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroupAssociation.
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 mirroring by itself. To enable mirroring, the user must also create a network firewall policy containing mirroring 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.
#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::MirroringLocation>- (::Array<::Google::Cloud::NetworkSecurity::V1::MirroringLocation>) — 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::MirroringEndpointGroupAssociation::LocationDetails>- (::Array<::Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroupAssociation::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.
#mirroring_endpoint_group
def mirroring_endpoint_group() -> ::String-
(::String) — Immutable. The endpoint group that this association is connected to, for
example:
projects/123456789/locations/global/mirroringEndpointGroups/my-eg. See https://google.aip.dev/124.
#mirroring_endpoint_group=
def mirroring_endpoint_group=(value) -> ::String-
value (::String) — Immutable. The endpoint group that this association is connected to, for
example:
projects/123456789/locations/global/mirroringEndpointGroups/my-eg. See https://google.aip.dev/124.
-
(::String) — Immutable. The endpoint group that this association is connected to, for
example:
projects/123456789/locations/global/mirroringEndpointGroups/my-eg. See https://google.aip.dev/124.
#name
def name() -> ::String-
(::String) — Immutable. Identifier. The resource name of this endpoint group
association, for example:
projects/123456789/locations/global/mirroringEndpointGroupAssociations/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/mirroringEndpointGroupAssociations/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/mirroringEndpointGroupAssociations/my-eg-association. See https://google.aip.dev/122 for more details.
#network
def network() -> ::String-
(::String) — 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) — Immutable. The VPC network that is associated. for example:
projects/123456789/global/networks/my-network. See https://google.aip.dev/124.
-
(::String) — Immutable. The VPC network that is associated. for example:
projects/123456789/global/networks/my-network. See https://google.aip.dev/124.
#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::MirroringEndpointGroupAssociation::State- (::Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroupAssociation::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.