Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Class and Description |
---|---|
class |
Subnetwork
A Google Compute Engine Subnetwork.
|
Modifier and Type | Method and Description |
---|---|
abstract SubnetworkInfo |
SubnetworkInfo.Builder.build()
Creates a
SubnetworkInfo object. |
static SubnetworkInfo |
SubnetworkInfo.of(SubnetworkId subnetworkId,
NetworkId network,
String ipRange)
Returns a
SubnetworkInfo object given the identity of the subnetwork, the identity of
the network this subnetwork belongs to and the range of IPv4 addresses owned by this
subnetwork. |
Modifier and Type | Method and Description |
---|---|
Operation |
Compute.create(SubnetworkInfo subnetwork,
Compute.OperationOption... options) |
Copyright © 2019 Google LLC. All rights reserved.