NetworkProfileResponse

data class NetworkProfileResponse(val managementSubnetCidr: String? = null, val vnetCidr: String? = null, val vnetId: String? = null)

Represents the OpenShift networking configuration

Constructors

Link copied to clipboard
constructor(managementSubnetCidr: String? = null, vnetCidr: String? = null, vnetId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

CIDR of subnet used to create PLS needed for management of the cluster

Link copied to clipboard
val vnetCidr: String? = null

CIDR for the OpenShift Vnet.

Link copied to clipboard
val vnetId: String? = null

ID of the Vnet created for OSA cluster.