Reference documentation and code samples for the Google Cloud Network Security V1 Client class MirroringEndpointGroup.
An endpoint group is a consumer frontend for a deployment group (backend).
In order to configure mirroring 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 mirroring rule that references the security profile (group).
Generated from protobuf message google.cloud.networksecurity.v1.MirroringEndpointGroup
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
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/mirroringEndpointGroups/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.
↳ mirroring_deployment_group
string
Immutable. The deployment group that this DIRECT endpoint group is connected to, for example: projects/123456789/locations/global/mirroringDeploymentGroups/my-dg
. See https://google.aip.dev/124
.
↳ connected_deployment_groups
array< MirroringEndpointGroup\ConnectedDeploymentGroup
>
Output only. List of details about the connected deployment groups to this endpoint group.
↳ state
↳ 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 .
↳ type
int
Immutable. The type of the endpoint group. If left unspecified, defaults to DIRECT.
↳ associations
array< MirroringEndpointGroup\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/mirroringEndpointGroups/my-eg
.
See https://google.aip.dev/122 for more details.
string
setName
Immutable. Identifier. The resource name of this endpoint group, for
example: projects/123456789/locations/global/mirroringEndpointGroups/my-eg
.
See https://google.aip.dev/122 for more details.
var
string
$this
getCreateTime
Output only. The timestamp when the resource was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The timestamp when the resource was created.
$this
getUpdateTime
Output only. The timestamp when the resource was most recently updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The timestamp when the resource was most recently updated.
$this
getLabels
Optional. Labels are key/value pairs that help to organize and filter resources.
setLabels
Optional. Labels are key/value pairs that help to organize and filter resources.
$this
getMirroringDeploymentGroup
Immutable. The deployment group that this DIRECT endpoint group is
connected to, for example: projects/123456789/locations/global/mirroringDeploymentGroups/my-dg
.
string
setMirroringDeploymentGroup
Immutable. The deployment group that this DIRECT endpoint group is
connected to, for example: projects/123456789/locations/global/mirroringDeploymentGroups/my-dg
.
var
string
$this
getConnectedDeploymentGroups
Output only. List of details about the connected deployment groups to this endpoint group.
setConnectedDeploymentGroups
Output only. List of details about the connected deployment groups to this endpoint group.
$this
getState
Output only. The current state of the endpoint group.
setState
Output only. The current state of the endpoint group.
$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 .
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 .
var
bool
$this
getType
Immutable. The type of the endpoint group.
If left unspecified, defaults to DIRECT.
setType
Immutable. The type of the endpoint group.
If left unspecified, defaults to DIRECT.
$this
getAssociations
Output only. List of associations to this endpoint group.
setAssociations
Output only. List of associations to this endpoint group.
$this
getDescription
Optional. User-provided description of the endpoint group.
Used as additional context for the endpoint group.
string
setDescription
Optional. User-provided description of the endpoint group.
Used as additional context for the endpoint group.
var
string
$this

