Get Instance Template Network Interface Alias Ip Range
data class GetInstanceTemplateNetworkInterfaceAliasIpRange(val ipCidrRange: String, val subnetworkRangeName: String)
Constructors
Link copied to clipboard
fun GetInstanceTemplateNetworkInterfaceAliasIpRange(ipCidrRange: String, subnetworkRangeName: String)
Types
Properties
Link copied to clipboard
The IP CIDR range represented by this alias IP range. This IP CIDR range must belong to the specified subnetwork and cannot contain IP addresses reserved by system or used by other network interfaces. At the time of writing only a netmask (e.g. /24) may be supplied, with a CIDR format resulting in an API error.