public static class UpdateCloudVmClusterDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateCloudVmClusterDetails.Builder |
backupNetworkNsgIds(List<String> backupNetworkNsgIds)
A list of the
OCIDs of the
network security groups (NSGs) that the backup network of this DB system belongs to.
|
UpdateCloudVmClusterDetails |
build() |
UpdateCloudVmClusterDetails.Builder |
cloudAutomationUpdateDetails(CloudAutomationUpdateDetails cloudAutomationUpdateDetails) |
UpdateCloudVmClusterDetails.Builder |
computeNodes(List<String> computeNodes)
The list of compute servers to be added to the cloud VM cluster.
|
UpdateCloudVmClusterDetails.Builder |
copy(UpdateCloudVmClusterDetails model) |
UpdateCloudVmClusterDetails.Builder |
cpuCoreCount(Integer cpuCoreCount)
The number of CPU cores to enable for the cloud VM cluster.
|
UpdateCloudVmClusterDetails.Builder |
dataCollectionOptions(DataCollectionOptions dataCollectionOptions) |
UpdateCloudVmClusterDetails.Builder |
dataStorageSizeInTBs(Double dataStorageSizeInTBs)
The data disk group size to be allocated in TBs.
|
UpdateCloudVmClusterDetails.Builder |
dbNodeStorageSizeInGBs(Integer dbNodeStorageSizeInGBs)
The local node storage to be allocated in GBs.
|
UpdateCloudVmClusterDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateCloudVmClusterDetails.Builder |
displayName(String displayName)
The user-friendly name for the cloud VM cluster.
|
UpdateCloudVmClusterDetails.Builder |
fileSystemConfigurationDetails(List<FileSystemConfigurationDetail> fileSystemConfigurationDetails)
Details of the file system configuration of the VM cluster.
|
UpdateCloudVmClusterDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
UpdateCloudVmClusterDetails.Builder |
licenseModel(UpdateCloudVmClusterDetails.LicenseModel licenseModel)
The Oracle license model that applies to the cloud VM cluster.
|
UpdateCloudVmClusterDetails.Builder |
memorySizeInGBs(Integer memorySizeInGBs)
The memory to be allocated in GBs.
|
UpdateCloudVmClusterDetails.Builder |
nsgIds(List<String> nsgIds)
The list of
OCIDs for the
network security groups (NSGs) to which this resource belongs.
|
UpdateCloudVmClusterDetails.Builder |
ocpuCount(Float ocpuCount)
The number of OCPU cores to enable for a cloud VM cluster.
|
UpdateCloudVmClusterDetails.Builder |
securityAttributes(Map<String,Map<String,Object>> securityAttributes)
Security Attributes for this resource.
|
UpdateCloudVmClusterDetails.Builder |
sshPublicKeys(List<String> sshPublicKeys)
The public key portion of one or more key pairs used for SSH access to the cloud VM
cluster.
|
UpdateCloudVmClusterDetails.Builder |
storageSizeInGBs(Integer storageSizeInGBs)
The disk group size to be allocated in GBs.
|
UpdateCloudVmClusterDetails.Builder |
updateDetails(UpdateDetails updateDetails) |
public UpdateCloudVmClusterDetails.Builder displayName(String displayName)
The user-friendly name for the cloud VM cluster. The name does not need to be unique.
displayName
- the value to setpublic UpdateCloudVmClusterDetails.Builder cpuCoreCount(Integer cpuCoreCount)
The number of CPU cores to enable for the cloud VM cluster.
cpuCoreCount
- the value to setpublic UpdateCloudVmClusterDetails.Builder ocpuCount(Float ocpuCount)
The number of OCPU cores to enable for a cloud VM cluster. Only 1 decimal place is allowed for the fractional part.
ocpuCount
- the value to setpublic UpdateCloudVmClusterDetails.Builder memorySizeInGBs(Integer memorySizeInGBs)
The memory to be allocated in GBs.
memorySizeInGBs
- the value to setpublic UpdateCloudVmClusterDetails.Builder dbNodeStorageSizeInGBs(Integer dbNodeStorageSizeInGBs)
The local node storage to be allocated in GBs.
dbNodeStorageSizeInGBs
- the value to setpublic UpdateCloudVmClusterDetails.Builder dataStorageSizeInTBs(Double dataStorageSizeInTBs)
The data disk group size to be allocated in TBs.
dataStorageSizeInTBs
- the value to setpublic UpdateCloudVmClusterDetails.Builder licenseModel(UpdateCloudVmClusterDetails.LicenseModel licenseModel)
The Oracle license model that applies to the cloud VM cluster. The default is BRING_YOUR_OWN_LICENSE. Applies to Exadata Cloud Service instances only.
licenseModel
- the value to setpublic UpdateCloudVmClusterDetails.Builder sshPublicKeys(List<String> sshPublicKeys)
The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.
sshPublicKeys
- the value to setpublic UpdateCloudVmClusterDetails.Builder updateDetails(UpdateDetails updateDetails)
public UpdateCloudVmClusterDetails.Builder nsgIds(List<String> nsgIds)
The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions: - A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
nsgIds
- the value to setpublic UpdateCloudVmClusterDetails.Builder backupNetworkNsgIds(List<String> backupNetworkNsgIds)
A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
backupNetworkNsgIds
- the value to setpublic UpdateCloudVmClusterDetails.Builder computeNodes(List<String> computeNodes)
The list of compute servers to be added to the cloud VM cluster.
computeNodes
- the value to setpublic UpdateCloudVmClusterDetails.Builder storageSizeInGBs(Integer storageSizeInGBs)
The disk group size to be allocated in GBs.
storageSizeInGBs
- the value to setpublic UpdateCloudVmClusterDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic UpdateCloudVmClusterDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
definedTags
- the value to setpublic UpdateCloudVmClusterDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes)
Security Attributes for this resource. Each key is predefined and scoped to a namespace.
For more information, see Resource
Tags.
Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
securityAttributes
- the value to setpublic UpdateCloudVmClusterDetails.Builder dataCollectionOptions(DataCollectionOptions dataCollectionOptions)
public UpdateCloudVmClusterDetails.Builder fileSystemConfigurationDetails(List<FileSystemConfigurationDetail> fileSystemConfigurationDetails)
Details of the file system configuration of the VM cluster.
fileSystemConfigurationDetails
- the value to setpublic UpdateCloudVmClusterDetails.Builder cloudAutomationUpdateDetails(CloudAutomationUpdateDetails cloudAutomationUpdateDetails)
public UpdateCloudVmClusterDetails build()
public UpdateCloudVmClusterDetails.Builder copy(UpdateCloudVmClusterDetails model)
Copyright © 2016–2024. All rights reserved.