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

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

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

An endpoint group connected to this deployment group.

Inheritance

object > InterceptDeploymentGroup.Types.ConnectedEndpointGroup

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

ConnectedEndpointGroup()

public ConnectedEndpointGroup()

ConnectedEndpointGroup(ConnectedEndpointGroup)

public ConnectedEndpointGroup(InterceptDeploymentGroup.Types.ConnectedEndpointGroup other)
Parameter
Name Description
other InterceptDeploymentGroupTypesConnectedEndpointGroup

Properties

InterceptEndpointGroupName

public InterceptEndpointGroupName InterceptEndpointGroupName { get; set; }

InterceptEndpointGroupName-typed view over the Name resource name property.

Property Value
Type Description
InterceptEndpointGroupName

Name

public string Name { get; set; }

Output only. The connected endpoint group's resource name, for example: projects/123456789/locations/global/interceptEndpointGroups/my-eg. See https://google.aip.dev/124.

Property Value
Type Description
string