Skip to main content

GoogleCloudNetworkSubnetworkModeType

No description

enum GoogleCloudNetworkSubnetworkModeType {
AUTO
CUSTOM
LEGACY
}

Values

GoogleCloudNetworkSubnetworkModeType.AUTO

An auto mode VPC network starts with one subnet per region. Each subnet has a predetermined range as described in Auto mode VPC network IP ranges

GoogleCloudNetworkSubnetworkModeType.CUSTOM

For custom mode VPC networks, subnets can be created by users, and at least one subnet must exist when creating the network

GoogleCloudNetworkSubnetworkModeType.LEGACY

Legacy networks have a single RFC 1918 range, which you specify when you create the network. The network is global in scope and spans all cloud regions. Legacy networks are not recommended and can no longer be created.

Member of

GoogleCloudVPCNetwork object