Compute Engine v1 API - Enum InterconnectAttachment.Types.StackType (2.15.0)

public enum InterconnectAttachment.Types.StackType

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

The stack type for this interconnect attachment to identify whether the IPv6 feature is enabled or not. If not specified, IPV4_ONLY will be used. This field can be both set at interconnect attachments creation and update interconnect attachment operations.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Ipv4Ipv6

The interconnect attachment can have both IPv4 and IPv6 addresses.

Ipv4Only

The interconnect attachment will only be assigned IPv4 addresses.

UndefinedStackType

A value indicating that the enum field is not set.