Reference documentation and code samples for the Google Cloud Network Security V1 Client class CreateMirroringDeploymentGroupRequest.
Request message for CreateMirroringDeploymentGroup.
Generated from protobuf message google.cloud.networksecurity.v1.CreateMirroringDeploymentGroupRequest
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource where this deployment group will be created. Format: projects/{project}/locations/{location} |
↳ mirroring_deployment_group_id |
string
Required. The ID to use for the new deployment group, which will become the final component of the deployment group's resource name. |
↳ mirroring_deployment_group |
MirroringDeploymentGroup
Required. The deployment group to create. |
↳ request_id |
string
Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a |
getParent
Required. The parent resource where this deployment group will be created.
Format: projects/{project}/locations/{location}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent resource where this deployment group will be created.
Format: projects/{project}/locations/{location}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMirroringDeploymentGroupId
Required. The ID to use for the new deployment group, which will become the final component of the deployment group's resource name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMirroringDeploymentGroupId
Required. The ID to use for the new deployment group, which will become the final component of the deployment group's resource name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMirroringDeploymentGroup
Required. The deployment group to create.
| Returns | |
|---|---|
| Type | Description |
MirroringDeploymentGroup|null |
|
hasMirroringDeploymentGroup
clearMirroringDeploymentGroup
setMirroringDeploymentGroup
Required. The deployment group to create.
| Parameter | |
|---|---|
| Name | Description |
var |
MirroringDeploymentGroup
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRequestId
Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a request_id is provided.
See https://google.aip.dev/155 for more details.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRequestId
Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a request_id is provided.
See https://google.aip.dev/155 for more details.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The parent resource where this deployment group will be created. Format: projects/{project}/locations/{location} Please see MirroringClient::locationName() for help formatting this field. |
mirroringDeploymentGroup |
MirroringDeploymentGroup
Required. The deployment group to create. |
mirroringDeploymentGroupId |
string
Required. The ID to use for the new deployment group, which will become the final component of the deployment group's resource name. |
| Returns | |
|---|---|
| Type | Description |
CreateMirroringDeploymentGroupRequest |
|