IPConfigResponse

data class IPConfigResponse(val lBBackendAddressPoolIds: List<String>? = null, val publicIpAddressId: String? = null, val staticIPAddress: String? = null)

IP configuration details.

Constructors

Link copied to clipboard
constructor(lBBackendAddressPoolIds: List<String>? = null, publicIpAddressId: String? = null, staticIPAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The backend address pools associated with the IP configuration.

Link copied to clipboard

The Id of the public IP address associated with the IP configuration.

Link copied to clipboard
val staticIPAddress: String? = null

The static IP address of the IP configuration.