Google Cloud Network Security V1 Client - Class ConnectedDeploymentGroup (1.3.0)

Reference documentation and code samples for the Google Cloud Network Security V1 Client class ConnectedDeploymentGroup.

The endpoint group's view of a connected deployment group.

Generated from protobuf message google.cloud.networksecurity.v1.MirroringEndpointGroup.ConnectedDeploymentGroup

Namespace

Google \ Cloud \ NetworkSecurity \ V1 \ MirroringEndpointGroup

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Output only. The connected deployment group's resource name, for example: projects/123456789/locations/global/mirroringDeploymentGroups/my-dg. See https://google.aip.dev/124.

↳ locations array<Google\Cloud\NetworkSecurity\V1\MirroringLocation>

Output only. The list of locations where the deployment group is present.

getName

Output only. The connected deployment group's resource name, for example: projects/123456789/locations/global/mirroringDeploymentGroups/my-dg.

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

Returns
Type Description
string

setName

Output only. The connected deployment group's resource name, for example: projects/123456789/locations/global/mirroringDeploymentGroups/my-dg.

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

Parameter
Name Description
var string
Returns
Type Description
$this

getLocations

Output only. The list of locations where the deployment group is present.

Returns
Type Description
Google\Protobuf\RepeatedField<Google\Cloud\NetworkSecurity\V1\MirroringLocation>

setLocations

Output only. The list of locations where the deployment group is present.

Parameter
Name Description
var array<Google\Cloud\NetworkSecurity\V1\MirroringLocation>
Returns
Type Description
$this