Package-level declarations
Types
Link copied to clipboard
data class GetImagesPlainArgs(val ids: List<String>? = null, val imageType: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val platform: String? = null) : ConvertibleToJava<GetImagesPlainArgs>
A collection of arguments for invoking getImages.
Link copied to clipboard
Builder for GetImagesPlainArgs.
Link copied to clipboard
data class GetInstancesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val paymentType: String? = null, val status: String? = null) : ConvertibleToJava<GetInstancesPlainArgs>
A collection of arguments for invoking getInstances.
Link copied to clipboard
Builder for GetInstancesPlainArgs.
Link copied to clipboard
data class GetServerCustomImagesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetServerCustomImagesPlainArgs>
A collection of arguments for invoking getServerCustomImages.
Link copied to clipboard
Builder for GetServerCustomImagesPlainArgs.
Link copied to clipboard
data class GetServerDisksPlainArgs(val diskType: String? = null, val ids: List<String>? = null, val instanceId: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetServerDisksPlainArgs>
A collection of arguments for invoking getServerDisks.
Link copied to clipboard
Builder for GetServerDisksPlainArgs.
Link copied to clipboard
data class GetServerFirewallRulesPlainArgs(val ids: List<String>? = null, val instanceId: String, val outputFile: String? = null) : ConvertibleToJava<GetServerFirewallRulesPlainArgs>
A collection of arguments for invoking getServerFirewallRules.
Link copied to clipboard
Builder for GetServerFirewallRulesPlainArgs.
Link copied to clipboard
data class GetServerPlansPlainArgs(val bandwidth: Int? = null, val core: Int? = null, val diskSize: Int? = null, val flow: Int? = null, val ids: List<String>? = null, val memory: Int? = null, val outputFile: String? = null, val platform: String? = null) : ConvertibleToJava<GetServerPlansPlainArgs>
A collection of arguments for invoking getServerPlans.
Link copied to clipboard
Builder for GetServerPlansPlainArgs.
Link copied to clipboard
data class GetServerSnapshotsPlainArgs(val diskId: String? = null, val ids: List<String>? = null, val instanceId: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetServerSnapshotsPlainArgs>
A collection of arguments for invoking getServerSnapshots.
Link copied to clipboard
Builder for GetServerSnapshotsPlainArgs.