Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::DropInfo.
Details of the final state "drop" and associated resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cause
def cause() -> ::Google::Cloud::NetworkManagement::V1::DropInfo::Cause
Returns
- (::Google::Cloud::NetworkManagement::V1::DropInfo::Cause) — Cause that the packet is dropped.
#cause=
def cause=(value) -> ::Google::Cloud::NetworkManagement::V1::DropInfo::Cause
Parameter
- value (::Google::Cloud::NetworkManagement::V1::DropInfo::Cause) — Cause that the packet is dropped.
Returns
- (::Google::Cloud::NetworkManagement::V1::DropInfo::Cause) — Cause that the packet is dropped.
#destination_ip
def destination_ip() -> ::String
Returns
- (::String) — Destination IP address of the dropped packet (if relevant).
#destination_ip=
def destination_ip=(value) -> ::String
Parameter
- value (::String) — Destination IP address of the dropped packet (if relevant).
Returns
- (::String) — Destination IP address of the dropped packet (if relevant).
#region
def region() -> ::String
Returns
- (::String) — Region of the dropped packet (if relevant).
#region=
def region=(value) -> ::String
Parameter
- value (::String) — Region of the dropped packet (if relevant).
Returns
- (::String) — Region of the dropped packet (if relevant).
#resource_uri
def resource_uri() -> ::String
Returns
- (::String) — URI of the resource that caused the drop.
#resource_uri=
def resource_uri=(value) -> ::String
Parameter
- value (::String) — URI of the resource that caused the drop.
Returns
- (::String) — URI of the resource that caused the drop.
#source_ip
def source_ip() -> ::String
Returns
- (::String) — Source IP address of the dropped packet (if relevant).
#source_ip=
def source_ip=(value) -> ::String
Parameter
- value (::String) — Source IP address of the dropped packet (if relevant).
Returns
- (::String) — Source IP address of the dropped packet (if relevant).