public sealed class InterceptDeploymentGroup.Types.Deployment : IMessage<InterceptDeploymentGroup.Types.Deployment>, IEquatable<InterceptDeploymentGroup.Types.Deployment>, IDeepCloneable<InterceptDeploymentGroup.Types.Deployment>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class InterceptDeploymentGroup.Types.Deployment.
A deployment belonging to this deployment group.
Implements
IMessageInterceptDeploymentGroupTypesDeployment, IEquatableInterceptDeploymentGroupTypesDeployment, IDeepCloneableInterceptDeploymentGroupTypesDeployment, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
Deployment()
public Deployment()Deployment(Deployment)
public Deployment(InterceptDeploymentGroup.Types.Deployment other)| Parameter | |
|---|---|
| Name | Description |
other |
InterceptDeploymentGroupTypesDeployment |
Properties
InterceptDeploymentName
public InterceptDeploymentName InterceptDeploymentName { get; set; }InterceptDeploymentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
InterceptDeploymentName |
|
Name
public string Name { get; set; }Output only. The name of the Intercept Deployment, in the format:
projects/{project}/locations/{location}/interceptDeployments/{intercept_deployment}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public InterceptDeployment.Types.State State { get; set; }Output only. Most recent known state of the deployment.
| Property Value | |
|---|---|
| Type | Description |
InterceptDeploymentTypesState |
|