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

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

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

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

Inheritance

object > MirroringDeploymentGroup

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

MirroringDeploymentGroup()

public MirroringDeploymentGroup()

MirroringDeploymentGroup(MirroringDeploymentGroup)

public MirroringDeploymentGroup(MirroringDeploymentGroup other)
Parameter
Name Description
other MirroringDeploymentGroup

Properties

ConnectedEndpointGroups

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

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

Property Value
Type Description
RepeatedFieldMirroringDeploymentGroupTypesConnectedEndpointGroup

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

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<MirroringLocation> Locations { get; }

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

Property Value
Type Description
RepeatedFieldMirroringLocation

MirroringDeploymentGroupName

public MirroringDeploymentGroupName MirroringDeploymentGroupName { get; set; }

MirroringDeploymentGroupName-typed view over the Name resource name property.

Property Value
Type Description
MirroringDeploymentGroupName

Name

public string Name { get; set; }

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

Property Value
Type Description
string

NestedDeployments

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

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

Property Value
Type Description
RepeatedFieldMirroringDeploymentGroupTypesDeployment

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 MirroringDeploymentGroup.Types.State State { get; set; }

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

Property Value
Type Description
MirroringDeploymentGroupTypesState

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