Package-level declarations

Types

Link copied to clipboard
data class ApplicationService(val id: String? = null, val name: String? = null, val status: String? = null, val version: String? = null)
Link copied to clipboard
data class ClusterNode(val eip: String? = null, val id: String? = null, val name: String? = null, val privateIp: String? = null, val status: String? = null)
Link copied to clipboard
data class EdgeKubernetesAddon(val config: String? = null, val disabled: Boolean? = null, val name: String? = null)
Link copied to clipboard
data class EdgeKubernetesCertificateAuthority(val clientCert: String? = null, val clientKey: String? = null, val clusterCert: String? = null)
Link copied to clipboard
data class EdgeKubernetesConnections(val apiServerInternet: String? = null, val apiServerIntranet: String? = null, val masterPublicIp: String? = null, val serviceDomain: String? = null)
Link copied to clipboard
data class EdgeKubernetesLogConfig(val project: String? = null, val type: String)
Link copied to clipboard
data class EdgeKubernetesRuntime(val name: String? = null, val version: String? = null)
Link copied to clipboard
data class EdgeKubernetesWorkerDataDisk(val autoSnapshotPolicyId: String? = null, val category: String? = null, val device: String? = null, val encrypted: String? = null, val kmsKeyId: String? = null, val name: String? = null, val performanceLevel: String? = null, val size: String? = null, val snapshotId: String? = null)
Link copied to clipboard
data class EdgeKubernetesWorkerNode(val id: String? = null, val name: String? = null, val privateIp: String? = null)
Link copied to clipboard
data class GetAckServiceResult(val enable: String? = null, val id: String, val status: String, val type: String)

A collection of values returned by getAckService.

Link copied to clipboard
data class GetClusterCredentialCertificateAuthority(val clientCert: String, val clientKey: String, val clusterCert: String)
Link copied to clipboard
data class GetClusterCredentialResult(val certificateAuthority: GetClusterCredentialCertificateAuthority, val clusterId: String, val clusterName: String, val expiration: String, val id: String, val kubeConfig: String, val outputFile: String? = null, val temporaryDurationMinutes: Int? = null)

A collection of values returned by getClusterCredential.

Link copied to clipboard
data class GetEdgeKubernetesClustersCluster(val availabilityZone: String, val connections: GetEdgeKubernetesClustersClusterConnections, val id: String, val name: String, val natGatewayId: String, val securityGroupId: String, val vpcId: String, val workerNodes: List<GetEdgeKubernetesClustersClusterWorkerNode>)
data class GetEdgeKubernetesClustersClusterConnections(val apiServerInternet: String, val apiServerIntranet: String)
data class GetEdgeKubernetesClustersClusterWorkerNode(val id: String, val name: String, val privateIp: String)
Link copied to clipboard
data class GetEdgeKubernetesClustersResult(val clusters: List<GetEdgeKubernetesClustersCluster>, val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null)

A collection of values returned by getEdgeKubernetesClusters.

Link copied to clipboard
data class GetKubernetesAddonMetadataResult(val clusterId: String, val configSchema: String, val id: String, val name: String, val version: String)

A collection of values returned by getKubernetesAddonMetadata.

Link copied to clipboard
data class GetKubernetesAddonsAddon(val currentConfig: String, val currentVersion: String, val name: String, val nextVersion: String, val required: Boolean)
Link copied to clipboard
data class GetKubernetesAddonsResult(val addons: List<GetKubernetesAddonsAddon>, val clusterId: String, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>)

A collection of values returned by getKubernetesAddons.

