public abstract class NetworkConfiguration extends Object implements Serializable
StandardNetworkConfiguration to create a standard network with associated address range.
Use SubnetNetworkConfiguration to create a network that supports subnetworks, up to one
per region, each with its own address range.| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkConfiguration.Type
Type of a Google Compute Engine disk configuration.
|
public NetworkConfiguration.Type type()
NetworkConfiguration.Type.STANDARD for a standard networks
with no subnetworks. This method returns NetworkConfiguration.Type.SUBNET for a network that supports the
creation of subnetworks (either automatic or manual).Copyright © 2016 Google. All rights reserved.