Compute Engine v1 API - Enum Subnetwork.Types.ResolveSubnetMask (3.32.0)

public enum Subnetwork.Types.ResolveSubnetMask

Reference documentation and code samples for the Compute Engine v1 API enum Subnetwork.Types.ResolveSubnetMask.

Configures subnet mask resolution for this subnetwork.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
ArpAllRanges

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

ArpBroadcastPrimaryRange

VMs will receive an ARP response from a VM instance owning the target IP address within the subnetwork's primary CIDR range, if such a VM instance exists and is running.

ArpBroadcastPrimaryRangeWithLearning

Combines ARP_BROADCAST_PRIMARY_RANGE with MAC learning. Enables cache mapping between IP addresses and custom MAC addresses of instances and use of it to set the correct destination MAC address. If this option is chosen, the subnetwork must have /24 or a smaller CIDR range.

ArpPrimaryRange

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

UndefinedResolveSubnetMask

A value indicating that the enum field is not set.