Network Interface Properties Response
data class NetworkInterfacePropertiesResponse(val dnsName: String? = null, val privateIpAddress: String? = null, val publicIpAddress: String? = null, val publicIpAddressId: String? = null, val rdpAuthority: String? = null, val sharedPublicIpAddressConfiguration: SharedPublicIpAddressConfigurationResponse? = null, val sshAuthority: String? = null, val subnetId: String? = null, val virtualNetworkId: String? = null)
Properties of a network interface.
Constructors
Link copied to clipboard
fun NetworkInterfacePropertiesResponse(dnsName: String? = null, privateIpAddress: String? = null, publicIpAddress: String? = null, publicIpAddressId: String? = null, rdpAuthority: String? = null, sharedPublicIpAddressConfiguration: SharedPublicIpAddressConfigurationResponse? = null, sshAuthority: String? = null, subnetId: String? = null, virtualNetworkId: String? = null)