Network Security v1 API - Class InterceptDeployment (1.0.0-beta01)

public sealed class InterceptDeployment : IMessage<InterceptDeployment>, IEquatable<InterceptDeployment>, IDeepCloneable<InterceptDeployment>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Security v1 API class InterceptDeployment.

A deployment represents a zonal intercept backend ready to accept GENEVE-encapsulated traffic, e.g. a zonal instance group fronted by an internal passthrough load balancer. Deployments are always part of a global deployment group which represents a global intercept service.

Inheritance

object > InterceptDeployment

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

InterceptDeployment()

public InterceptDeployment()

InterceptDeployment(InterceptDeployment)

public InterceptDeployment(InterceptDeployment other)
Parameter
Name Description
other InterceptDeployment

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.

Property Value
Type Description
Timestamp

Description

public string Description { get; set; }

Optional. User-provided description of the deployment. Used as additional context for the deployment.

Property Value
Type Description
string

ForwardingRule

public string ForwardingRule { get; set; }

Required. Immutable. The regional forwarding rule that fronts the interceptors, for example: projects/123456789/regions/us-central1/forwardingRules/my-rule. See https://google.aip.dev/124.

Property Value
Type Description
string

ForwardingRuleAsForwardingRuleName

public ForwardingRuleName ForwardingRuleAsForwardingRuleName { get; set; }

ForwardingRuleName-typed view over the ForwardingRule resource name property.

Property Value
Type Description
ForwardingRuleName

InterceptDeploymentGroup

public string InterceptDeploymentGroup { get; set; }

Required. Immutable. The deployment group that this deployment is a part of, for example: projects/123456789/locations/global/interceptDeploymentGroups/my-dg. See https://google.aip.dev/124.

Property Value
Type Description
string

InterceptDeploymentGroupAsInterceptDeploymentGroupName

public InterceptDeploymentGroupName InterceptDeploymentGroupAsInterceptDeploymentGroupName { get; set; }

InterceptDeploymentGroupName-typed view over the InterceptDeploymentGroup resource name property.

Property Value
Type Description
InterceptDeploymentGroupName

InterceptDeploymentName

public InterceptDeploymentName InterceptDeploymentName { get; set; }

InterceptDeploymentName-typed view over the Name resource name property.

Property Value
Type Description
InterceptDeploymentName

Labels

public MapField<string, string> Labels { get; }

Optional. Labels are key/value pairs that help to organize and filter resources.

Property Value
Type Description
MapFieldstringstring

Name

public string Name { get; set; }

Immutable. Identifier. The resource name of this deployment, for example: projects/123456789/locations/us-central1-a/interceptDeployments/my-dep. See https://google.aip.dev/122 for more details.

Property Value
Type Description
string

Reconciling

public bool Reconciling { get; set; }

Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This part of the normal operation (e.g. linking a new association to the parent group). See https://google.aip.dev/128.

Property Value
Type Description
bool

State

public InterceptDeployment.Types.State State { get; set; }

Output only. The current state of the deployment. See https://google.aip.dev/216.

Property Value
Type Description
InterceptDeploymentTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.

Property Value
Type Description
Timestamp