Reference documentation and code samples for the Google Cloud Network Security V1 Client class Deployment.
A deployment belonging to this deployment group.
Generated from protobuf message google.cloud.networksecurity.v1.MirroringDeploymentGroup.Deployment
Namespace
Google \ Cloud \ NetworkSecurity \ V1 \ MirroringDeploymentGroupMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. The name of the Mirroring Deployment, in the format: |
↳ state |
int
Output only. Most recent known state of the deployment. |
getName
Output only. The name of the Mirroring Deployment, in the format:
projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Output only. The name of the Mirroring Deployment, in the format:
projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getState
Output only. Most recent known state of the deployment.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type State. |
setState
Output only. Most recent known state of the deployment.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type State. |
| Returns | |
|---|---|
| Type | Description |
$this |
|