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.
|
Modifier and Type | Method and Description |
---|---|
NetworkConfiguration.Type |
getType()
Returns the network's type.
|
String |
toString() |
public NetworkConfiguration.Type getType()
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 © 2019 Google LLC. All rights reserved.