Alias Ip Range Args
    data class AliasIpRangeArgs(val ipCidrRange: Output<String>? = null, val subnetworkRangeName: Output<String>? = null) : ConvertibleToJava<AliasIpRangeArgs> 
An alias IP range attached to an instance's network interface.
Constructors
Link copied to clipboard
                fun AliasIpRangeArgs(ipCidrRange: Output<String>? = null, subnetworkRangeName: Output<String>? = null)
Functions
Properties
Link copied to clipboard
                The IP alias ranges to allocate for this interface. This IP CIDR range must belong to the specified subnetwork and cannot contain IP addresses reserved by system or used by other network interfaces. This range may be a single IP address (such as 10.2.3.4), a netmask (such as /24) or a CIDR-formatted string (such as 10.1.2.0/24).