Enum NetworkProfileNetworkFeatures.AllowMultiNicInSameNetwork (1.65.0)

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

Specifies whether multi-nic in the same network is allowed.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
MULTI_NIC_IN_SAME_NETWORK_ALLOWED

MULTI_NIC_IN_SAME_NETWORK_ALLOWED = 457555419;

MULTI_NIC_IN_SAME_NETWORK_ALLOWED_VALUE

MULTI_NIC_IN_SAME_NETWORK_ALLOWED = 457555419;

MULTI_NIC_IN_SAME_NETWORK_BLOCKED

MULTI_NIC_IN_SAME_NETWORK_BLOCKED = 273718815;

MULTI_NIC_IN_SAME_NETWORK_BLOCKED_VALUE

MULTI_NIC_IN_SAME_NETWORK_BLOCKED = 273718815;

UNDEFINED_ALLOW_MULTI_NIC_IN_SAME_NETWORK

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_MULTI_NIC_IN_SAME_NETWORK = 0;

UNDEFINED_ALLOW_MULTI_NIC_IN_SAME_NETWORK_VALUE

A value indicating that the enum field is not set.

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