Enum ProjectsResource.LocationsResource.ServiceConnectionPoliciesResource.CreateRequest.AutoSubnetworkConfigIpStackEnum
Optional. The requested IP stack for the subnetwork. If not specified, IPv4 is used.
Namespace: Google.Apis.Networkconnectivity.v1
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public enum ProjectsResource.LocationsResource.ServiceConnectionPoliciesResource.CreateRequest.AutoSubnetworkConfigIpStackEnum
Fields
| Name | Description |
|---|---|
| IPV4IPV6 | Will use IPv4 and IPv6 (dual stack). |
| IPV4ONLY | Will create an IPV4_ONLY subnetwork. |
| IPV6ONLY | Will create an IPV6_ONLY subnetwork. |
| SUBNETIPSTACKUNSPECIFIED | Default value. Will create an IPV4_ONLY subnetwork by default. |