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

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

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

A deployment group aggregates many zonal intercept backends (deployments) into a single global intercept service. Consumers can connect this service using an endpoint group.

Inheritance

object > InterceptDeploymentGroup

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

InterceptDeploymentGroup()

public InterceptDeploymentGroup()

InterceptDeploymentGroup(InterceptDeploymentGroup)

public InterceptDeploymentGroup(InterceptDeploymentGroup other)
Parameter
Name Description
other InterceptDeploymentGroup

Properties

ConnectedEndpointGroups

public RepeatedField<InterceptDeploymentGroup.Types.ConnectedEndpointGroup> ConnectedEndpointGroups { get; }

Output only. The list of endpoint groups that are connected to this resource.

Property Value
Type Description
RepeatedFieldInterceptDeploymentGroupTypesConnectedEndpointGroup

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 group. Used as additional context for the deployment group.

Property Value
Type Description
string

InterceptDeploymentGroupName

public InterceptDeploymentGroupName InterceptDeploymentGroupName { get; set; }

InterceptDeploymentGroupName-typed view over the Name resource name property.

Property Value
Type Description
InterceptDeploymentGroupName

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

Locations

public RepeatedField<InterceptLocation> Locations { get; }

Output only. The list of locations where the deployment group is present.

Property Value
Type Description
RepeatedFieldInterceptLocation

Name

public string Name { get; set; }

Immutable. Identifier. The resource name of this deployment group, for example: projects/123456789/locations/global/interceptDeploymentGroups/my-dg. See https://google.aip.dev/122 for more details.

Property Value
Type Description
string

NestedDeployments

[Obsolete]
public RepeatedField<InterceptDeploymentGroup.Types.Deployment> NestedDeployments { get; }

Output only. The list of Intercept Deployments that belong to this group.

Property Value
Type Description
RepeatedFieldInterceptDeploymentGroupTypesDeployment

Network

public string Network { get; set; }

Required. Immutable. The network that will be used for all child deployments, for example: projects/{project}/global/networks/{network}. See https://google.aip.dev/124.

Property Value
Type Description
string

NetworkAsNetworkName

public NetworkName NetworkAsNetworkName { get; set; }

NetworkName-typed view over the Network resource name property.

Property Value
Type Description
NetworkName

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 is part of the normal operation (e.g. adding a new deployment to the group) See https://google.aip.dev/128.

Property Value
Type Description
bool

State

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

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

Property Value
Type Description
InterceptDeploymentGroupTypesState

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