Class ForwardingRuleInfo (1.5.3)

ForwardingRuleInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
display_name str
Name of a Compute Engine forwarding rule.
uri str
URI of a Compute Engine forwarding rule.
matched_protocol str
Protocol defined in the forwarding rule that matches the test.
matched_port_range str
Port range defined in the forwarding rule that matches the test.
vip str
VIP of the forwarding rule.
target str
Target type of the forwarding rule.
network_uri str
Network URI. Only valid for Internal Load Balancer.

Inheritance

builtins.object > proto.message.Message > ForwardingRuleInfo