Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderSync ¶ added in v1.20.0
type OrderSync struct { /* 同步任务ID (Optional) */ SyncId string `json:"syncId"` }
type OrderSyncSpec ¶ added in v1.20.0
type RdsInstance ¶
type RdsInstance struct { /* RDS实例ID (Optional) */ InstanceId string `json:"instanceId"` /* 地域 (Optional) */ RegionId string `json:"regionId"` /* 所属私有网络ID (Optional) */ VpcId string `json:"vpcId"` /* 所属私有网络名称 (Optional) */ VpcName string `json:"vpcName"` /* RDS实例名称 (Optional) */ InstanceName string `json:"instanceName"` /* RDS实例状态 (Optional) */ InstanceStatus string `json:"instanceStatus"` /* RDS实例类型 (Optional) */ InstanceType string `json:"instanceType"` /* RDS实例规格 (Optional) */ InstanceClass string `json:"instanceClass"` }
type VenderShow ¶ added in v1.11.0
Click to show internal directories.
Click to hide internal directories.