Link copied to clipboard
data class GetKubernetesClustersCluster(val availabilityZone: String, val clusterNetworkType: String, val connections: GetKubernetesClustersClusterConnections, val id: String, val imageId: String, val keyName: String, val logConfigs: List<GetKubernetesClustersClusterLogConfig>, val masterAutoRenew: Boolean, val masterAutoRenewPeriod: Int, val masterDiskCategory: String, val masterDiskSize: Int, val masterInstanceChargeType: String, val masterInstanceTypes: List<String>, val masterNodes: List<GetKubernetesClustersClusterMasterNode>, val masterPeriod: Int, val masterPeriodUnit: String, val name: String, val natGatewayId: String, val nodeCidrMask: Int, val podCidr: String, val securityGroupId: String, val serviceCidr: String, val slbInternetEnabled: Boolean, val vpcId: String, val vswitchIds: List<String>, val workerAutoRenew: Boolean, val workerAutoRenewPeriod: Int, val workerDataDiskCategory: String, val workerDataDiskSize: Int, val workerDiskCategory: String, val workerDiskSize: Int, val workerInstanceChargeType: String, val workerInstanceTypes: List<String>, val workerNodes: List<GetKubernetesClustersClusterWorkerNode>, val workerNumbers: List<Int>, val workerPeriod: Int, val workerPeriodUnit: String)
Link copied to clipboard
data class GetKubernetesClustersClusterConnections(val apiServerInternet: String, val apiServerIntranet: String, val masterPublicIp: String, val serviceDomain: String)
Link copied to clipboard
data class GetKubernetesClustersClusterLogConfig(val project: String, val type: String)
Link copied to clipboard
data class GetKubernetesClustersClusterMasterNode(val id: String, val name: String, val privateIp: String)
Link copied to clipboard
data class GetKubernetesClustersClusterWorkerNode(val id: String, val name: String, val privateIp: String)
Link copied to clipboard
data class GetKubernetesClustersResult(val clusters: List<GetKubernetesClustersCluster>, val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val kubeConfigFilePrefix: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null)

A collection of values returned by getKubernetesClusters.

Link copied to clipboard
data class GetKubernetesPermissionPermission(val isOwner: Boolean? = null, val isRamRole: Boolean? = null, val resourceId: String, val resourceType: String, val roleName: String, val roleType: String? = null)
Link copied to clipboard
data class GetKubernetesPermissionResult(val id: String, val permissions: List<GetKubernetesPermissionPermission>? = null, val uid: String)

A collection of values returned by getKubernetesPermission.

Link copied to clipboard
Link copied to clipboard
data class GetKubernetesVersionMetadataRuntime(val name: String, val version: String)
Link copied to clipboard
data class GetKubernetesVersionResult(val clusterType: String, val id: String, val kubernetesVersion: String? = null, val metadatas: List<GetKubernetesVersionMetadata>, val profile: String? = null)

A collection of values returned by getKubernetesVersion.

Link copied to clipboard
data class GetManagedKubernetesClustersCluster(val availabilityZone: String, val clusterNetworkType: String, val connections: GetManagedKubernetesClustersClusterConnections, val id: String, val imageId: String, val keyName: String, val logConfigs: List<GetManagedKubernetesClustersClusterLogConfig>, val name: String, val natGatewayId: String, val podCidr: String, val securityGroupId: String, val serviceCidr: String, val slbInternetEnabled: Boolean, val vpcId: String, val vswitchIds: List<String>, val workerAutoRenew: Boolean, val workerAutoRenewPeriod: Int, val workerDataDiskCategory: String, val workerDataDiskSize: Int, val workerDiskCategory: String, val workerDiskSize: Int, val workerInstanceChargeType: String, val workerInstanceTypes: List<String>, val workerNodes: List<GetManagedKubernetesClustersClusterWorkerNode>, val workerNumbers: List<Int>, val workerPeriod: Int, val workerPeriodUnit: String)
data class GetManagedKubernetesClustersClusterConnections(val apiServerInternet: String, val apiServerIntranet: String, val masterPublicIp: String, val serviceDomain: String)
data class GetManagedKubernetesClustersClusterWorkerNode(val id: String, val name: String, val privateIp: String)
Link copied to clipboard
data class GetManagedKubernetesClustersResult(val clusters: List<GetManagedKubernetesClustersCluster>, val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val kubeConfigFilePrefix: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null)

A collection of values returned by getManagedKubernetesClusters.

Link copied to clipboard
data class GetRegistryEnterpriseInstancesInstance(val authorizationToken: String, val id: String, val name: String, val namespaceQuota: String, val namespaceUsage: String, val publicEndpoints: List<String>, val region: String, val repoQuota: String, val repoUsage: String, val specification: String, val tempUsername: String, val vpcEndpoints: List<String>)
Link copied to clipboard
data class GetRegistryEnterpriseInstancesResult(val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val instances: List<GetRegistryEnterpriseInstancesInstance>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null)

A collection of values returned by getRegistryEnterpriseInstances.

