Class ShapeSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.mysql.model.ShapeSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public final class ShapeSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe shape of the DB System.The shape determines resources to allocate to the DB System - CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM (or bare metal) shapes. For a description of shapes, see DB System Shape Options. 
 Note: Objects should always be created or deserialized using theShapeSummary.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 theShapeSummary.Builder, which maintain a set of all explicitly set fields calledShapeSummary.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 SummaryNested Classes Modifier and Type Class Description static classShapeSummary.Builderstatic classShapeSummary.IsSupportedFor
 - 
Constructor SummaryConstructors Constructor Description ShapeSummary(String name, Integer cpuCoreCount, Integer memorySizeInGBs, List<ShapeSummary.IsSupportedFor> isSupportedFor)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ShapeSummary.Builderbuilder()Create a new builder.booleanequals(Object o)IntegergetCpuCoreCount()The number of CPU Cores the Instance provides.List<ShapeSummary.IsSupportedFor>getIsSupportedFor()What service features the shape is supported for.IntegergetMemorySizeInGBs()The amount of RAM the Instance provides.StringgetName()The name of the shape used for the DB System.inthashCode()ShapeSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ShapeSummary@Deprecated @ConstructorProperties({"name","cpuCoreCount","memorySizeInGBs","isSupportedFor"}) public ShapeSummary(String name, Integer cpuCoreCount, Integer memorySizeInGBs, List<ShapeSummary.IsSupportedFor> isSupportedFor) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ShapeSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic ShapeSummary.Builder toBuilder() 
 - 
getNamepublic String getName() The name of the shape used for the DB System.- Returns:
- the value
 
 - 
getCpuCoreCountpublic Integer getCpuCoreCount() The number of CPU Cores the Instance provides.These are "OCPU"s. - Returns:
- the value
 
 - 
getMemorySizeInGBspublic Integer getMemorySizeInGBs() The amount of RAM the Instance provides.This is an IEC base-2 number. - Returns:
- the value
 
 - 
getIsSupportedForpublic List<ShapeSummary.IsSupportedFor> getIsSupportedFor() What service features the shape is supported for.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-