Network Management V1 API - Class Google::Cloud::NetworkManagement::V1::ForwardingRuleInfo (v0.5.0)

Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::ForwardingRuleInfo.

For display only. Metadata associated with a Compute Engine forwarding rule.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#display_name

def display_name() -> ::String
Returns
  • (::String) — Name of a Compute Engine forwarding rule.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Name of a Compute Engine forwarding rule.
Returns
  • (::String) — Name of a Compute Engine forwarding rule.

#matched_port_range

def matched_port_range() -> ::String
Returns
  • (::String) — Port range defined in the forwarding rule that matches the test.

#matched_port_range=

def matched_port_range=(value) -> ::String
Parameter
  • value (::String) — Port range defined in the forwarding rule that matches the test.
Returns
  • (::String) — Port range defined in the forwarding rule that matches the test.

#matched_protocol

def matched_protocol() -> ::String
Returns
  • (::String) — Protocol defined in the forwarding rule that matches the test.

#matched_protocol=

def matched_protocol=(value) -> ::String
Parameter
  • value (::String) — Protocol defined in the forwarding rule that matches the test.
Returns
  • (::String) — Protocol defined in the forwarding rule that matches the test.

#network_uri

def network_uri() -> ::String
Returns
  • (::String) — Network URI. Only valid for Internal Load Balancer.

#network_uri=

def network_uri=(value) -> ::String
Parameter
  • value (::String) — Network URI. Only valid for Internal Load Balancer.
Returns
  • (::String) — Network URI. Only valid for Internal Load Balancer.

#target

def target() -> ::String
Returns
  • (::String) — Target type of the forwarding rule.

#target=

def target=(value) -> ::String
Parameter
  • value (::String) — Target type of the forwarding rule.
Returns
  • (::String) — Target type of the forwarding rule.

#uri

def uri() -> ::String
Returns
  • (::String) — URI of a Compute Engine forwarding rule.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — URI of a Compute Engine forwarding rule.
Returns
  • (::String) — URI of a Compute Engine forwarding rule.

#vip

def vip() -> ::String
Returns
  • (::String) — VIP of the forwarding rule.

#vip=

def vip=(value) -> ::String
Parameter
  • value (::String) — VIP of the forwarding rule.
Returns
  • (::String) — VIP of the forwarding rule.