GetDelegatedSubnetServiceDetailsResult

data class GetDelegatedSubnetServiceDetailsResult(val allocationBlockPrefixSize: Int? = null, val azureApiVersion: String, val controllerDetails: ControllerDetailsResponse? = null, val id: String, val location: String? = null, val name: String, val provisioningState: String, val resourceGuid: String, val subnetDetails: SubnetDetailsResponse? = null, val tags: Map<String, String>? = null, val type: String)

Represents an instance of a orchestrator.

Constructors

Link copied to clipboard
constructor(allocationBlockPrefixSize: Int? = null, azureApiVersion: String, controllerDetails: ControllerDetailsResponse? = null, id: String, location: String? = null, name: String, provisioningState: String, resourceGuid: String, subnetDetails: SubnetDetailsResponse? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines prefix size of CIDR blocks allocated to nodes in VnetBlock Mode. Delegated subnet's prefix size should be smaller than this by a minimum of 3.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Properties of the controller.

Link copied to clipboard
val id: String

An identifier that represents the resource.

Link copied to clipboard
val location: String? = null

Location of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The current state of dnc delegated subnet resource.

Link copied to clipboard

Resource guid.

Link copied to clipboard

subnet details

Link copied to clipboard
val tags: Map<String, String>? = null

The resource tags.

Link copied to clipboard

The type of resource.