Link copied to clipboard
data class GetRegistryEnterpriseNamespacesNamespace(val autoCreate: Boolean, val defaultVisibility: String, val id: String, val instanceId: String, val name: String, val namespaceId: String, val namespaceName: String)
Link copied to clipboard
data class GetRegistryEnterpriseNamespacesResult(val id: String, val ids: List<String>, val instanceId: String, val nameRegex: String? = null, val names: List<String>, val namespaces: List<GetRegistryEnterpriseNamespacesNamespace>, val outputFile: String? = null)

A collection of values returned by getRegistryEnterpriseNamespaces.

Link copied to clipboard
data class GetRegistryEnterpriseReposRepo(val id: String, val instanceId: String, val name: String, val namespace: String, val repoType: String, val summary: String, val tags: List<GetRegistryEnterpriseReposRepoTag>)
Link copied to clipboard
data class GetRegistryEnterpriseReposRepoTag(val digest: String, val imageCreate: String, val imageId: String, val imageSize: Int, val imageUpdate: String, val status: String, val tag: String)
Link copied to clipboard
data class GetRegistryEnterpriseReposResult(val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val instanceId: String, val nameRegex: String? = null, val names: List<String>, val namespace: String? = null, val outputFile: String? = null, val repos: List<GetRegistryEnterpriseReposRepo>)

A collection of values returned by getRegistryEnterpriseRepos.

Link copied to clipboard
data class GetRegistryEnterpriseSyncRulesResult(val id: String, val ids: List<String>, val instanceId: String, val nameRegex: String? = null, val names: List<String>, val namespaceName: String? = null, val outputFile: String? = null, val repoName: String? = null, val rules: List<GetRegistryEnterpriseSyncRulesRule>, val targetInstanceId: String? = null)

A collection of values returned by getRegistryEnterpriseSyncRules.

Link copied to clipboard
data class GetRegistryEnterpriseSyncRulesRule(val id: String, val instanceId: String, val name: String, val namespaceName: String, val regionId: String, val repoName: String, val syncDirection: String, val syncScope: String, val syncTrigger: String, val tagFilter: String, val targetInstanceId: String, val targetNamespaceName: String, val targetRegionId: String, val targetRepoName: String)
Link copied to clipboard
data class GetServerlessKubernetesClustersCluster(val connections: GetServerlessKubernetesClustersClusterConnections, val deletionProtection: Boolean, val endpointPublicAccessEnabled: Boolean, val id: String, val name: String, val natGatewayId: String, val securityGroupId: String, val tags: Map<String, Any>, val vpcId: String, val vswitchId: String)
data class GetServerlessKubernetesClustersClusterConnections(val apiServerInternet: String, val apiServerIntranet: String, val masterPublicIp: String)
Link copied to clipboard
data class GetServerlessKubernetesClustersResult(val clusters: List<GetServerlessKubernetesClustersCluster>, val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val kubeConfigFilePrefix: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null)

A collection of values returned by getServerlessKubernetesClusters.

