NetworkProfileResponse

data class NetworkProfileResponse(val podCidr: String? = null, val serviceCidr: String? = null)

NetworkProfile represents a network profile.

Constructors

Link copied to clipboard
constructor(podCidr: String? = null, serviceCidr: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val podCidr: String? = null

The CIDR used for OpenShift/Kubernetes Pods.

Link copied to clipboard
val serviceCidr: String? = null

The CIDR used for OpenShift/Kubernetes Services.