Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class KxClusterCode(val s3Bucket: String, val s3Key: String, val s3ObjectVersion: String? = null)
Link copied to clipboard
data class KxClusterDatabase(val cacheConfigurations: List<KxClusterDatabaseCacheConfiguration>? = null, val changesetId: String? = null, val databaseName: String, val dataviewName: String? = null)
Link copied to clipboard
data class KxClusterDatabaseCacheConfiguration(val cacheType: String, val dbPaths: List<String>? = null)
Link copied to clipboard
data class KxClusterSavedownStorageConfiguration(val size: Int? = null, val type: String? = null, val volumeName: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class KxDataviewSegmentConfiguration(val dbPaths: List<String>, val onDemand: Boolean? = null, val volumeName: String)
Link copied to clipboard
data class KxEnvironmentCustomDnsConfiguration(val customDnsServerIp: String, val customDnsServerName: String)
Link copied to clipboard
data class KxEnvironmentTransitGatewayConfiguration(val attachmentNetworkAclConfigurations: List<KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfiguration>? = null, val routableCidrSpace: String, val transitGatewayId: String)
Link copied to clipboard
data class KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfiguration(val cidrBlock: String, val icmpTypeCode: KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCode? = null, val portRange: KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRange? = null, val protocol: String, val ruleAction: String, val ruleNumber: Int)
Link copied to clipboard
data class KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCode(val code: Int, val type: Int)
Link copied to clipboard
data class KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRange(val from: Int, val to: Int)
Link copied to clipboard
data class KxVolumeAttachedCluster(val clusterName: String, val clusterStatus: String, val clusterType: String)
Link copied to clipboard