Class: Google::Cloud::PolicyTroubleshooter::Iam::V3::ConditionContext::Peer

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#ip::String

Returns The IPv4 or IPv6 address of the peer.

Returns:

  • (::String)

    The IPv4 or IPv6 address of the peer.



188
189
190
191
# File 'proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb', line 188

class Peer
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#port::Integer

Returns The network port of the peer.

Returns:

  • (::Integer)

    The network port of the peer.



188
189
190
191
# File 'proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb', line 188

class Peer
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end