public enum Subnetwork.ResolveSubnetMask extends Enum<Subnetwork.ResolveSubnetMask> implements ProtocolMessageEnumConfigures subnet mask resolution for this subnetwork.
Protobuf enum google.cloud.compute.v1.Subnetwork.ResolveSubnetMask
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ARP_ALL_RANGES |
All ranges assigned to the VM NIC will respond to ARP. |
ARP_ALL_RANGES_VALUE |
All ranges assigned to the VM NIC will respond to ARP. |
ARP_PRIMARY_RANGE |
Only the primary range of the VM NIC will respond to ARP. |
ARP_PRIMARY_RANGE_VALUE |
Only the primary range of the VM NIC will respond to ARP. |
UNDEFINED_RESOLVE_SUBNET_MASK |
A value indicating that the enum field is not set. |
UNDEFINED_RESOLVE_SUBNET_MASK_VALUE |
A value indicating that the enum field is not set. |
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() |
|