/** * @public * @enum */ export declare const AutoScalingMetric: { readonly CPU_UTILIZATION_PERCENTAGE: "CPU_UTILIZATION_PERCENTAGE"; }; /** * @public */ export type AutoScalingMetric = (typeof AutoScalingMetric)[keyof typeof AutoScalingMetric]; /** * @public * @enum */ export declare const FederationMode: { readonly FEDERATED: "FEDERATED"; readonly LOCAL: "LOCAL"; }; /** * @public */ export type FederationMode = (typeof FederationMode)[keyof typeof FederationMode]; /** * @public * @enum */ export declare const ChangeType: { readonly DELETE: "DELETE"; readonly PUT: "PUT"; }; /** * @public */ export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType]; /** * @public * @enum */ export declare const ErrorDetails: { readonly ACCESS_DENIED: "Missing required permission to perform this request."; readonly CANCELLED: "Cancelled"; readonly INTERNAL_SERVICE_EXCEPTION: "An internal error has occurred."; readonly RESOURCE_NOT_FOUND: "One or more inputs to this request were not found."; readonly SERVICE_QUOTA_EXCEEDED: "Service limits have been exceeded."; readonly THROTTLING: "The system temporarily lacks sufficient resources to process the request."; readonly USER_RECOVERABLE: "A user recoverable error has occurred"; readonly VALIDATION: "The inputs to this request are invalid."; }; /** * @public */ export type ErrorDetails = (typeof ErrorDetails)[keyof typeof ErrorDetails]; /** * @public * @enum */ export declare const ChangesetStatus: { readonly COMPLETED: "COMPLETED"; readonly FAILED: "FAILED"; readonly PENDING: "PENDING"; readonly PROCESSING: "PROCESSING"; }; /** * @public */ export type ChangesetStatus = (typeof ChangesetStatus)[keyof typeof ChangesetStatus]; /** * @public * @enum */ export declare const KxAzMode: { readonly MULTI: "MULTI"; readonly SINGLE: "SINGLE"; }; /** * @public */ export type KxAzMode = (typeof KxAzMode)[keyof typeof KxAzMode]; /** * @public * @enum */ export declare const KxClusterType: { readonly GATEWAY: "GATEWAY"; readonly GP: "GP"; readonly HDB: "HDB"; readonly RDB: "RDB"; readonly TICKERPLANT: "TICKERPLANT"; }; /** * @public */ export type KxClusterType = (typeof KxClusterType)[keyof typeof KxClusterType]; /** * @public * @enum */ export declare const KxSavedownStorageType: { readonly SDS01: "SDS01"; }; /** * @public */ export type KxSavedownStorageType = (typeof KxSavedownStorageType)[keyof typeof KxSavedownStorageType]; /** * @public * @enum */ export declare const IPAddressType: { readonly IP_V4: "IP_V4"; }; /** * @public */ export type IPAddressType = (typeof IPAddressType)[keyof typeof IPAddressType]; /** * @public * @enum */ export declare const KxClusterStatus: { readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATING: "CREATING"; readonly DELETED: "DELETED"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETING: "DELETING"; readonly PENDING: "PENDING"; readonly RUNNING: "RUNNING"; readonly UPDATING: "UPDATING"; }; /** * @public */ export type KxClusterStatus = (typeof KxClusterStatus)[keyof typeof KxClusterStatus]; /** * @public * @enum */ export declare const VolumeType: { readonly NAS_1: "NAS_1"; }; /** * @public */ export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType]; /** * @public * @enum */ export declare const KxDataviewStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; readonly UPDATING: "UPDATING"; }; /** * @public */ export type KxDataviewStatus = (typeof KxDataviewStatus)[keyof typeof KxDataviewStatus]; /** * @public * @enum */ export declare const EnvironmentStatus: { readonly CREATED: "CREATED"; readonly CREATE_REQUESTED: "CREATE_REQUESTED"; readonly CREATING: "CREATING"; readonly DELETED: "DELETED"; readonly DELETE_REQUESTED: "DELETE_REQUESTED"; readonly DELETING: "DELETING"; readonly FAILED_CREATION: "FAILED_CREATION"; readonly FAILED_DELETION: "FAILED_DELETION"; readonly FAILED_UPDATING_NETWORK: "FAILED_UPDATING_NETWORK"; readonly RETRY_DELETION: "RETRY_DELETION"; readonly SUSPENDED: "SUSPENDED"; readonly UPDATE_NETWORK_REQUESTED: "UPDATE_NETWORK_REQUESTED"; readonly UPDATING_NETWORK: "UPDATING_NETWORK"; }; /** * @public */ export type EnvironmentStatus = (typeof EnvironmentStatus)[keyof typeof EnvironmentStatus]; /** * @public * @enum */ export declare const KxScalingGroupStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATING: "CREATING"; readonly DELETED: "DELETED"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETING: "DELETING"; }; /** * @public */ export type KxScalingGroupStatus = (typeof KxScalingGroupStatus)[keyof typeof KxScalingGroupStatus]; /** * @public * @enum */ export declare const KxNAS1Type: { readonly HDD_12: "HDD_12"; readonly SSD_1000: "SSD_1000"; readonly SSD_250: "SSD_250"; }; /** * @public */ export type KxNAS1Type = (typeof KxNAS1Type)[keyof typeof KxNAS1Type]; /** * @public * @enum */ export declare const KxVolumeType: { readonly NAS_1: "NAS_1"; }; /** * @public */ export type KxVolumeType = (typeof KxVolumeType)[keyof typeof KxVolumeType]; /** * @public * @enum */ export declare const KxVolumeStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATING: "CREATING"; readonly DELETED: "DELETED"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETING: "DELETING"; readonly UPDATED: "UPDATED"; readonly UPDATE_FAILED: "UPDATE_FAILED"; readonly UPDATING: "UPDATING"; }; /** * @public */ export type KxVolumeStatus = (typeof KxVolumeStatus)[keyof typeof KxVolumeStatus]; /** * @public * @enum */ export declare const DnsStatus: { readonly FAILED_UPDATE: "FAILED_UPDATE"; readonly NONE: "NONE"; readonly SUCCESSFULLY_UPDATED: "SUCCESSFULLY_UPDATED"; readonly UPDATE_REQUESTED: "UPDATE_REQUESTED"; readonly UPDATING: "UPDATING"; }; /** * @public */ export type DnsStatus = (typeof DnsStatus)[keyof typeof DnsStatus]; /** * @public * @enum */ export declare const TgwStatus: { readonly FAILED_UPDATE: "FAILED_UPDATE"; readonly NONE: "NONE"; readonly SUCCESSFULLY_UPDATED: "SUCCESSFULLY_UPDATED"; readonly UPDATE_REQUESTED: "UPDATE_REQUESTED"; readonly UPDATING: "UPDATING"; }; /** * @public */ export type TgwStatus = (typeof TgwStatus)[keyof typeof TgwStatus]; /** * @public * @enum */ export declare const RuleAction: { readonly ALLOW: "allow"; readonly DENY: "deny"; }; /** * @public */ export type RuleAction = (typeof RuleAction)[keyof typeof RuleAction]; /** * @public * @enum */ export declare const KxNodeStatus: { readonly PROVISIONING: "PROVISIONING"; readonly RUNNING: "RUNNING"; }; /** * @public */ export type KxNodeStatus = (typeof KxNodeStatus)[keyof typeof KxNodeStatus]; /** * @public * @enum */ export declare const KxClusterCodeDeploymentStrategy: { readonly FORCE: "FORCE"; readonly NO_RESTART: "NO_RESTART"; readonly ROLLING: "ROLLING"; }; /** * @public */ export type KxClusterCodeDeploymentStrategy = (typeof KxClusterCodeDeploymentStrategy)[keyof typeof KxClusterCodeDeploymentStrategy]; /** * @public * @enum */ export declare const KxDeploymentStrategy: { readonly NO_RESTART: "NO_RESTART"; readonly ROLLING: "ROLLING"; }; /** * @public */ export type KxDeploymentStrategy = (typeof KxDeploymentStrategy)[keyof typeof KxDeploymentStrategy];