Package com.oracle.bmc.database.model
Class AdvancedClusterFileSystemSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.database.model.AdvancedClusterFileSystemSummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class AdvancedClusterFileSystemSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelDetails of an advanced cluster file system.
Note: Objects should always be created or deserialized using theAdvancedClusterFileSystemSummary.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theAdvancedClusterFileSystemSummary.Builder, which maintain a set of all explicitly set fields calledAdvancedClusterFileSystemSummary.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdvancedClusterFileSystemSummary.Builder
-
Constructor Summary
Constructors Constructor Description AdvancedClusterFileSystemSummary(String id, String name, String compartmentId, String vmClusterId, String vaultId, String description, AdvancedClusterFileSystem.LifecycleState lifecycleState, String lifecycleDetails, Integer storageInGBs, String mountPoint, Boolean isMounted, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdvancedClusterFileSystemSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCompartmentId()The OCID of the compartment.Map<String,Map<String,Object>>getDefinedTags()Defined tags for this resource.StringgetDescription()Description of the advanced cluster file system.Map<String,String>getFreeformTags()Free-form tags for this resource.StringgetId()The OCID of the advanced cluster file system.BooleangetIsMounted()True if the file system is mounted on all VMs within VM Cluster.StringgetLifecycleDetails()Additional information about the current lifecycle state.AdvancedClusterFileSystem.LifecycleStategetLifecycleState()The current state of the advanced cluster file system.StringgetMountPoint()The mount point of file system.StringgetName()The user-friendly name for the Advanced cluster file system.IntegergetStorageInGBs()The total storage allocated for advanced cluster file system in GBs.Map<String,Map<String,Object>>getSystemTags()System tags for this resource.DategetTimeCreated()The date and time the advanced cluster file system was created.DategetTimeUpdated()The last date and time that the advanced cluster file system was updated.StringgetVaultId()StringgetVmClusterId()The OCID of the VM cluster.inthashCode()AdvancedClusterFileSystemSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
AdvancedClusterFileSystemSummary
@Deprecated @ConstructorProperties({"id","name","compartmentId","vmClusterId","vaultId","description","lifecycleState","lifecycleDetails","storageInGBs","mountPoint","isMounted","timeCreated","timeUpdated","freeformTags","definedTags","systemTags"}) public AdvancedClusterFileSystemSummary(String id, String name, String compartmentId, String vmClusterId, String vaultId, String description, AdvancedClusterFileSystem.LifecycleState lifecycleState, String lifecycleDetails, Integer storageInGBs, String mountPoint, Boolean isMounted, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-
-
Method Detail
-
builder
public static AdvancedClusterFileSystemSummary.Builder builder()
Create a new builder.
-
toBuilder
public AdvancedClusterFileSystemSummary.Builder toBuilder()
-
getName
public String getName()
The user-friendly name for the Advanced cluster file system.The file system name is unique for a cluster.
- Returns:
- the value
-
getVaultId
public String getVaultId()
The OCID of the Oracle Cloud Infrastructure vault.This parameter and secretId are required for Customer Managed Keys.
- Returns:
- the value
-
getDescription
public String getDescription()
Description of the advanced cluster file system.- Returns:
- the value
-
getLifecycleState
public AdvancedClusterFileSystem.LifecycleState getLifecycleState()
The current state of the advanced cluster file system.- Returns:
- the value
-
getLifecycleDetails
public String getLifecycleDetails()
Additional information about the current lifecycle state.- Returns:
- the value
-
getStorageInGBs
public Integer getStorageInGBs()
The total storage allocated for advanced cluster file system in GBs.- Returns:
- the value
-
getMountPoint
public String getMountPoint()
The mount point of file system.- Returns:
- the value
-
getIsMounted
public Boolean getIsMounted()
True if the file system is mounted on all VMs within VM Cluster.- Returns:
- the value
-
getTimeCreated
public Date getTimeCreated()
The date and time the advanced cluster file system was created.- Returns:
- the value
-
getTimeUpdated
public Date getTimeUpdated()
The last date and time that the advanced cluster file system was updated.- Returns:
- the value
-
getFreeformTags
public Map<String,String> getFreeformTags()
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"}
- Returns:
- the value
-
getDefinedTags
public Map<String,Map<String,Object>> getDefinedTags()
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Returns:
- the value
-
getSystemTags
public Map<String,Map<String,Object>> getSystemTags()
System tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-