In Mage Rcm Nic Details Response
data class InMageRcmNicDetailsResponse(val isPrimaryNic: String? = null, val isSelectedForFailover: String? = null, val nicId: String, val sourceIPAddress: String, val sourceIPAddressType: String, val sourceNetworkId: String, val sourceSubnetName: String, val targetIPAddress: String? = null, val targetIPAddressType: String? = null, val targetSubnetName: String? = null, val testIPAddress: String? = null, val testIPAddressType: String? = null, val testSubnetName: String? = null)
InMageRcm NIC details.
Constructors
Link copied to clipboard
fun InMageRcmNicDetailsResponse(isPrimaryNic: String? = null, isSelectedForFailover: String? = null, nicId: String, sourceIPAddress: String, sourceIPAddressType: String, sourceNetworkId: String, sourceSubnetName: String, targetIPAddress: String? = null, targetIPAddressType: String? = null, targetSubnetName: String? = null, testIPAddress: String? = null, testIPAddressType: String? = null, testSubnetName: String? = null)