public static final class NetworkInterface.AccessConfig.Type extends StringEnumValue
ONE_TO_ONE_NAT.| Modifier and Type | Field and Description |
|---|---|
static NetworkInterface.AccessConfig.Type |
ONE_TO_ONE_NAT |
| Modifier and Type | Method and Description |
|---|---|
static NetworkInterface.AccessConfig.Type |
valueOf(String constant)
Get the Type for the given String constant, and allow unrecognized values.
|
static 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[] |
values()
Return the known values for Type.
|
equals, hashCode, name, toStringpublic static final NetworkInterface.AccessConfig.Type ONE_TO_ONE_NAT
public static NetworkInterface.AccessConfig.Type valueOfStrict(String constant)
public static NetworkInterface.AccessConfig.Type valueOf(String constant)
public static NetworkInterface.AccessConfig.Type[] values()
Copyright © 2018 Google LLC. All rights reserved.