Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping (v3.5.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping.

The inner VLAN-to-Appliance mapping.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#inner_appliance_ip_address

def inner_appliance_ip_address() -> ::String
Returns
  • (::String) — Required in this object. A single IPv4 or IPv6 address used as the destination IP address for ingress packets that match on both VLAN tags.

#inner_appliance_ip_address=

def inner_appliance_ip_address=(value) -> ::String
Parameter
  • value (::String) — Required in this object. A single IPv4 or IPv6 address used as the destination IP address for ingress packets that match on both VLAN tags.
Returns
  • (::String) — Required in this object. A single IPv4 or IPv6 address used as the destination IP address for ingress packets that match on both VLAN tags.

#inner_vlan_tags

def inner_vlan_tags() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required in this object. Used to match the inner VLAN tag on the packet. Each entry can be a single number or a range of numbers in the range of 1 to 4094, e.g., ["1", "4001-4094"] is valid. Non-empty and Non-overlapping VLAN tag ranges are enforced, and violating operations will be rejected.

    The inner VLAN tags must have an ethertype value of 0x8100.

#inner_vlan_tags=

def inner_vlan_tags=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required in this object. Used to match the inner VLAN tag on the packet. Each entry can be a single number or a range of numbers in the range of 1 to 4094, e.g., ["1", "4001-4094"] is valid. Non-empty and Non-overlapping VLAN tag ranges are enforced, and violating operations will be rejected.

    The inner VLAN tags must have an ethertype value of 0x8100.

Returns
  • (::Array<::String>) — Required in this object. Used to match the inner VLAN tag on the packet. Each entry can be a single number or a range of numbers in the range of 1 to 4094, e.g., ["1", "4001-4094"] is valid. Non-empty and Non-overlapping VLAN tag ranges are enforced, and violating operations will be rejected.

    The inner VLAN tags must have an ethertype value of 0x8100.