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

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

An endpoint group is a consumer frontend for a deployment group (backend). In order to configure intercept for a network, consumers must create:

  • An association between their network and the endpoint group.
  • A security profile that points to the endpoint group.
  • A firewall rule that references the security profile (group).

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#associations

def associations() -> ::Array<::Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroup::AssociationDetails>
Returns

#connected_deployment_group

def connected_deployment_group() -> ::Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroup::ConnectedDeploymentGroup
Returns

#create_time

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

#description

def description() -> ::String
Returns
  • (::String) — Optional. User-provided description of the endpoint group. Used as additional context for the endpoint group.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Optional. User-provided description of the endpoint group. Used as additional context for the endpoint group.
Returns
  • (::String) — Optional. User-provided description of the endpoint group. Used as additional context for the endpoint group.

#intercept_deployment_group

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

#intercept_deployment_group=

def intercept_deployment_group=(value) -> ::String
Parameter
  • value (::String) — Required. Immutable. The deployment group that this endpoint group is connected to, for example: projects/123456789/locations/global/interceptDeploymentGroups/my-dg. See https://google.aip.dev/124.
Returns
  • (::String) — Required. Immutable. The deployment group that this endpoint group is connected to, for example: projects/123456789/locations/global/interceptDeploymentGroups/my-dg. 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.

#name

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

#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 is part of the normal operation (e.g. adding a new association to the group). See https://google.aip.dev/128.

#state

def state() -> ::Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroup::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.