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 \ SubnetworkMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_RESOLVE_SUBNET_MASK
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_RESOLVE_SUBNET_MASK = 0;
ARP_ALL_RANGES
Value: 445655380All ranges assigned to the VM NIC will respond to ARP.
Generated from protobuf enum ARP_ALL_RANGES = 445655380;
ARP_PRIMARY_RANGE
Value: 120210048Only the primary range of the VM NIC will respond to ARP.
Generated from protobuf enum ARP_PRIMARY_RANGE = 120210048;