Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::AttackPath::AttackPathEdge.
Represents a connection between a source node and a destination node in this attack path.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#destination
def destination() -> ::String
Returns
- (::String) — The attack node uuid of the destination node.
#destination=
def destination=(value) -> ::String
Parameter
- value (::String) — The attack node uuid of the destination node.
Returns
- (::String) — The attack node uuid of the destination node.
#source
def source() -> ::String
Returns
- (::String) — The attack node uuid of the source node.
#source=
def source=(value) -> ::String
Parameter
- value (::String) — The attack node uuid of the source node.
Returns
- (::String) — The attack node uuid of the source node.