Package-level declarations

Types

Link copied to clipboard
class AgentPool : KotlinCustomResource

The agentPool resource definition Uses Azure REST API version 2022-09-01-preview.

Link copied to clipboard
data class AgentPoolArgs(val agentPoolName: Output<String>? = null, val availabilityZones: Output<List<String>>? = null, val cloudProviderProfile: Output<CloudProviderProfileArgs>? = null, val count: Output<Int>? = null, val extendedLocation: Output<AgentPoolExtendedLocationArgs>? = null, val location: Output<String>? = null, val maxCount: Output<Int>? = null, val maxPods: Output<Int>? = null, val minCount: Output<Int>? = null, val mode: Output<Either<String, Mode>>? = null, val nodeImageVersion: Output<String>? = null, val nodeLabels: Output<Map<String, String>>? = null, val nodeTaints: Output<List<String>>? = null, val osType: Output<Either<String, OsType>>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val status: Output<AgentPoolProvisioningStatusStatusArgs>? = null, val tags: Output<Map<String, String>>? = null, val vmSize: Output<String>? = null) : ConvertibleToJava<AgentPoolArgs>

The agentPool resource definition Uses Azure REST API version 2022-09-01-preview.

Link copied to clipboard
Link copied to clipboard
object AgentPoolMapper : ResourceMapper<AgentPool>
Link copied to clipboard
Link copied to clipboard
class ClusterInstanceHybridIdentityMetadatum : KotlinCustomResource

Defines the hybridIdentityMetadata. Uses Azure REST API version 2024-01-01. Other available API versions: 2023-11-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hybridcontainerservice [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

data class ClusterInstanceHybridIdentityMetadatumArgs(val connectedClusterResourceUri: Output<String>? = null, val publicKey: Output<String>? = null, val resourceUid: Output<String>? = null) : ConvertibleToJava<ClusterInstanceHybridIdentityMetadatumArgs>

Defines the hybridIdentityMetadata. Uses Azure REST API version 2024-01-01. Other available API versions: 2023-11-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hybridcontainerservice [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
class HybridIdentityMetadatum : KotlinCustomResource

Defines the hybridIdentityMetadata. Uses Azure REST API version 2022-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2022-09-01-preview.

Link copied to clipboard
data class HybridIdentityMetadatumArgs(val hybridIdentityMetadataResourceName: Output<String>? = null, val identity: Output<ProvisionedClusterIdentityArgs>? = null, val publicKey: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val resourceUid: Output<String>? = null) : ConvertibleToJava<HybridIdentityMetadatumArgs>

Defines the hybridIdentityMetadata. Uses Azure REST API version 2022-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2022-09-01-preview.

Link copied to clipboard
Link copied to clipboard
class ProvisionedCluster : KotlinCustomResource

The provisionedClusters resource definition. Uses Azure REST API version 2022-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2022-09-01-preview.

Link copied to clipboard
data class ProvisionedClusterArgs(val extendedLocation: Output<ProvisionedClustersExtendedLocationArgs>? = null, val identity: Output<ProvisionedClusterIdentityArgs>? = null, val location: Output<String>? = null, val properties: Output<ProvisionedClustersAllPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ProvisionedClusterArgs>

The provisionedClusters resource definition. Uses Azure REST API version 2022-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2022-09-01-preview.

Link copied to clipboard
Link copied to clipboard
class StorageSpaceRetrieve : KotlinCustomResource

The storageSpaces resource definition. Uses Azure REST API version 2022-09-01-preview.

Link copied to clipboard
data class StorageSpaceRetrieveArgs(val extendedLocation: Output<StorageSpacesExtendedLocationArgs>? = null, val location: Output<String>? = null, val properties: Output<StorageSpacesPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val storageSpacesName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<StorageSpaceRetrieveArgs>

The storageSpaces resource definition. Uses Azure REST API version 2022-09-01-preview.

Link copied to clipboard
Link copied to clipboard
class VirtualNetworkRetrieve : KotlinCustomResource

The virtualNetworks resource definition. Uses Azure REST API version 2022-09-01-preview. Other available API versions: 2023-11-15-preview, 2024-01-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hybridcontainerservice [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class VirtualNetworkRetrieveArgs(val extendedLocation: Output<VirtualNetworksExtendedLocationArgs>? = null, val location: Output<String>? = null, val properties: Output<VirtualNetworksPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val virtualNetworksName: Output<String>? = null) : ConvertibleToJava<VirtualNetworkRetrieveArgs>

The virtualNetworks resource definition. Uses Azure REST API version 2022-09-01-preview. Other available API versions: 2023-11-15-preview, 2024-01-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hybridcontainerservice [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard

Functions