IPConfig Details Response
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)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard