WorkloadNetworkSegmentSubnetResponse

data class WorkloadNetworkSegmentSubnetResponse(val dhcpRanges: List<String>? = null, val gatewayAddress: String? = null)

Subnet configuration for segment

Constructors

Link copied to clipboard
constructor(dhcpRanges: List<String>? = null, gatewayAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dhcpRanges: List<String>? = null

DHCP Range assigned for subnet.

Link copied to clipboard
val gatewayAddress: String? = null

Gateway address.