public enum ComputeEngineNetworkTier extends Enum<ComputeEngineNetworkTier> implements ProtocolMessageEnum
Describes the networking tier used for configuring network access configuration.
Protobuf enum google.cloud.vmmigration.v1.ComputeEngineNetworkTier
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
COMPUTE_ENGINE_NETWORK_TIER_UNSPECIFIED |
An unspecified network tier. Will be used as PREMIUM. |
COMPUTE_ENGINE_NETWORK_TIER_UNSPECIFIED_VALUE |
An unspecified network tier. Will be used as PREMIUM. |
NETWORK_TIER_PREMIUM |
A premium network tier. |
NETWORK_TIER_PREMIUM_VALUE |
A premium network tier. |
NETWORK_TIER_STANDARD |
A standard network tier. |
NETWORK_TIER_STANDARD_VALUE |
A standard network tier. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |