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.InterceptEndpointGroup.ConnectedDeploymentGroup
Namespace
Google \ Cloud \ NetworkSecurity \ V1 \ InterceptEndpointGroupMethods
__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: |
↳ locations |
array<Google\Cloud\NetworkSecurity\V1\InterceptLocation>
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/interceptDeploymentGroups/my-dg.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Output only. The connected deployment group's resource name, for example:
projects/123456789/locations/global/interceptDeploymentGroups/my-dg.
| 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\InterceptLocation> |
|
setLocations
Output only. The list of locations where the deployment group is present.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\NetworkSecurity\V1\InterceptLocation>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|