Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetInstancesInstance(val businessStatus: String, val createTime: String, val ddosStatus: String, val expiredTime: String, val id: String, val imageId: String, val innerIpAddress: String, val instanceId: String, val instanceName: String, val paymentType: String, val planId: String, val publicIpAddress: String, val status: String)
Link copied to clipboard
data class GetInstancesResult(val id: String, val ids: List<String>, val instances: List<GetInstancesInstance>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val paymentType: String? = null, val status: String? = null)
A collection of values returned by getInstances.
Link copied to clipboard
Link copied to clipboard
data class GetServerCustomImagesResult(val id: String, val ids: List<String>, val images: List<GetServerCustomImagesImage>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null)
A collection of values returned by getServerCustomImages.
Link copied to clipboard
Link copied to clipboard
data class GetServerDisksResult(val diskType: String? = null, val disks: List<GetServerDisksDisk>, val id: String, val ids: List<String>, val instanceId: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val status: String? = null)
A collection of values returned by getServerDisks.
Link copied to clipboard
data class GetServerFirewallRulesResult(val id: String, val ids: List<String>, val instanceId: String, val outputFile: String? = null, val rules: List<GetServerFirewallRulesRule>)
A collection of values returned by getServerFirewallRules.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetServerPlansResult(val bandwidth: Int? = null, val core: Int? = null, val diskSize: Int? = null, val flow: Int? = null, val id: String, val ids: List<String>, val memory: Double? = null, val outputFile: String? = null, val plans: List<GetServerPlansPlan>, val platform: String? = null)
A collection of values returned by getServerPlans.
Link copied to clipboard
data class GetServerSnapshotsResult(val diskId: String? = null, val id: String, val ids: List<String>, val instanceId: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val snapshots: List<GetServerSnapshotsSnapshot>, val status: String? = null)
A collection of values returned by getServerSnapshots.