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(java.lang.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(java.lang.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(java.lang.String fieldName,
java.lang.Object value) |
Network |
Network.setCreationTimestamp(java.lang.String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Network |
Network.setDescription(java.lang.String description)
An optional textual description of the resource; provided by the client when the resource is
created.
|
Network |
Network.setGatewayIPv4(java.lang.String gatewayIPv4)
A gateway address for default routing to other networks.
|
Network |
Network.setId(java.math.BigInteger id)
[Output Only] Unique identifier for the resource; defined by the server.
|
Network |
Network.setIPv4Range(java.lang.String iPv4Range)
The range of internal addresses that are legal on this network.
|
Network |
Network.setKind(java.lang.String kind)
[Output Only] Type of the resource.
|
Network |
Network.setName(java.lang.String name)
Name of the resource; provided by the client when the resource is created.
|
Network |
Network.setSelfLink(java.lang.String selfLink)
[Output Only] Server defined URL for the resource.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Network> |
NetworkList.getItems()
[Output Only] A list of Network resources.
|
Modifier and Type | Method and Description |
---|---|
NetworkList |
NetworkList.setItems(java.util.List<Network> items)
[Output Only] A list of Network resources.
|