Package | Description |
---|---|
com.tencentcloudapi.dbdc.v20201029.models |
Modifier and Type | Method and Description |
---|---|
DeviceInfo[] |
InstanceDeviceInfo.getFreeDevice()
Get 空闲设备组
注意:此字段可能返回 null,表示取不到有效值。
|
DeviceInfo[] |
InstanceDeviceInfo.getReadOnlyDevice()
Get 只读设备组
注意:此字段可能返回 null,表示取不到有效值。
|
DeviceInfo[] |
InstanceDeviceInfo.getReadWriteDevice()
Get 读写设备组
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceDeviceInfo.setFreeDevice(DeviceInfo[] FreeDevice)
Set 空闲设备组
注意:此字段可能返回 null,表示取不到有效值。
|
void |
InstanceDeviceInfo.setReadOnlyDevice(DeviceInfo[] ReadOnlyDevice)
Set 只读设备组
注意:此字段可能返回 null,表示取不到有效值。
|
void |
InstanceDeviceInfo.setReadWriteDevice(DeviceInfo[] ReadWriteDevice)
Set 读写设备组
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
DeviceInfo(DeviceInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2022. All rights reserved.