resolveSubnetMask property

String? resolveSubnetMask
getter/setter pair

Configures subnet mask resolution for this subnetwork. Possible string values are:

  • "ARP_ALL_RANGES" : 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.

Implementation

core.String? resolveSubnetMask;