IPConfig Response
data class IPConfigResponse(val lBBackendAddressPoolIds: List<String>? = null, val publicIpAddressId: String? = null, val staticIPAddress: String? = null)
IP configuration details.
Constructors
Link copied to clipboard
fun IPConfigResponse(lBBackendAddressPoolIds: List<String>? = null, publicIpAddressId: String? = null, staticIPAddress: String? = null)