Package com.oracle.bmc.database.model
Class AdvancedClusterFileSystemSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.AdvancedClusterFileSystemSummary.Builder
-
- Enclosing class:
- AdvancedClusterFileSystemSummary
public static class AdvancedClusterFileSystemSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public AdvancedClusterFileSystemSummary.Builder id(String id)
The OCID of the advanced cluster file system.- Parameters:
id- the value to set- Returns:
- this builder
-
name
public AdvancedClusterFileSystemSummary.Builder name(String name)
The user-friendly name for the Advanced cluster file system.The file system name is unique for a cluster.
- Parameters:
name- the value to set- Returns:
- this builder
-
compartmentId
public AdvancedClusterFileSystemSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
vmClusterId
public AdvancedClusterFileSystemSummary.Builder vmClusterId(String vmClusterId)
The OCID of the VM cluster.- Parameters:
vmClusterId- the value to set- Returns:
- this builder
-
vaultId
public AdvancedClusterFileSystemSummary.Builder vaultId(String vaultId)
The OCID of the Oracle Cloud Infrastructure vault.This parameter and secretId are required for Customer Managed Keys.
- Parameters:
vaultId- the value to set- Returns:
- this builder
-
description
public AdvancedClusterFileSystemSummary.Builder description(String description)
Description of the advanced cluster file system.- Parameters:
description- the value to set- Returns:
- this builder
-
lifecycleState
public AdvancedClusterFileSystemSummary.Builder lifecycleState(AdvancedClusterFileSystem.LifecycleState lifecycleState)
The current state of the advanced cluster file system.- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
lifecycleDetails
public AdvancedClusterFileSystemSummary.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.- Parameters:
lifecycleDetails- the value to set- Returns:
- this builder
-
storageInGBs
public AdvancedClusterFileSystemSummary.Builder storageInGBs(Integer storageInGBs)
The total storage allocated for advanced cluster file system in GBs.- Parameters:
storageInGBs- the value to set- Returns:
- this builder
-
mountPoint
public AdvancedClusterFileSystemSummary.Builder mountPoint(String mountPoint)
The mount point of file system.- Parameters:
mountPoint- the value to set- Returns:
- this builder
-
isMounted
public AdvancedClusterFileSystemSummary.Builder isMounted(Boolean isMounted)
True if the file system is mounted on all VMs within VM Cluster.- Parameters:
isMounted- the value to set- Returns:
- this builder
-
timeCreated
public AdvancedClusterFileSystemSummary.Builder timeCreated(Date timeCreated)
The date and time the advanced cluster file system was created.- Parameters:
timeCreated- the value to set- Returns:
- this builder
-
timeUpdated
public AdvancedClusterFileSystemSummary.Builder timeUpdated(Date timeUpdated)
The last date and time that the advanced cluster file system was updated.- Parameters:
timeUpdated- the value to set- Returns:
- this builder
-
freeformTags
public AdvancedClusterFileSystemSummary.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"}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public AdvancedClusterFileSystemSummary.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.
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
systemTags
public AdvancedClusterFileSystemSummary.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.
- Parameters:
systemTags- the value to set- Returns:
- this builder
-
build
public AdvancedClusterFileSystemSummary build()
-
copy
public AdvancedClusterFileSystemSummary.Builder copy(AdvancedClusterFileSystemSummary model)
-
-