Compute V1 Client - Class ResolveSubnetMask (2.7.0)

Reference documentation and code samples for the Compute V1 Client class ResolveSubnetMask.

Configures subnet mask resolution for this subnetwork.

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

Namespace

Google \ Cloud \ Compute \ V1 \ Subnetwork

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_RESOLVE_SUBNET_MASK

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_RESOLVE_SUBNET_MASK = 0;

ARP_ALL_RANGES

Value: 445655380

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

Generated from protobuf enum ARP_ALL_RANGES = 445655380;

ARP_PRIMARY_RANGE

Value: 120210048

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

Generated from protobuf enum ARP_PRIMARY_RANGE = 120210048;