Package-level declarations
Types
Link copied to clipboard
Cluster User Credential appliance.
Link copied to clipboard
Contains infrastructure information about the Appliance
Link copied to clipboard
data class GetApplianceResult(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)
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.
Link copied to clipboard
data class ListApplianceClusterCustomerUserCredentialResult(val kubeconfigs: List<ApplianceCredentialKubeconfigResponse>, val sshKeys: Map<String, SSHKeyResponse>)
The List Cluster Customer User Credential Results appliance.
Link copied to clipboard
data class ListApplianceClusterUserCredentialResult(val hybridConnectionConfig: HybridConnectionConfigResponse, val kubeconfigs: List<ApplianceCredentialKubeconfigResponse>)
The List Cluster User Credential appliance.
Link copied to clipboard
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.