NetworkProfileResponse

data class NetworkProfileResponse(val loadBalancerProfile: LoadBalancerProfileResponse? = null, val outboundType: String? = null, val podCidr: String? = null, val preconfiguredNSG: String? = null, val serviceCidr: String? = null)

NetworkProfile represents a network profile.

Constructors

Link copied to clipboard
constructor(loadBalancerProfile: LoadBalancerProfileResponse? = null, outboundType: String? = null, podCidr: String? = null, preconfiguredNSG: String? = null, serviceCidr: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cluster load balancer profile.

Link copied to clipboard
val outboundType: String? = null

The OutboundType used for egress traffic.

Link copied to clipboard
val podCidr: String? = null

The CIDR used for OpenShift/Kubernetes Pods.

Link copied to clipboard

Specifies whether subnets are pre-attached with an NSG

Link copied to clipboard
val serviceCidr: String? = null

The CIDR used for OpenShift/Kubernetes Services.