Compute Engine v1 API - Enum NetworkPeering.Types.StackType (2.13.0)

public enum NetworkPeering.Types.StackType

Reference documentation and code samples for the Compute Engine v1 API enum NetworkPeering.Types.StackType.

Which IP version(s) of traffic and routes are allowed to be imported or exported between peer networks. The default value is IPV4_ONLY.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Ipv4Ipv6

This Peering will allow IPv4 traffic and routes to be exchanged. Additionally if the matching peering is IPV4_IPV6, IPv6 traffic and routes will be exchanged as well.

Ipv4Only

This Peering will only allow IPv4 traffic and routes to be exchanged, even if the matching peering is IPV4_IPV6.

UndefinedStackType

A value indicating that the enum field is not set.