Class Network
java.lang.Object
org.jclouds.googlecomputeengine.domain.Network
Represents a network used to enable instance communication.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
static Network
create
(String id, Date creationTimestamp, URI selfLink, String name, String description, String rangeIPv4, String gatewayIPv4, boolean autoCreateSubnetworks, List<URI> subnetworks) abstract Date
abstract String
abstract String
This must be within the range specified by IPv4Range, and is typically the first usable address in that range.abstract String
id()
abstract String
name()
abstract String
The range of internal addresses that are legal on this network.abstract URI
selfLink()
type()
-
Method Details
-
id
-
creationTimestamp
-
selfLink
-
name
-
description
-
rangeIPv4
The range of internal addresses that are legal on this network. This range is a CIDR specification, for example:192.168.0.0/16
. -
gatewayIPv4
This must be within the range specified by IPv4Range, and is typically the first usable address in that range. If not specified, the default value is the first usable address in IPv4Range. -
autoCreateSubnetworks
public abstract boolean autoCreateSubnetworks() -
subnetworks
-
create
-
type
-