Get Workload Network Dhcp Result
data class GetWorkloadNetworkDhcpResult(val id: String, val name: String, val properties: Either<WorkloadNetworkDhcpRelayResponse, WorkloadNetworkDhcpServerResponse>, val type: String)
NSX DHCP
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: Either<WorkloadNetworkDhcpRelayResponse, WorkloadNetworkDhcpServerResponse>, type: String)