Package-level declarations

Types

Link copied to clipboard
class CloudConnection : KotlinCustomResource

Resource which represents the managed network connection between Azure Gateways and remote cloud gateways. Uses Azure REST API version 2023-01-01-preview. In version 1.x of the Azure Native provider, it used API version 2023-01-01-preview.

Link copied to clipboard
data class CloudConnectionArgs(val cloudConnectionName: Output<String>? = null, val cloudConnector: Output<ResourceReferenceArgs>? = null, val location: Output<String>? = null, val remoteResourceId: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sharedKey: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val virtualHub: Output<ResourceReferenceArgs>? = null) : ConvertibleToJava<CloudConnectionArgs>

Resource which represents the managed network connection between Azure Gateways and remote cloud gateways. Uses Azure REST API version 2023-01-01-preview. In version 1.x of the Azure Native provider, it used API version 2023-01-01-preview.

Link copied to clipboard
object CloudConnectionMapper : ResourceMapper<CloudConnection>
Link copied to clipboard
class CloudConnector : KotlinCustomResource

Cloud Connector resource. Uses Azure REST API version 2023-01-01-preview. In version 1.x of the Azure Native provider, it used API version 2023-01-01-preview.

Link copied to clipboard
data class CloudConnectorArgs(val accountId: Output<String>? = null, val cloudConnectorName: Output<String>? = null, val cloudType: Output<Either<String, CloudType>>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CloudConnectorArgs>

Cloud Connector resource. Uses Azure REST API version 2023-01-01-preview. In version 1.x of the Azure Native provider, it used API version 2023-01-01-preview.

Link copied to clipboard
Link copied to clipboard
object CloudConnectorMapper : ResourceMapper<CloudConnector>
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard