Enum NetworkProfileNetworkFeatures.AllowNetworkMigration (1.73.0)

public enum NetworkProfileNetworkFeatures.AllowNetworkMigration extends Enum<NetworkProfileNetworkFeatures.AllowNetworkMigration> implements ProtocolMessageEnum

Specifies whether VM network migration is allowed.

Protobuf enum google.cloud.compute.v1.NetworkProfileNetworkFeatures.AllowNetworkMigration

Implements

ProtocolMessageEnum

Static Fields

Name Description
NETWORK_MIGRATION_ALLOWED

NETWORK_MIGRATION_ALLOWED = 14389766;

NETWORK_MIGRATION_ALLOWED_VALUE

NETWORK_MIGRATION_ALLOWED = 14389766;

NETWORK_MIGRATION_BLOCKED

NETWORK_MIGRATION_BLOCKED = 367424074;

NETWORK_MIGRATION_BLOCKED_VALUE

NETWORK_MIGRATION_BLOCKED = 367424074;

UNDEFINED_ALLOW_NETWORK_MIGRATION

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_NETWORK_MIGRATION = 0;

UNDEFINED_ALLOW_NETWORK_MIGRATION_VALUE

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_NETWORK_MIGRATION = 0;

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()