Enum Subnetwork.ResolveSubnetMask (1.101.0)

public enum Subnetwork.ResolveSubnetMask extends Enum<Subnetwork.ResolveSubnetMask> implements ProtocolMessageEnum

Configures subnet mask resolution for this subnetwork.

Protobuf enum google.cloud.compute.v1.Subnetwork.ResolveSubnetMask

Implements

ProtocolMessageEnum

Static Fields

Name Description
ARP_ALL_RANGES

All ranges assigned to the VM NIC will respond to ARP.

ARP_ALL_RANGES = 445655380;

ARP_ALL_RANGES_VALUE

All ranges assigned to the VM NIC will respond to ARP.

ARP_ALL_RANGES = 445655380;

ARP_PRIMARY_RANGE

Only the primary range of the VM NIC will respond to ARP.

ARP_PRIMARY_RANGE = 120210048;

ARP_PRIMARY_RANGE_VALUE

Only the primary range of the VM NIC will respond to ARP.

ARP_PRIMARY_RANGE = 120210048;

UNDEFINED_RESOLVE_SUBNET_MASK

A value indicating that the enum field is not set.

UNDEFINED_RESOLVE_SUBNET_MASK = 0;

UNDEFINED_RESOLVE_SUBNET_MASK_VALUE

A value indicating that the enum field is not set.

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