Attached Network Configuration Response
data class AttachedNetworkConfigurationResponse(val l2Networks: List<L2NetworkAttachmentConfigurationResponse>? = null, val l3Networks: List<L3NetworkAttachmentConfigurationResponse>? = null, val trunkedNetworks: List<TrunkedNetworkAttachmentConfigurationResponse>? = null)
Constructors
Link copied to clipboard
constructor(l2Networks: List<L2NetworkAttachmentConfigurationResponse>? = null, l3Networks: List<L3NetworkAttachmentConfigurationResponse>? = null, trunkedNetworks: List<TrunkedNetworkAttachmentConfigurationResponse>? = null)