Package-level declarations

Types

Link copied to clipboard
class Endpoint : KotlinCustomResource

The endpoint for the target resource. Uses Azure REST API version 2024-12-01. In version 2.x of the Azure Native provider, it used API version 2023-03-15. Other available API versions: 2023-03-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hybridconnectivity [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class EndpointArgs(val endpointName: Output<String>? = null, val resourceId: Output<String>? = null, val resourceUri: Output<String>? = null, val type: Output<Either<String, Type>>? = null) : ConvertibleToJava<EndpointArgs>

The endpoint for the target resource. Uses Azure REST API version 2024-12-01. In version 2.x of the Azure Native provider, it used API version 2023-03-15. Other available API versions: 2023-03-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hybridconnectivity [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object EndpointMapper : ResourceMapper<Endpoint>
Link copied to clipboard
Link copied to clipboard
class PublicCloudConnector : KotlinCustomResource

Public Cloud Connector Uses Azure REST API version 2024-12-01. In version 2.x of the Azure Native provider, it used API version 2024-12-01.

Link copied to clipboard
data class PublicCloudConnectorArgs(val awsCloudProfile: Output<AwsCloudProfileArgs>? = null, val hostType: Output<Either<String, HostType>>? = null, val location: Output<String>? = null, val publicCloudConnector: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<PublicCloudConnectorArgs>

Public Cloud Connector Uses Azure REST API version 2024-12-01. In version 2.x of the Azure Native provider, it used API version 2024-12-01.

Link copied to clipboard
Link copied to clipboard
class ServiceConfiguration : KotlinCustomResource

The service configuration details associated with the target resource. Uses Azure REST API version 2024-12-01. In version 2.x of the Azure Native provider, it used API version 2023-03-15. Other available API versions: 2023-03-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hybridconnectivity [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class ServiceConfigurationArgs(val endpointName: Output<String>? = null, val port: Output<Double>? = null, val resourceId: Output<String>? = null, val resourceUri: Output<String>? = null, val serviceConfigurationName: Output<String>? = null, val serviceName: Output<Either<String, ServiceName>>? = null) : ConvertibleToJava<ServiceConfigurationArgs>

The service configuration details associated with the target resource. Uses Azure REST API version 2024-12-01. In version 2.x of the Azure Native provider, it used API version 2023-03-15. Other available API versions: 2023-03-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hybridconnectivity [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
class SolutionConfiguration : KotlinCustomResource

Solution Configuration Uses Azure REST API version 2024-12-01. In version 2.x of the Azure Native provider, it used API version 2024-12-01.

Link copied to clipboard
data class SolutionConfigurationArgs(val resourceUri: Output<String>? = null, val solutionConfiguration: Output<String>? = null, val solutionSettings: Output<Map<String, String>>? = null, val solutionType: Output<String>? = null) : ConvertibleToJava<SolutionConfigurationArgs>

Solution Configuration Uses Azure REST API version 2024-12-01. In version 2.x of the Azure Native provider, it used API version 2024-12-01.

Link copied to clipboard

Functions