SubnetResponse

data class SubnetResponse(val enableIpv6: Boolean? = null, val name: String, val networkSecurityGroupId: String? = null, val privateEndpointNetworkPolicies: String? = null, val privateLinkServiceNetworkPolicies: String? = null)

Describes a Subnet.

Constructors

Link copied to clipboard
constructor(enableIpv6: Boolean? = null, name: String, networkSecurityGroupId: String? = null, privateEndpointNetworkPolicies: String? = null, privateLinkServiceNetworkPolicies: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enableIpv6: Boolean? = null

Indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster.

Link copied to clipboard

Subnet name.

Link copied to clipboard

Full resource id for the network security group.

Link copied to clipboard

Enable or Disable apply network policies on private end point in the subnet.

Link copied to clipboard

Enable or Disable apply network policies on private link service in the subnet.