InboundEndpointIPConfigurationResponse

data class InboundEndpointIPConfigurationResponse(val privateIpAddress: String? = null, val privateIpAllocationMethod: String? = null, val subnet: SubResourceResponse? = null)

IP configuration.

Constructors

Link copied to clipboard
constructor(privateIpAddress: String? = null, privateIpAllocationMethod: String? = null, subnet: SubResourceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Private IP address of the IP configuration.

Link copied to clipboard

Private IP address allocation method.

Link copied to clipboard

The reference to the subnet bound to the IP configuration.