public class DataVolumeForUpdateNodePoolConfigInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DataVolumeForUpdateNodePoolConfigInput.FileSystemEnum
Gets or Sets fileSystem
|
static class |
DataVolumeForUpdateNodePoolConfigInput.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
DataVolumeForUpdateNodePoolConfigInput() |
public DataVolumeForUpdateNodePoolConfigInput()
public DataVolumeForUpdateNodePoolConfigInput fileSystem(DataVolumeForUpdateNodePoolConfigInput.FileSystemEnum fileSystem)
public DataVolumeForUpdateNodePoolConfigInput.FileSystemEnum getFileSystem()
public void setFileSystem(DataVolumeForUpdateNodePoolConfigInput.FileSystemEnum fileSystem)
public DataVolumeForUpdateNodePoolConfigInput mountPoint(String mountPoint)
public String getMountPoint()
public void setMountPoint(String mountPoint)
public DataVolumeForUpdateNodePoolConfigInput placementGroupId(String placementGroupId)
public String getPlacementGroupId()
public void setPlacementGroupId(String placementGroupId)
public DataVolumeForUpdateNodePoolConfigInput size(Integer size)
public Integer getSize()
public void setSize(Integer size)
public DataVolumeForUpdateNodePoolConfigInput snapshotId(String snapshotId)
public String getSnapshotId()
public void setSnapshotId(String snapshotId)
public DataVolumeForUpdateNodePoolConfigInput subgroupNumber(Integer subgroupNumber)
public Integer getSubgroupNumber()
public void setSubgroupNumber(Integer subgroupNumber)
public DataVolumeForUpdateNodePoolConfigInput type(DataVolumeForUpdateNodePoolConfigInput.TypeEnum type)
public DataVolumeForUpdateNodePoolConfigInput.TypeEnum getType()
public void setType(DataVolumeForUpdateNodePoolConfigInput.TypeEnum type)
Copyright © 2026. All rights reserved.