Package | Description |
---|---|
com.tencentcloudapi.tke.v20220501.models |
Modifier and Type | Method and Description |
---|---|
DataDisk[] |
UpdateNativeNodePoolParam.getDataDisks()
Get Data disk list
|
DataDisk[] |
CreateNativeNodePoolParam.getDataDisks()
Get Data disk list of native node pools
|
DataDisk[] |
NativeNodePoolInfo.getDataDisks()
Get Data disk of native node pools
Note: This field may return "null", indicating that no valid value can be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateNativeNodePoolParam.setDataDisks(DataDisk[] DataDisks)
Set Data disk list
|
void |
CreateNativeNodePoolParam.setDataDisks(DataDisk[] DataDisks)
Set Data disk list of native node pools
|
void |
NativeNodePoolInfo.setDataDisks(DataDisk[] DataDisks)
Set Data disk of native node pools
Note: This field may return "null", indicating that no valid value can be obtained.
|
Constructor and Description |
---|
DataDisk(DataDisk 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 © 2025. All rights reserved.