Package-level declarations
Types
Link copied to clipboard
data class GetDedicatedHostAccountsPlainArgs(val dedicatedHostId: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null) : ConvertibleToJava<GetDedicatedHostAccountsPlainArgs>
A collection of arguments for invoking getDedicatedHostAccounts.
Link copied to clipboard
Builder for GetDedicatedHostAccountsPlainArgs.
Link copied to clipboard
data class GetDedicatedHostGroupsPlainArgs(val engine: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetDedicatedHostGroupsPlainArgs>
A collection of arguments for invoking getDedicatedHostGroups.
Link copied to clipboard
Builder for GetDedicatedHostGroupsPlainArgs.
Link copied to clipboard
data class GetDedicatedHostsPlainArgs(val allocationStatus: String? = null, val dedicatedHostGroupId: String, val enableDetails: Boolean? = null, val hostType: String? = null, val ids: List<String>? = null, val orderId: String? = null, val outputFile: String? = null, val status: String? = null, val tags: Map<String, Any>? = null, val zoneId: String? = null) : ConvertibleToJava<GetDedicatedHostsPlainArgs>
A collection of arguments for invoking getDedicatedHosts.
Link copied to clipboard
Builder for GetDedicatedHostsPlainArgs.
Link copied to clipboard
data class GetHostEcsLevelInfosPlainArgs(val dbType: String, val imageCategory: String? = null, val outputFile: String? = null, val storageType: String, val zoneId: String) : ConvertibleToJava<GetHostEcsLevelInfosPlainArgs>
A collection of arguments for invoking getHostEcsLevelInfos.
Link copied to clipboard
Builder for GetHostEcsLevelInfosPlainArgs.
Link copied to clipboard
A collection of arguments for invoking getZones.
Link copied to clipboard
class GetZonesPlainArgsBuilder
Builder for GetZonesPlainArgs.