Policy Troubleshooter v3 API - Class ConditionContext.Types.Peer (1.0.0)

public sealed class ConditionContext.Types.Peer : IMessage<ConditionContext.Types.Peer>, IEquatable<ConditionContext.Types.Peer>, IDeepCloneable<ConditionContext.Types.Peer>, IBufferMessage, IMessage

Reference documentation and code samples for the Policy Troubleshooter v3 API class ConditionContext.Types.Peer.

This message defines attributes for a node that handles a network request. The node can be either a service or an application that sends, forwards, or receives the request. Service peers should fill in principal and labels as appropriate.

Inheritance

object > ConditionContext.Types.Peer

Namespace

Google.Cloud.PolicyTroubleshooter.Iam.V3

Assembly

Google.Cloud.PolicyTroubleshooter.Iam.V3.dll

Constructors

Peer()

public Peer()

Peer(Peer)

public Peer(ConditionContext.Types.Peer other)
Parameter
NameDescription
otherConditionContextTypesPeer

Properties

Ip

public string Ip { get; set; }

The IPv4 or IPv6 address of the peer.

Property Value
TypeDescription
string

Port

public long Port { get; set; }

The network port of the peer.

Property Value
TypeDescription
long