Package-level declarations

Types

Link copied to clipboard
data class ApplianceCredentialKubeconfigResponse(val name: String, val value: String)

Cluster User Credential appliance.

Contains infrastructure information about the Appliance

Link copied to clipboard
data class ArtifactProfileResponse(val endpoint: String)

Appliance ArtifactProfile definition.

Link copied to clipboard
data class GetApplianceResult(val azureApiVersion: String, val distro: String? = null, val id: String, val identity: IdentityResponse? = null, val infrastructureConfig: AppliancePropertiesResponseInfrastructureConfig? = null, val location: String, val name: String, val provisioningState: String, val publicKey: String? = null, val status: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val version: String? = null)

Appliances definition.

Link copied to clipboard
data class HybridConnectionConfigResponse(val expirationTime: Double, val hybridConnectionName: String, val relay: String, val token: String)

Contains the REP (rendezvous endpoint) and “Listener” access token from notification service (NS).

Link copied to clipboard
data class IdentityResponse(val principalId: String, val tenantId: String, val type: String? = null)

Identity for the resource.

The List Cluster Customer User Credential Results appliance.

Link copied to clipboard

The List Cluster User Credential appliance.

Link copied to clipboard

The List Cluster Keys Results appliance.

Link copied to clipboard
data class SSHKeyResponse(val certificate: String, val creationTimeStamp: Double, val expirationTimeStamp: Double, val privateKey: String, val publicKey: String)

Appliance SSHKey definition.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.