Package-level declarations

Types

Link copied to clipboard
data class ApiEntityReferenceResponse(val id: String? = null)

The API entity reference.

Link copied to clipboard
data class GetDedicatedHsmResult(val id: String, val location: String, val name: String, val networkProfile: NetworkProfileResponse? = null, val provisioningState: String, val sku: SkuResponse, val stampId: String? = null, val statusMessage: String, val tags: Map<String, String>? = null, val type: String, val zones: List<String>? = null)

Resource information with extended details.

Link copied to clipboard
data class NetworkInterfaceResponse(val id: String, val privateIpAddress: String? = null)

The network interface definition.

Link copied to clipboard
data class NetworkProfileResponse(val networkInterfaces: List<NetworkInterfaceResponse>? = null, val subnet: ApiEntityReferenceResponse? = null)
Link copied to clipboard
data class SkuResponse(val name: String? = null)

SKU of the dedicated HSM