Package | Description |
---|---|
com.tencentcloudapi.emr.v20190103.models |
Modifier and Type | Method and Description |
---|---|
PodVolume[] |
PodSpec.getPodVolumes()
Get Data directory mounting information of the pod node.
|
PodVolume[] |
PodNewSpec.getPodVolumes()
Get The data directory mounting information of the pod node.
|
Modifier and Type | Method and Description |
---|---|
void |
PodSpec.setPodVolumes(PodVolume[] PodVolumes)
Set Data directory mounting information of the pod node.
|
void |
PodNewSpec.setPodVolumes(PodVolume[] PodVolumes)
Set The data directory mounting information of the pod node.
|
Constructor and Description |
---|
PodVolume(PodVolume 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 © 2023. All rights reserved.