Package-level declarations
Types
Link copied to clipboard
data class GetBackupPlansPlainArgs(val clusterId: String, val outputFile: String? = null) : ConvertibleToJava<GetBackupPlansPlainArgs>
A collection of arguments for invoking getBackupPlans.
Link copied to clipboard
Builder for GetBackupPlansPlainArgs.
Link copied to clipboard
data class GetClustersPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val tags: Map<String, Any>? = null) : ConvertibleToJava<GetClustersPlainArgs>
A collection of arguments for invoking getClusters.
Link copied to clipboard
Builder for GetClustersPlainArgs.
Link copied to clipboard
data class GetDataCentersPlainArgs(val clusterId: String, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetDataCentersPlainArgs>
A collection of arguments for invoking getDataCenters.
Link copied to clipboard
Builder for GetDataCentersPlainArgs.
Link copied to clipboard
data class GetZonesPlainArgs(val multi: Boolean? = null, val outputFile: String? = null) : ConvertibleToJava<GetZonesPlainArgs>
A collection of arguments for invoking getZones.
Link copied to clipboard
class GetZonesPlainArgsBuilder
Builder for GetZonesPlainArgs.