Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.Networks.Insert |
Compute.Networks.insert(String project,
Network content)
Creates a network resource in the specified project using the data included in the request.
|
Constructor and Description |
---|
Compute.Networks.Insert(String project,
Network content)
Creates a network resource in the specified project using the data included in the request.
|
Modifier and Type | Method and Description |
---|---|
Network |
Network.clone() |
Network |
Network.set(String fieldName,
Object value) |
Network |
Network.setCreationTimestamp(String creationTimestamp)
Creation timestamp in RFC3339 text format (output only).
|
Network |
Network.setDescription(String description)
An optional textual description of the resource; provided by the client when the resource is
created.
|
Network |
Network.setGatewayIPv4(String gatewayIPv4)
An optional address that is used for default routing to other networks.
|
Network |
Network.setId(BigInteger id)
Unique identifier for the resource; defined by the server (output only).
|
Network |
Network.setIPv4Range(String iPv4Range)
Required; The range of internal addresses that are legal on this network.
|
Network |
Network.setKind(String kind)
Type of the resource.
|
Network |
Network.setName(String name)
Name of the resource; provided by the client when the resource is created.
|
Network |
Network.setSelfLink(String selfLink)
Server defined URL for the resource (output only).
|
Modifier and Type | Method and Description |
---|---|
List<Network> |
NetworkList.getItems()
The network resources.
|
Modifier and Type | Method and Description |
---|---|
NetworkList |
NetworkList.setItems(List<Network> items)
The network resources.
|