public static class ExascaleDbStorageVault.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExascaleDbStorageVault.Builder |
additionalFlashCacheInPercent(Integer additionalFlashCacheInPercent)
The size of additional Flash Cache in percentage of High Capacity database storage.
|
ExascaleDbStorageVault.Builder |
availabilityDomain(String availabilityDomain)
The name of the availability domain in which the Exadata Database Storage Vault is
located.
|
ExascaleDbStorageVault |
build() |
ExascaleDbStorageVault.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment.
|
ExascaleDbStorageVault.Builder |
copy(ExascaleDbStorageVault model) |
ExascaleDbStorageVault.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ExascaleDbStorageVault.Builder |
description(String description)
Exadata Database Storage Vault description.
|
ExascaleDbStorageVault.Builder |
displayName(String displayName)
The user-friendly name for the Exadata Database Storage Vault.
|
ExascaleDbStorageVault.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ExascaleDbStorageVault.Builder |
highCapacityDatabaseStorage(ExascaleDbStorageDetails highCapacityDatabaseStorage) |
ExascaleDbStorageVault.Builder |
id(String id)
The OCID of the
Exadata Database Storage Vault.
|
ExascaleDbStorageVault.Builder |
lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.
|
ExascaleDbStorageVault.Builder |
lifecycleState(ExascaleDbStorageVault.LifecycleState lifecycleState)
The current state of the Exadata Database Storage Vault.
|
ExascaleDbStorageVault.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
ExascaleDbStorageVault.Builder |
timeCreated(Date timeCreated)
The date and time that the Exadata Database Storage Vault was created.
|
ExascaleDbStorageVault.Builder |
timeZone(String timeZone)
The time zone that you want to use for the Exadata Database Storage Vault.
|
ExascaleDbStorageVault.Builder |
vmClusterCount(Integer vmClusterCount)
The number of Exadata VM clusters used the Exadata Database Storage Vault.
|
ExascaleDbStorageVault.Builder |
vmClusterIds(List<String> vmClusterIds)
The List of Exadata VM cluster on Exascale Infrastructure
OCIDs Note:
If Exadata Database Storage Vault is not used for any Exadata VM cluster on Exascale
Infrastructure, this list is empty.
|
public ExascaleDbStorageVault.Builder id(String id)
The OCID of the Exadata Database Storage Vault.
id
- the value to setpublic ExascaleDbStorageVault.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic ExascaleDbStorageVault.Builder availabilityDomain(String availabilityDomain)
The name of the availability domain in which the Exadata Database Storage Vault is located.
availabilityDomain
- the value to setpublic ExascaleDbStorageVault.Builder lifecycleState(ExascaleDbStorageVault.LifecycleState lifecycleState)
The current state of the Exadata Database Storage Vault.
lifecycleState
- the value to setpublic ExascaleDbStorageVault.Builder displayName(String displayName)
The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
displayName
- the value to setpublic ExascaleDbStorageVault.Builder description(String description)
Exadata Database Storage Vault description.
description
- the value to setpublic ExascaleDbStorageVault.Builder timeCreated(Date timeCreated)
The date and time that the Exadata Database Storage Vault was created.
timeCreated
- the value to setpublic ExascaleDbStorageVault.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.
lifecycleDetails
- the value to setpublic ExascaleDbStorageVault.Builder timeZone(String timeZone)
The time zone that you want to use for the Exadata Database Storage Vault. For details, see Time Zones.
timeZone
- the value to setpublic ExascaleDbStorageVault.Builder vmClusterIds(List<String> vmClusterIds)
The List of Exadata VM cluster on Exascale Infrastructure OCIDs Note: If Exadata Database Storage Vault is not used for any Exadata VM cluster on Exascale Infrastructure, this list is empty.
vmClusterIds
- the value to setpublic ExascaleDbStorageVault.Builder vmClusterCount(Integer vmClusterCount)
The number of Exadata VM clusters used the Exadata Database Storage Vault.
vmClusterCount
- the value to setpublic ExascaleDbStorageVault.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 ExascaleDbStorageVault.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 ExascaleDbStorageVault.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
systemTags
- the value to setpublic ExascaleDbStorageVault.Builder highCapacityDatabaseStorage(ExascaleDbStorageDetails highCapacityDatabaseStorage)
public ExascaleDbStorageVault.Builder additionalFlashCacheInPercent(Integer additionalFlashCacheInPercent)
The size of additional Flash Cache in percentage of High Capacity database storage.
additionalFlashCacheInPercent
- the value to setpublic ExascaleDbStorageVault build()
public ExascaleDbStorageVault.Builder copy(ExascaleDbStorageVault model)
Copyright © 2016–2024. All rights reserved.