Inbound Endpoint IPConfiguration Response
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)