Network Security v1 API - Class InterceptDeploymentGroup.Types.Deployment (1.0.0-beta01)

public sealed class InterceptDeploymentGroup.Types.Deployment : IMessage<InterceptDeploymentGroup.Types.Deployment>, IEquatable<InterceptDeploymentGroup.Types.Deployment>, IDeepCloneable<InterceptDeploymentGroup.Types.Deployment>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Security v1 API class InterceptDeploymentGroup.Types.Deployment.

A deployment belonging to this deployment group.

Inheritance

object > InterceptDeploymentGroup.Types.Deployment

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

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