Link copied to clipboard
data class KubernetesAddon(val config: String? = null, val disabled: Boolean? = null, val name: String? = null)
Link copied to clipboard
data class KubernetesAutoscalerNodepool(val id: String? = null, val labels: String? = null, val taints: String? = null)
Link copied to clipboard
data class KubernetesCertificateAuthority(val clientCert: String? = null, val clientKey: String? = null, val clusterCert: String? = null)
Link copied to clipboard
data class KubernetesConnections(val apiServerInternet: String? = null, val apiServerIntranet: String? = null, val masterPublicIp: String? = null, val serviceDomain: String? = null)
Link copied to clipboard
data class KubernetesMasterNode(val id: String? = null, val name: String? = null, val privateIp: String? = null)
Link copied to clipboard
data class KubernetesPermissionPermission(val cluster: String, val isCustom: Boolean? = null, val isRamRole: Boolean? = null, val namespace: String? = null, val roleName: String, val roleType: String)
Link copied to clipboard
data class KubernetesRuntime(val name: String? = null, val version: String? = null)
Link copied to clipboard
data class KubernetesTaint(val effect: String? = null, val key: String? = null, val value: String? = null)
Link copied to clipboard
data class KubernetesWorkerDataDisk(val autoSnapshotPolicyId: String? = null, val category: String? = null, val device: String? = null, val encrypted: String? = null, val kmsKeyId: String? = null, val name: String? = null, val performanceLevel: String? = null, val size: String? = null, val snapshotId: String? = null)
Link copied to clipboard
data class KubernetesWorkerNode(val id: String? = null, val name: String? = null, val privateIp: String? = null)
Link copied to clipboard
data class ManagedKubernetesAddon(val config: String? = null, val disabled: Boolean? = null, val name: String? = null)
Link copied to clipboard
data class ManagedKubernetesCertificateAuthority(val clientCert: String? = null, val clientKey: String? = null, val clusterCert: String? = null)
Link copied to clipboard
data class ManagedKubernetesConnections(val apiServerInternet: String? = null, val apiServerIntranet: String? = null, val masterPublicIp: String? = null, val serviceDomain: String? = null)
Link copied to clipboard
data class ManagedKubernetesMaintenanceWindow(val duration: String, val enable: Boolean, val maintenanceTime: String, val weeklyPeriod: String)
Link copied to clipboard
data class ManagedKubernetesRrsaMetadata(val enabled: Boolean? = null, val ramOidcProviderArn: String? = null, val ramOidcProviderName: String? = null, val rrsaOidcIssuerUrl: String? = null)
Link copied to clipboard
data class ManagedKubernetesRuntime(val name: String? = null, val version: String? = null)
Link copied to clipboard
data class ManagedKubernetesTaint(val effect: String? = null, val key: String? = null, val value: String? = null)
Link copied to clipboard
data class ManagedKubernetesWorkerDataDisk(val autoSnapshotPolicyId: String? = null, val category: String? = null, val device: String? = null, val encrypted: String? = null, val kmsKeyId: String? = null, val name: String? = null, val performanceLevel: String? = null, val size: String? = null, val snapshotId: String? = null)
Link copied to clipboard
data class ManagedKubernetesWorkerNode(val id: String? = null, val name: String? = null, val privateIp: String? = null)
Link copied to clipboard
data class NodePoolDataDisk(val autoSnapshotPolicyId: String? = null, val category: String? = null, val device: String? = null, val encrypted: String? = null, val kmsKeyId: String? = null, val name: String? = null, val performanceLevel: String? = null, val size: Int? = null, val snapshotId: String? = null)
Link copied to clipboard
data class NodePoolKubeletConfiguration(val cpuManagerPolicy: String? = null, val eventBurst: String? = null, val eventRecordQps: String? = null, val evictionHard: Map<String, Any>? = null, val evictionSoft: Map<String, Any>? = null, val evictionSoftGracePeriod: Map<String, Any>? = null, val kubeApiBurst: String? = null, val kubeApiQps: String? = null, val kubeReserved: Map<String, Any>? = null, val registryBurst: String? = null, val registryPullQps: String? = null, val serializeImagePulls: String? = null, val systemReserved: Map<String, Any>? = null)
Link copied to clipboard
data class NodePoolLabel(val key: String, val value: String? = null)
Link copied to clipboard
data class NodePoolManagement(val autoRepair: Boolean? = null, val autoUpgrade: Boolean? = null, val maxUnavailable: Int, val surge: Int? = null, val surgePercentage: Int? = null)
Link copied to clipboard
data class NodePoolRollingPolicy(val maxParallelism: Int? = null)
Link copied to clipboard
data class NodePoolRolloutPolicy(val maxUnavailable: Int? = null)
Link copied to clipboard
data class NodePoolScalingConfig(val eipBandwidth: Int? = null, val eipInternetChargeType: String? = null, val isBondEip: Boolean? = null, val maxSize: Int, val minSize: Int, val type: String? = null)
Link copied to clipboard
data class NodePoolSpotPriceLimit(val instanceType: String? = null, val priceLimit: String? = null)
Link copied to clipboard
data class NodePoolTaint(val effect: String? = null, val key: String, val value: String? = null)
Link copied to clipboard
data class ServerlessKubernetesAddon(val config: String? = null, val disabled: Boolean? = null, val name: String? = null)
Link copied to clipboard
data class ServerlessKubernetesRrsaMetadata(val enabled: Boolean? = null, val ramOidcProviderArn: String? = null, val ramOidcProviderName: String? = null, val rrsaOidcIssuerUrl: String? = null)
Link copied to clipboard
data class SwarmNode(val eip: String? = null, val id: String? = null, val name: String? = null, val privateIp: String? = null, val status: String? = null)