Class MirroringDeploymentGroupDeployment
A deployment belonging to this deployment group.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity .v1.Data
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class MirroringDeploymentGroupDeployment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The name of the Mirroring Deployment, in the format:
projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment}
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. Most recent known state of the deployment.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |