Network Interface Sub Interface Response
data class NetworkInterfaceSubInterfaceResponse(val ipAddress: String, val ipAllocationMode: String, val subnetwork: String, val vlan: Int)
Constructors
Link copied to clipboard
fun NetworkInterfaceSubInterfaceResponse(ipAddress: String, ipAllocationMode: String, subnetwork: String, vlan: Int)
Types
Properties
Link copied to clipboard
If specified, this subnetwork must belong to the same network as that of the network interface. If not specified the subnet of network interface will be used. If you specify this property, you can specify the subnetwork as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/regions/region /subnetworks/subnetwork - regions/region/subnetworks/subnetwork