Package-level declarations

Types

Link copied to clipboard
data class ApiEntityReferenceArgs(val resourceId: Output<String>? = null) : ConvertibleToJava<ApiEntityReferenceArgs>

The API entity reference.

Link copied to clipboard
data class CloudHsmClusterSkuArgs(val capacity: Output<Int>? = null, val family: Output<Either<String, CloudHsmClusterSkuFamily>>, val name: Output<CloudHsmClusterSkuName>) : ConvertibleToJava<CloudHsmClusterSkuArgs>

Cloud Hsm Cluster SKU information

Link copied to clipboard
data class GetCloudHsmClusterPlainArgs(val cloudHsmClusterName: String, val resourceGroupName: String) : ConvertibleToJava<GetCloudHsmClusterPlainArgs>
data class GetCloudHsmClusterPrivateEndpointConnectionPlainArgs(val cloudHsmClusterName: String, val peConnectionName: String, val resourceGroupName: String) : ConvertibleToJava<GetCloudHsmClusterPrivateEndpointConnectionPlainArgs>
Link copied to clipboard
data class GetDedicatedHsmPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetDedicatedHsmPlainArgs>
Link copied to clipboard
data class ManagedServiceIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedServiceIdentityArgs>

Managed service identity (system assigned and/or user assigned identities)

Link copied to clipboard
data class NetworkInterfaceArgs(val privateIpAddress: Output<String>? = null) : ConvertibleToJava<NetworkInterfaceArgs>

The network interface definition.

Link copied to clipboard
data class NetworkProfileArgs(val networkInterfaces: Output<List<NetworkInterfaceArgs>>? = null, val subnet: Output<ApiEntityReferenceArgs>? = null) : ConvertibleToJava<NetworkProfileArgs>

The network profile definition.

Link copied to clipboard
Link copied to clipboard
data class PrivateLinkServiceConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<Either<String, PrivateEndpointServiceConnectionStatus>>? = null) : ConvertibleToJava<PrivateLinkServiceConnectionStateArgs>

A collection of information about the state of the connection between service consumer and provider.

Link copied to clipboard
data class SkuArgs(val name: Output<Either<String, SkuName>>? = null) : ConvertibleToJava<SkuArgs>

SKU of the dedicated HSM

Link copied to clipboard

Builder for SkuArgs.