| Package | Description |
|---|---|
| com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
| Modifier and Type | Field and Description |
|---|---|
static NetworkInterface.AccessConfig.Type |
NetworkInterface.AccessConfig.Type.ONE_TO_ONE_NAT |
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.AccessConfig.Type |
NetworkInterface.AccessConfig.getType()
Returns the type of network access configuration.
|
static NetworkInterface.AccessConfig.Type |
NetworkInterface.AccessConfig.Type.valueOf(String constant)
Get the Type for the given String constant, and allow unrecognized values.
|
static NetworkInterface.AccessConfig.Type |
NetworkInterface.AccessConfig.Type.valueOfStrict(String constant)
Get the Type for the given String constant, and throw an exception if the constant is
not recognized.
|
static NetworkInterface.AccessConfig.Type[] |
NetworkInterface.AccessConfig.Type.values()
Return the known values for Type.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.AccessConfig.Builder |
NetworkInterface.AccessConfig.Builder.setType(NetworkInterface.AccessConfig.Type type)
Sets the type of the access configuration.
|
Copyright © 2018 Google LLC. All rights reserved.