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