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.
Implements
IMessageConditionContextTypesPeer, IEquatableConditionContextTypesPeer, IDeepCloneableConditionContextTypesPeer, IBufferMessage, IMessageNamespace
Google.Cloud.PolicyTroubleshooter.Iam.V3Assembly
Google.Cloud.PolicyTroubleshooter.Iam.V3.dll
Constructors
Peer()
public Peer()
Peer(Peer)
public Peer(ConditionContext.Types.Peer other)
Parameter | |
---|---|
Name | Description |
other | ConditionContextTypesPeer |
Properties
Ip
public string Ip { get; set; }
The IPv4 or IPv6 address of the peer.
Property Value | |
---|---|
Type | Description |
string |
Port
public long Port { get; set; }
The network port of the peer.
Property Value | |
---|---|
Type | Description |
long |