Class: Google::Cloud::SecurityCenter::V1::AttackPath::AttackPathEdge

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/attack_path.rb

Overview

Represents a connection between a source node and a destination node in this attack path.

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns The attack node uuid of the destination node.

Returns:

  • (::String)

    The attack node uuid of the destination node.



139
140
141
142
# File 'proto_docs/google/cloud/securitycenter/v1/attack_path.rb', line 139

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

#source::String

Returns The attack node uuid of the source node.

Returns:

  • (::String)

    The attack node uuid of the source node.



139
140
141
142
# File 'proto_docs/google/cloud/securitycenter/v1/attack_path.rb', line 139

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