Workload Network Segment Subnet Response
    data class WorkloadNetworkSegmentSubnetResponse(val dhcpRanges: List<String>? = null, val gatewayAddress: String? = null)
Subnet configuration for segment
Constructors
Link copied to clipboard
                fun WorkloadNetworkSegmentSubnetResponse(dhcpRanges: List<String>? = null, gatewayAddress: String? = null)