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, val version: 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 GetKubernetesNodePoolsNodepool(val autoRenew: Boolean, val autoRenewPeriod: Int, val cisEnabled: Boolean, val compensateWithOnDemand: Boolean, val cpuPolicy: String, val dataDisks: List<GetKubernetesNodePoolsNodepoolDataDisk>, val deploymentSetId: String, val desiredSize: String, val imageId: String, val imageType: String, val installCloudMonitor: Boolean, val instanceChargeType: String, val instanceTypes: List<String>, val internetChargeType: String, val internetMaxBandwidthOut: Int, val keyName: String, val kubeletConfiguration: GetKubernetesNodePoolsNodepoolKubeletConfiguration, val labels: List<GetKubernetesNodePoolsNodepoolLabel>, val loginAsNonRoot: Boolean, val management: GetKubernetesNodePoolsNodepoolManagement, val multiAzPolicy: String, val nodeNameMode: String, val nodePoolId: String, val nodePoolName: String, val onDemandBaseCapacity: String, val onDemandPercentageAboveBaseCapacity: String, val password: String, val period: Int, val periodUnit: String, val platform: String, val preUserData: String, val privatePoolOptions: GetKubernetesNodePoolsNodepoolPrivatePoolOptions, val ramRoleName: String, val rdsInstances: List<String>, val resourceGroupId: String, val runtimeName: String, val runtimeVersion: String, val scalingConfig: GetKubernetesNodePoolsNodepoolScalingConfig, val scalingGroupId: String, val scalingPolicy: String, val securityGroupId: String, val securityGroupIds: List<String>, val securityHardeningOs: Boolean, val socEnabled: Boolean, val spotInstancePools: Int, val spotInstanceRemedy: Boolean, val spotPriceLimits: List<GetKubernetesNodePoolsNodepoolSpotPriceLimit>, val spotStrategy: String, val systemDiskBurstingEnabled: Boolean, val systemDiskCategories: List<String>, val systemDiskCategory: String, val systemDiskEncryptAlgorithm: String, val systemDiskEncrypted: Boolean, val systemDiskKmsKey: String, val systemDiskPerformanceLevel: String, val systemDiskProvisionedIops: Int, val systemDiskSize: Int, val systemDiskSnapshotPolicyId: String, val tags: Map<String, String>, val taints: List<GetKubernetesNodePoolsNodepoolTaint>, val teeConfig: GetKubernetesNodePoolsNodepoolTeeConfig, val unschedulable: Boolean, val userData: String, val vswitchIds: List<String>)
Link copied to clipboard
data class GetKubernetesNodePoolsNodepoolDataDisk(val autoFormat: String, val autoSnapshotPolicyId: String, val burstingEnabled: Boolean, val category: String, val device: String, val encrypted: String, val fileSystem: String, val kmsKeyId: String, val mountTarget: String, val name: String, val performanceLevel: String, val provisionedIops: Int, val size: Int, val snapshotId: String)
data class GetKubernetesNodePoolsNodepoolKubeletConfiguration(val allowedUnsafeSysctls: List<String>, val clusterDns: List<String>, val containerLogMaxFiles: String, val containerLogMaxSize: String, val containerLogMaxWorkers: String, val containerLogMonitorInterval: String, val cpuCfsQuota: String, val cpuCfsQuotaPeriod: String, val cpuManagerPolicy: String, val eventBurst: String, val eventRecordQps: String, val evictionHard: Map<String, String>, val evictionSoft: Map<String, String>, val evictionSoftGracePeriod: Map<String, String>, val featureGates: Map<String, String>, val imageGcHighThresholdPercent: String, val imageGcLowThresholdPercent: String, val kubeApiBurst: String, val kubeApiQps: String, val kubeReserved: Map<String, String>, val maxPods: String, val memoryManagerPolicy: String, val podPidsLimit: String, val readOnlyPort: String, val registryBurst: String, val registryPullQps: String, val reservedMemories: List<GetKubernetesNodePoolsNodepoolKubeletConfigurationReservedMemory>, val serializeImagePulls: String, val systemReserved: Map<String, String>, val topologyManagerPolicy: String, val tracing: GetKubernetesNodePoolsNodepoolKubeletConfigurationTracing)
data class GetKubernetesNodePoolsNodepoolKubeletConfigurationTracing(val endpoint: String, val samplingRatePerMillion: String)
Link copied to clipboard
data class GetKubernetesNodePoolsNodepoolLabel(val key: String, val value: String)
Link copied to clipboard
data class GetKubernetesNodePoolsNodepoolManagement(val autoRepair: Boolean, val autoRepairPolicy: GetKubernetesNodePoolsNodepoolManagementAutoRepairPolicy, val autoUpgrade: Boolean, val autoUpgradePolicy: GetKubernetesNodePoolsNodepoolManagementAutoUpgradePolicy, val autoVulFix: Boolean, val autoVulFixPolicy: GetKubernetesNodePoolsNodepoolManagementAutoVulFixPolicy, val enable: Boolean, val maxUnavailable: Int, val surge: Int, val surgePercentage: Int)
data class GetKubernetesNodePoolsNodepoolPrivatePoolOptions(val privatePoolOptionsId: String, val privatePoolOptionsMatchCriteria: String)
data class GetKubernetesNodePoolsNodepoolScalingConfig(val eipBandwidth: Int, val eipInternetChargeType: String, val enable: Boolean, val isBondEip: Boolean, val maxSize: Int, val minSize: Int, val type: String)
data class GetKubernetesNodePoolsNodepoolSpotPriceLimit(val instanceType: String, val priceLimit: String)
Link copied to clipboard
data class GetKubernetesNodePoolsNodepoolTaint(val effect: String, val key: String, val value: String)
Link copied to clipboard
data class GetKubernetesNodePoolsResult(val clusterId: String, val id: String, val ids: List<String>, val nodePoolName: String? = null, val nodepools: List<GetKubernetesNodePoolsNodepool>, val outputFile: String? = null)

