Class: Google::Cloud::SecurityCenter::V1::AttackPath::AttackPathEdge
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::AttackPath::AttackPathEdge
- 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
-
#destination ⇒ ::String
The attack node uuid of the destination node.
-
#source ⇒ ::String
The attack node uuid of the source node.
Instance Attribute Details
#destination ⇒ ::String
Returns 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.
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 |