public static class ExascaleDbStorageVaultSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExascaleDbStorageVaultSummary.Builder |
additionalFlashCacheInPercent(Integer additionalFlashCacheInPercent)
The size of additional Flash Cache in percentage of High Capacity database storage.
|
ExascaleDbStorageVaultSummary.Builder |
availabilityDomain(String availabilityDomain)
The name of the availability domain in which the Exadata Database Storage Vault is
located.
|
ExascaleDbStorageVaultSummary |
build() |
ExascaleDbStorageVaultSummary.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment.
|
ExascaleDbStorageVaultSummary.Builder |
copy(ExascaleDbStorageVaultSummary model) |
ExascaleDbStorageVaultSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ExascaleDbStorageVaultSummary.Builder |
description(String description)
Exadata Database Storage Vault description.
|
ExascaleDbStorageVaultSummary.Builder |
displayName(String displayName)
The user-friendly name for the Exadata Database Storage Vault.
|
ExascaleDbStorageVaultSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ExascaleDbStorageVaultSummary.Builder |
highCapacityDatabaseStorage(ExascaleDbStorageDetails highCapacityDatabaseStorage) |
ExascaleDbStorageVaultSummary.Builder |
id(String id)
The OCID of the
Exadata Database Storage Vault.
|
ExascaleDbStorageVaultSummary.Builder |
lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.
|
ExascaleDbStorageVaultSummary.Builder |
lifecycleState(ExascaleDbStorageVault.LifecycleState lifecycleState)
The current state of the Exadata Database Storage Vault.
|
ExascaleDbStorageVaultSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
ExascaleDbStorageVaultSummary.Builder |
timeCreated(Date timeCreated)
The date and time that the Exadata Database Storage Vault was created.
|
ExascaleDbStorageVaultSummary.Builder |
timeZone(String timeZone)
The time zone that you want to use for the Exadata Database Storage Vault.
|
ExascaleDbStorageVaultSummary.Builder |
vmClusterCount(Integer vmClusterCount)
The number of Exadata VM clusters used the Exadata Database Storage Vault.
|
public ExascaleDbStorageVaultSummary.Builder id(String id)
The OCID of the Exadata Database Storage Vault.
id
- the value to setpublic ExascaleDbStorageVaultSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic ExascaleDbStorageVaultSummary.Builder availabilityDomain(String availabilityDomain)
The name of the availability domain in which the Exadata Database Storage Vault is located.
availabilityDomain
- the value to setpublic ExascaleDbStorageVaultSummary.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 ExascaleDbStorageVaultSummary.Builder lifecycleState(ExascaleDbStorageVault.LifecycleState lifecycleState)
The current state of the Exadata Database Storage Vault.
lifecycleState
- the value to setpublic ExascaleDbStorageVaultSummary.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 ExascaleDbStorageVaultSummary.Builder description(String description)
Exadata Database Storage Vault description.
description
- the value to setpublic ExascaleDbStorageVaultSummary.Builder timeCreated(Date timeCreated)
The date and time that the Exadata Database Storage Vault was created.
timeCreated
- the value to setpublic ExascaleDbStorageVaultSummary.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.
lifecycleDetails
- the value to setpublic ExascaleDbStorageVaultSummary.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 ExascaleDbStorageVaultSummary.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 ExascaleDbStorageVaultSummary.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 ExascaleDbStorageVaultSummary.Builder highCapacityDatabaseStorage(ExascaleDbStorageDetails highCapacityDatabaseStorage)
public ExascaleDbStorageVaultSummary.Builder additionalFlashCacheInPercent(Integer additionalFlashCacheInPercent)
The size of additional Flash Cache in percentage of High Capacity database storage.
additionalFlashCacheInPercent
- the value to setpublic ExascaleDbStorageVaultSummary.Builder vmClusterCount(Integer vmClusterCount)
The number of Exadata VM clusters used the Exadata Database Storage Vault.
vmClusterCount
- the value to setpublic ExascaleDbStorageVaultSummary build()
public ExascaleDbStorageVaultSummary.Builder copy(ExascaleDbStorageVaultSummary model)
Copyright © 2016–2024. All rights reserved.