A collection of values returned by getKubernetesNodePools.

Link copied to clipboard
data class GetKubernetesPermissionPermission(val isOwner: Boolean, val isRamRole: Boolean, val resourceId: String, val resourceType: String, val roleName: String, val roleType: String)
Link copied to clipboard
data class GetKubernetesPermissionResult(val id: String, val permissions: List<GetKubernetesPermissionPermission>, 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 rrsaConfig: GetManagedKubernetesClustersClusterRrsaConfig, val securityGroupId: String, val serviceCidr: String, val slbInternetEnabled: Boolean, val state: String, 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 GetManagedKubernetesClustersClusterRrsaConfig(val enabled: Boolean, val ramOidcProviderArn: String, val ramOidcProviderName: String, val rrsaOidcIssuerUrl: 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, String>, 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, val version: 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 KubernetesDeleteOption(val deleteMode: String? = null, val resourceType: 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 ManagedKubernetesAddon(val config: String? = null, val disabled: Boolean? = null, val name: String? = null, val version: String? = null)
Link copied to clipboard
data class ManagedKubernetesAuditLogConfig(val enabled: Boolean? = null, val slsProjectName: 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 ManagedKubernetesDeleteOption(val deleteMode: String? = null, val resourceType: String? = null)
Link copied to clipboard
data class ManagedKubernetesMaintenanceWindow(val duration: String? = null, val enable: Boolean? = null, val maintenanceTime: String? = null, val weeklyPeriod: String? = null)
data class ManagedKubernetesOperationPolicyClusterAutoUpgrade(val channel: String? = null, val enabled: Boolean? = null)
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 NodePoolDataDisk(val autoFormat: String? = null, val autoSnapshotPolicyId: String? = null, val burstingEnabled: Boolean? = null, val category: String? = null, val device: String? = null, val encrypted: String? = null, val fileSystem: String? = null, val kmsKeyId: String? = null, val mountTarget: String? = null, val name: String? = null, val performanceLevel: String? = null, val provisionedIops: Int? = null, val size: Int? = null, val snapshotId: String? = null)
Link copied to clipboard
data class NodePoolKubeletConfiguration(val allowedUnsafeSysctls: List<String>? = null, val clusterDns: List<String>? = null, val containerLogMaxFiles: String? = null, val containerLogMaxSize: String? = null, val containerLogMaxWorkers: String? = null, val containerLogMonitorInterval: String? = null, val cpuCfsQuota: String? = null, val cpuCfsQuotaPeriod: String? = null, val cpuManagerPolicy: String? = null, val eventBurst: String? = null, val eventRecordQps: String? = null, val evictionHard: Map<String, String>? = null, val evictionSoft: Map<String, String>? = null, val evictionSoftGracePeriod: Map<String, String>? = null, val featureGates: Map<String, Boolean>? = null, val imageGcHighThresholdPercent: String? = null, val imageGcLowThresholdPercent: String? = null, val kubeApiBurst: String? = null, val kubeApiQps: String? = null, val kubeReserved: Map<String, String>? = null, val maxPods: String? = null, val memoryManagerPolicy: String? = null, val podPidsLimit: String? = null, val readOnlyPort: String? = null, val registryBurst: String? = null, val registryPullQps: String? = null, val reservedMemories: List<NodePoolKubeletConfigurationReservedMemory>? = null, val serializeImagePulls: String? = null, val systemReserved: Map<String, String>? = null, val topologyManagerPolicy: String? = null, val tracing: NodePoolKubeletConfigurationTracing? = null)
data class NodePoolKubeletConfigurationReservedMemory(val limits: Map<String, String>? = null, val numaNode: Int? = null)
Link copied to clipboard
data class NodePoolKubeletConfigurationTracing(val endpoint: String? = null, val samplingRatePerMillion: String? = 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 autoRepairPolicy: NodePoolManagementAutoRepairPolicy? = null, val autoUpgrade: Boolean? = null, val autoUpgradePolicy: NodePoolManagementAutoUpgradePolicy? = null, val autoVulFix: Boolean? = null, val autoVulFixPolicy: NodePoolManagementAutoVulFixPolicy? = null, val enable: Boolean? = null, val maxUnavailable: Int? = null, val surge: Int? = null, val surgePercentage: Int? = null)
Link copied to clipboard
data class NodePoolManagementAutoRepairPolicy(val restartNode: Boolean? = null)
Link copied to clipboard
data class NodePoolManagementAutoUpgradePolicy(val autoUpgradeKubelet: Boolean? = null)
Link copied to clipboard
data class NodePoolManagementAutoVulFixPolicy(val restartNode: Boolean? = null, val vulLevel: String? = null)
Link copied to clipboard
data class NodePoolPrivatePoolOptions(val privatePoolOptionsId: String? = null, val privatePoolOptionsMatchCriteria: String? = null)
Link copied to clipboard
data class NodePoolRollingPolicy(val maxParallelism: Int? = null)
Link copied to clipboard
data class NodePoolScalingConfig(val eipBandwidth: Int? = null, val eipInternetChargeType: String? = null, val enable: Boolean? = null, val isBondEip: Boolean? = null, val maxSize: Int? = null, val minSize: Int? = null, 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 NodePoolTeeConfig(val teeEnable: Boolean? = null)
Link copied to clipboard
data class ServerlessKubernetesAddon(val config: String? = null, val disabled: Boolean? = null, val name: String? = null, val version: String? = null)
Link copied to clipboard
data class ServerlessKubernetesDeleteOption(val deleteMode: String? = null, val resourceType: String? = null)
Link copied to clipboard
data class ServerlessKubernetesMaintenanceWindow(val duration: String? = null, val enable: Boolean? = null, val maintenanceTime: String? = null, val weeklyPeriod: String? = null)
data class ServerlessKubernetesOperationPolicyClusterAutoUpgrade(val channel: String? = null, val enabled: Boolean? = 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)