Package com.oracle.bmc.database.model
Class AdvancedClusterFileSystem.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.AdvancedClusterFileSystem.Builder
-
- Enclosing class:
- AdvancedClusterFileSystem
public static class AdvancedClusterFileSystem.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdvancedClusterFileSystembuild()AdvancedClusterFileSystem.BuildercompartmentId(String compartmentId)The OCID of the compartment.AdvancedClusterFileSystem.Buildercopy(AdvancedClusterFileSystem model)AdvancedClusterFileSystem.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.AdvancedClusterFileSystem.Builderdescription(String description)Description of the advanced cluster file system.AdvancedClusterFileSystem.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.AdvancedClusterFileSystem.Builderid(String id)The OCID of the advanced cluster file system.AdvancedClusterFileSystem.BuilderisMounted(Boolean isMounted)True if the file system is mounted on all VMs within VM Cluster.AdvancedClusterFileSystem.BuilderlifecycleDetails(String lifecycleDetails)Additional information about the current lifecycle state.AdvancedClusterFileSystem.BuilderlifecycleState(AdvancedClusterFileSystem.LifecycleState lifecycleState)The current state of the advanced cluster file system.AdvancedClusterFileSystem.BuildermountPoint(String mountPoint)The mount point of file system.AdvancedClusterFileSystem.Buildername(String name)The user-friendly name for the Advanced cluster file system.AdvancedClusterFileSystem.BuilderstorageInGBs(Integer storageInGBs)The total storage allocated for advanced cluster file system in GBs.AdvancedClusterFileSystem.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.AdvancedClusterFileSystem.BuildertimeCreated(Date timeCreated)The date and time the advanced cluster file system was created.AdvancedClusterFileSystem.BuildertimeUpdated(Date timeUpdated)The last date and time that the advanced cluster file system was updated.AdvancedClusterFileSystem.BuildervaultId(String vaultId)AdvancedClusterFileSystem.BuildervmClusterId(String vmClusterId)The OCID of the VM cluster.
-
-
-
Method Detail
-
id
public AdvancedClusterFileSystem.Builder id(String id)
The OCID of the advanced cluster file system.- Parameters:
id- the value to set- Returns:
- this builder
-
name
public AdvancedClusterFileSystem.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 AdvancedClusterFileSystem.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
vmClusterId
public AdvancedClusterFileSystem.Builder vmClusterId(String vmClusterId)
The OCID of the VM cluster.- Parameters:
vmClusterId- the value to set- Returns:
- this builder
-
vaultId
public AdvancedClusterFileSystem.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 AdvancedClusterFileSystem.Builder description(String description)
Description of the advanced cluster file system.- Parameters:
description- the value to set- Returns:
- this builder
-
lifecycleState
public AdvancedClusterFileSystem.Builder lifecycleState(AdvancedClusterFileSystem.LifecycleState lifecycleState)
The current state of the advanced cluster file system.Valid states are CREATING, AVAILABLE, UPDATING, FAILED, DELETED.
- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
lifecycleDetails
public AdvancedClusterFileSystem.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state.- Parameters:
lifecycleDetails- the value to set- Returns:
- this builder
-
storageInGBs
public AdvancedClusterFileSystem.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 AdvancedClusterFileSystem.Builder mountPoint(String mountPoint)
The mount point of file system.- Parameters:
mountPoint- the value to set- Returns:
- this builder
-
isMounted
public AdvancedClusterFileSystem.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 AdvancedClusterFileSystem.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 AdvancedClusterFileSystem.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 AdvancedClusterFileSystem.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 AdvancedClusterFileSystem.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 AdvancedClusterFileSystem.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 AdvancedClusterFileSystem build()
-
copy
public AdvancedClusterFileSystem.Builder copy(AdvancedClusterFileSystem model)
-
-