Class DeploymentEnvironmentSummary


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200407")
    public final class DeploymentEnvironmentSummary
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    The metadata specific to a production or development/testing environment.
    Note: Objects should always be created or deserialized using the DeploymentEnvironmentSummary.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 the DeploymentEnvironmentSummary.Builder, which maintain a set of all explicitly set fields called DeploymentEnvironmentSummary.Builder.__explicitlySet__. The hashCode() and equals(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).
    • Constructor Detail

      • DeploymentEnvironmentSummary

        @Deprecated
        @ConstructorProperties({"environmentType","category","displayName","minCpuCoreCount","defaultCpuCoreCount","maxCpuCoreCount","isAutoScalingEnabledByDefault","networkBandwidthPerOcpuInGbps","memoryPerOcpuInGBs","storageUsageLimitPerOcpuInGBs"})
        public DeploymentEnvironmentSummary​(EnvironmentType environmentType,
                                            DeploymentCategory category,
                                            String displayName,
                                            Integer minCpuCoreCount,
                                            Integer defaultCpuCoreCount,
                                            Integer maxCpuCoreCount,
                                            Boolean isAutoScalingEnabledByDefault,
                                            Integer networkBandwidthPerOcpuInGbps,
                                            Integer memoryPerOcpuInGBs,
                                            Integer storageUsageLimitPerOcpuInGBs)
        Deprecated.
    • Method Detail

      • getEnvironmentType

        public EnvironmentType getEnvironmentType()
        Specifies whether the deployment is used in a production or development/testing environment.
        Returns:
        the value
      • getCategory

        public DeploymentCategory getCategory()
        The deployment category defines the broad separation of the deployment type into three categories.

        Currently the separation is ‘DATA_REPLICATION’, ‘STREAM_ANALYTICS’ and ‘DATA_TRANSFORMS’.

        Returns:
        the value
      • getDisplayName

        public String getDisplayName()
        An object’s Display Name.
        Returns:
        the value
      • getMinCpuCoreCount

        public Integer getMinCpuCoreCount()
        The minimum CPU core count.
        Returns:
        the value
      • getDefaultCpuCoreCount

        public Integer getDefaultCpuCoreCount()
        The default CPU core count.
        Returns:
        the value
      • getMaxCpuCoreCount

        public Integer getMaxCpuCoreCount()
        The maximum CPU core count.
        Returns:
        the value
      • getIsAutoScalingEnabledByDefault

        public Boolean getIsAutoScalingEnabledByDefault()
        Specifies whether the “Auto scaling” option should be enabled by default or not.
        Returns:
        the value
      • getNetworkBandwidthPerOcpuInGbps

        public Integer getNetworkBandwidthPerOcpuInGbps()
        The multiplier value between CPU core count and network bandwidth.
        Returns:
        the value
      • getMemoryPerOcpuInGBs

        public Integer getMemoryPerOcpuInGBs()
        The multiplier value between CPU core count and memory size.
        Returns:
        the value
      • getStorageUsageLimitPerOcpuInGBs

        public Integer getStorageUsageLimitPerOcpuInGBs()
        The multiplier value between CPU core count and storage usage limit size.
        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.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:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel