Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::DeliverInfo.
Details of the final state "deliver" and associated resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ip_address
def ip_address() -> ::String
Returns
- (::String) — IP address of the target (if applicable).
#ip_address=
def ip_address=(value) -> ::String
Parameter
- value (::String) — IP address of the target (if applicable).
Returns
- (::String) — IP address of the target (if applicable).
#resource_uri
def resource_uri() -> ::String
Returns
- (::String) — URI of the resource that the packet is delivered to.
#resource_uri=
def resource_uri=(value) -> ::String
Parameter
- value (::String) — URI of the resource that the packet is delivered to.
Returns
- (::String) — URI of the resource that the packet is delivered to.
#target
def target() -> ::Google::Cloud::NetworkManagement::V1::DeliverInfo::Target
Returns
- (::Google::Cloud::NetworkManagement::V1::DeliverInfo::Target) — Target type where the packet is delivered to.
#target=
def target=(value) -> ::Google::Cloud::NetworkManagement::V1::DeliverInfo::Target
Parameter
- value (::Google::Cloud::NetworkManagement::V1::DeliverInfo::Target) — Target type where the packet is delivered to.
Returns
- (::Google::Cloud::NetworkManagement::V1::DeliverInfo::Target) — Target type where the packet is delivered to.