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 |
Address
A Google Compute Engine address.
|
Modifier and Type | Method and Description |
---|---|
abstract AddressInfo |
AddressInfo.Builder.build()
Creates an
AddressInfo object. |
static AddressInfo |
AddressInfo.of(AddressId addressId)
Returns an
AddressInfo object for the provided identity. |
static AddressInfo |
AddressInfo.of(RegionId regionId,
String name)
Returns an
AddressInfo object for the provided region identity and name. |
static AddressInfo |
AddressInfo.of(String name)
Returns an
AddressInfo object for the provided name. |
static AddressInfo |
AddressInfo.of(String region,
String name)
Returns an
AddressInfo object for the provided region and address names. |
Modifier and Type | Method and Description |
---|---|
Operation |
Compute.create(AddressInfo address,
Compute.OperationOption... options)
Creates a new address.
|
Copyright © 2019 Google LLC. All rights reserved.