Google Cloud Network Security V1 Client - Class InterceptEndpointGroup (1.4.0)

Reference documentation and code samples for the Google Cloud Network Security V1 Client class 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).

Generated from protobuf message google.cloud.networksecurity.v1.InterceptEndpointGroup

Namespace

Google \ Cloud \ NetworkSecurity \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ name
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.

↳ create_time
Google\Protobuf\Timestamp

Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps .

↳ update_time
Google\Protobuf\Timestamp

Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps .

↳ labels
array| Google\Protobuf\Internal\MapField

Optional. Labels are key/value pairs that help to organize and filter resources.

↳ intercept_deployment_group
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 .

↳ connected_deployment_group
InterceptEndpointGroup\ConnectedDeploymentGroup

Output only. Details about the connected deployment group to this endpoint group.

↳ state
int

Output only. The current state of the endpoint group. See https://google.aip.dev/216 .

↳ reconciling
bool

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 .

↳ associations
array< InterceptEndpointGroup\AssociationDetails >

Output only. List of associations to this endpoint group.

↳ description
string

Optional. User-provided description of the endpoint group. Used as additional context for the endpoint group.

getName

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
Type
Description
string

setName

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.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getCreateTime

Output only. The timestamp when the resource was created.

See https://google.aip.dev/148#timestamps .

Returns
Type
Description

hasCreateTime

clearCreateTime

setCreateTime

Output only. The timestamp when the resource was created.

See https://google.aip.dev/148#timestamps .

Parameter
Name
Description
Returns
Type
Description
$this

getUpdateTime

Output only. The timestamp when the resource was most recently updated.

See https://google.aip.dev/148#timestamps .

Returns
Type
Description

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The timestamp when the resource was most recently updated.

See https://google.aip.dev/148#timestamps .

Parameter
Name
Description
Returns
Type
Description
$this

getLabels

Optional. Labels are key/value pairs that help to organize and filter resources.

Returns
Type
Description

setLabels

Optional. Labels are key/value pairs that help to organize and filter resources.

Parameter
Name
Description
Returns
Type
Description
$this

getInterceptDeploymentGroup

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
Type
Description
string

setInterceptDeploymentGroup

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 .

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getConnectedDeploymentGroup

Output only. Details about the connected deployment group to this endpoint group.

Returns
Type
Description

hasConnectedDeploymentGroup

clearConnectedDeploymentGroup

setConnectedDeploymentGroup

Output only. Details about the connected deployment group to this endpoint group.

Parameter
Name
Description
Returns
Type
Description
$this

getState

Output only. The current state of the endpoint group.

See https://google.aip.dev/216 .

Returns
Type
Description
int
Enum of type State .

setState

Output only. The current state of the endpoint group.

See https://google.aip.dev/216 .

Parameter
Name
Description
var
int

Enum of type State .

Returns
Type
Description
$this

getReconciling

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 .

Returns
Type
Description
bool

setReconciling

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 .

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

getAssociations

Output only. List of associations to this endpoint group.

setAssociations

Output only. List of associations to this endpoint group.

Parameter
Name
Description
Returns
Type
Description
$this

getDescription

Optional. User-provided description of the endpoint group.

Used as additional context for the endpoint group.

Returns
Type
Description
string

setDescription

Optional. User-provided description of the endpoint group.

Used as additional context for the endpoint group.

Parameter
Name
Description
var
string
Returns
Type
Description
$this
Create a Mobile Website
View Site in Mobile | Classic
Share by: