public sealed class InterceptEndpointGroup.Types.ConnectedDeploymentGroup : IMessage<InterceptEndpointGroup.Types.ConnectedDeploymentGroup>, IEquatable<InterceptEndpointGroup.Types.ConnectedDeploymentGroup>, IDeepCloneable<InterceptEndpointGroup.Types.ConnectedDeploymentGroup>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class InterceptEndpointGroup.Types.ConnectedDeploymentGroup.
The endpoint group's view of a connected deployment group.
Implements
IMessageInterceptEndpointGroupTypesConnectedDeploymentGroup, IEquatableInterceptEndpointGroupTypesConnectedDeploymentGroup, IDeepCloneableInterceptEndpointGroupTypesConnectedDeploymentGroup, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
ConnectedDeploymentGroup()
public ConnectedDeploymentGroup()ConnectedDeploymentGroup(ConnectedDeploymentGroup)
public ConnectedDeploymentGroup(InterceptEndpointGroup.Types.ConnectedDeploymentGroup other)| Parameter | |
|---|---|
| Name | Description |
other |
InterceptEndpointGroupTypesConnectedDeploymentGroup |
Properties
InterceptDeploymentGroupName
public InterceptDeploymentGroupName InterceptDeploymentGroupName { get; set; }InterceptDeploymentGroupName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
InterceptDeploymentGroupName |
|
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; }Output only. The connected deployment group's resource name, for example:
projects/123456789/locations/global/interceptDeploymentGroups/my-dg.
See https://google.aip.dev/124.
| Property Value | |
|---|---|
| Type | Description |
string |
|