Security Command Center V2 API - Class Google::Cloud::SecurityCenter::V2::AttackPath::AttackPathEdge (v0.3.0)

Reference documentation and code samples for the Security Command Center V2 API class Google::Cloud::SecurityCenter::V2::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.