IPConfigDetailsResponse

data class IPConfigDetailsResponse(val ipAddressType: String? = null, val isPrimary: Boolean? = null, val isSeletedForFailover: Boolean? = null, val name: String? = null, val recoveryIPAddressType: String? = null, val recoveryLBBackendAddressPoolIds: List<String>? = null, val recoveryPublicIPAddressId: String? = null, val recoveryStaticIPAddress: String? = null, val recoverySubnetName: String? = null, val staticIPAddress: String? = null, val subnetName: String? = null, val tfoLBBackendAddressPoolIds: List<String>? = null, val tfoPublicIPAddressId: String? = null, val tfoStaticIPAddress: String? = null, val tfoSubnetName: String? = null)

Constructors

Link copied to clipboard
constructor(ipAddressType: String? = null, isPrimary: Boolean? = null, isSeletedForFailover: Boolean? = null, name: String? = null, recoveryIPAddressType: String? = null, recoveryLBBackendAddressPoolIds: List<String>? = null, recoveryPublicIPAddressId: String? = null, recoveryStaticIPAddress: String? = null, recoverySubnetName: String? = null, staticIPAddress: String? = null, subnetName: String? = null, tfoLBBackendAddressPoolIds: List<String>? = null, tfoPublicIPAddressId: String? = null, tfoStaticIPAddress: String? = null, tfoSubnetName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipAddressType: String? = null
Link copied to clipboard
val isPrimary: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val staticIPAddress: String? = null
Link copied to clipboard
val subnetName: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tfoSubnetName: String? = null