Package-level declarations

Types

Link copied to clipboard
class ControllerDetails : KotlinCustomResource

Represents an instance of a DNC controller. Uses Azure REST API version 2023-06-27-preview. In version 2.x of the Azure Native provider, it used API version 2021-03-15. Other available API versions: 2021-03-15, 2023-05-18-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native delegatednetwork [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class ControllerDetailsArgs(val location: Output<String>? = null, val purpose: Output<Either<String, ControllerPurpose>>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ControllerDetailsArgs>

Represents an instance of a DNC controller. Uses Azure REST API version 2023-06-27-preview. In version 2.x of the Azure Native provider, it used API version 2021-03-15. Other available API versions: 2021-03-15, 2023-05-18-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native delegatednetwork [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
object ControllerDetailsMapper : ResourceMapper<ControllerDetails>
Link copied to clipboard
Link copied to clipboard
class DelegatedSubnetServiceDetails : KotlinCustomResource

Represents an instance of a orchestrator. Uses Azure REST API version 2023-06-27-preview. In version 2.x of the Azure Native provider, it used API version 2021-03-15. Other available API versions: 2021-03-15, 2023-05-18-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native delegatednetwork [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class DelegatedSubnetServiceDetailsArgs(val allocationBlockPrefixSize: Output<Int>? = null, val controllerDetails: Output<ControllerDetailsArgs>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val subnetDetails: Output<SubnetDetailsArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DelegatedSubnetServiceDetailsArgs>

Represents an instance of a orchestrator. Uses Azure REST API version 2023-06-27-preview. In version 2.x of the Azure Native provider, it used API version 2021-03-15. Other available API versions: 2021-03-15, 2023-05-18-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native delegatednetwork [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
class OrchestratorInstanceServiceDetails : KotlinCustomResource

Represents an instance of a orchestrator. Uses Azure REST API version 2023-06-27-preview. In version 2.x of the Azure Native provider, it used API version 2021-03-15. Other available API versions: 2021-03-15, 2023-05-18-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native delegatednetwork [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class OrchestratorInstanceServiceDetailsArgs(val apiServerEndpoint: Output<String>? = null, val clusterRootCA: Output<String>? = null, val controllerDetails: Output<ControllerDetailsArgs>? = null, val identity: Output<OrchestratorIdentityArgs>? = null, val kind: Output<Either<String, OrchestratorKind>>? = null, val location: Output<String>? = null, val orchestratorAppId: Output<String>? = null, val orchestratorTenantId: Output<String>? = null, val privateLinkResourceId: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<OrchestratorInstanceServiceDetailsArgs>

Represents an instance of a orchestrator. Uses Azure REST API version 2023-06-27-preview. In version 2.x of the Azure Native provider, it used API version 2021-03-15. Other available API versions: 2021-03-15, 2023-05-18-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native delegatednetwork [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Functions