public static class VmClusterUpdateDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VmClusterUpdateDetails |
build() |
VmClusterUpdateDetails.Builder |
copy(VmClusterUpdateDetails model) |
VmClusterUpdateDetails.Builder |
giSoftwareImageId(String giSoftwareImageId)
The OCID of a
grid infrastructure software image.
|
VmClusterUpdateDetails.Builder |
updateAction(VmClusterUpdateDetails.UpdateAction updateAction)
The update action to perform.
|
VmClusterUpdateDetails.Builder |
updateId(String updateId)
The OCID of the
maintenance update.
|
public VmClusterUpdateDetails.Builder updateId(String updateId)
The OCID of the maintenance update.
updateId
- the value to setpublic VmClusterUpdateDetails.Builder updateAction(VmClusterUpdateDetails.UpdateAction updateAction)
The update action to perform.
updateAction
- the value to setpublic VmClusterUpdateDetails.Builder giSoftwareImageId(String giSoftwareImageId)
The OCID of a
grid infrastructure software image. This is a database software image of the type GRID_IMAGE
.
giSoftwareImageId
- the value to setpublic VmClusterUpdateDetails build()
public VmClusterUpdateDetails.Builder copy(VmClusterUpdateDetails model)
Copyright © 2016–2024. All rights reserved.