Package-level declarations
Types
Link copied to clipboard
data class DedicatedPropreHostEcsClassList(val dataDiskPerformanceLevel: String? = null, val diskCapacity: Int? = null, val diskCount: Int? = null, val diskType: String? = null, val instanceType: String, val sysDiskCapacity: Int, val sysDiskType: String, val systemDiskPerformanceLevel: String? = null)
Link copied to clipboard
data class GetDedicatedHostAccountsAccount(val accountName: String, val dedicatedHostId: String, val id: String)
Link copied to clipboard
data class GetDedicatedHostAccountsResult(val accounts: List<GetDedicatedHostAccountsAccount>, val dedicatedHostId: String? = null, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null)
A collection of values returned by getDedicatedHostAccounts.
Link copied to clipboard
data class GetDedicatedHostGroupsGroup(val allocationPolicy: String, val bastionInstanceId: String, val cpuAllocateRation: Double, val cpuAllocatedAmount: Double, val cpuAllocationRatio: Int, val createTime: String, val dedicatedHostCountGroupByHostTypes: List<GetDedicatedHostGroupsGroupDedicatedHostCountGroupByHostType>, val dedicatedHostGroupDesc: String, val dedicatedHostGroupId: String, val deployType: String, val diskAllocateRation: Double, val diskAllocatedAmount: Double, val diskAllocationRatio: Int, val diskUsedAmount: Double, val diskUtility: Double, val engine: String, val hostNumber: Int, val hostReplacePolicy: String, val id: String, val instanceNumber: Int, val memAllocateRation: Double, val memAllocatedAmount: Double, val memAllocationRatio: Int, val memUsedAmount: Double, val memUtility: Double, val text: String, val vpcId: String, val zoneIdLists: List<GetDedicatedHostGroupsGroupZoneIdList>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetDedicatedHostsHost(val allocationStatus: String, val bastionInstanceId: String, val cpuAllocationRatio: String, val cpuUsed: String, val createTime: String, val dedicatedHostGroupId: String, val dedicatedHostId: String, val diskAllocationRatio: String, val ecsClassCode: String, val endTime: String, val engine: String, val expiredTime: String, val hostClass: String, val hostCpu: String, val hostMem: String, val hostName: String, val hostStorage: String, val hostType: String, val id: String, val imageCategory: String, val ipAddress: String, val memAllocationRatio: String, val memoryUsed: String, val openPermission: String, val status: String, val storageUsed: String, val tags: Map<String, String>, val vpcId: String, val vswitchId: String, val zoneId: String)
Link copied to clipboard
data class GetDedicatedHostsResult(val allocationStatus: String? = null, val dedicatedHostGroupId: String, val enableDetails: Boolean? = null, val hostType: String? = null, val hosts: List<GetDedicatedHostsHost>, val id: String, val ids: List<String>, val orderId: String? = null, val outputFile: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val zoneId: String? = null)
A collection of values returned by getDedicatedHosts.
Link copied to clipboard
data class GetHostEcsLevelInfosInfo(val description: String, val ecsClass: String, val ecsClassCode: String, val resClassCode: String)
Link copied to clipboard
data class GetHostEcsLevelInfosResult(val dbType: String, val id: String, val imageCategory: String? = null, val infos: List<GetHostEcsLevelInfosInfo>, val outputFile: String? = null, val storageType: String, val zoneId: String)
A collection of values returned by getHostEcsLevelInfos.
Link copied to clipboard
data class GetZonesResult(val id: String, val ids: List<String>, val outputFile: String? = null, val zones: List<GetZonesZone>)
A collection of values returned by getZones.
Link copied to clipboard