Class CreateInfrastructureDetails


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20251101")
    public final class CreateInfrastructureDetails
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    Request to create Database Infrastructure resource.
    Note: Objects should always be created or deserialized using the CreateInfrastructureDetails.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 CreateInfrastructureDetails.Builder, which maintain a set of all explicitly set fields called CreateInfrastructureDetails.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).
    • Method Detail

      • getDescription

        public String getDescription()
        Database Infrastructure description.
        Returns:
        the value
      • getCompartmentId

        public String getCompartmentId()
        The OCID of the compartment.
        Returns:
        the value
      • getDisplayName

        public String getDisplayName()
        The user-friendly name for the Database Infrastructure.

        The name does not need to be unique.

        Returns:
        the value
      • getSystemModel

        public SystemModelEnum getSystemModel()
        Database Infrastructure System Model specification.

        The system model determines the model of the Database Infrastructure hardware to be used.

        Returns:
        the value
      • getShape

        public ShapeEnum getShape()
        The shape of the Database Infrastructure.

        The shape determines the amount of CPU, storage, and memory resources allocated to the instance.

        Returns:
        the value
      • getCloudControlPlaneServer1

        public String getCloudControlPlaneServer1()
        The IP address for the first control plane server.
        Returns:
        the value
      • getCloudControlPlaneServer2

        public String getCloudControlPlaneServer2()
        The IP address for the second control plane server.
        Returns:
        the value
      • getNetmask

        public String getNetmask()
        The netmask for the control plane network.
        Returns:
        the value
      • getGateway

        public String getGateway()
        The gateway for the control plane network.
        Returns:
        the value
      • getAdminNetworkcidr

        public String getAdminNetworkcidr()
        The CIDR block for the system network.

        The system network is a private network in Database Infrastructure and is not connected to your corporate network. The system network is used for storage (ASM) traffic, high-performance interconnect traffic and administration of infrastructure components.

        Returns:
        the value
      • getDataDiskPercentage

        public Integer getDataDiskPercentage()
        Percentage of disk space assigned for DATA disk group.

        Remaining disk space will get assiged to RECO disk group

        Returns:
        the value
      • getContacts

        public List<InfrastructureContact> getContacts()
        The list of contacts for the Database Infrastructure.
        Returns:
        the value
      • getDnsServers

        public List<String> getDnsServers()
        The list of DNS server IP addresses.

        Maximum of 3 allowed.

        Returns:
        the value
      • getNtpServers

        public List<String> getNtpServers()
        The list of NTP server IP addresses.

        Maximum of 3 allowed.

        Returns:
        the value
      • getClientNetworkBondingMode

        public NetworkBondingMode getClientNetworkBondingMode()
        The network bonding mode for Client networks for the Database Infrastructure.
        Returns:
        the value
      • getBackupNetworkBondingMode

        public NetworkBondingMode getBackupNetworkBondingMode()
        The network bonding mode for Backup networks for the Database Infrastructure.
        Returns:
        the value
      • getCpsNetworkBondingMode

        public NetworkBondingMode getCpsNetworkBondingMode()
        The network bonding mode for CPS networks for the Database Infrastructure.
        Returns:
        the value
      • getClientNetworkBondingInterface

        public NetworkBondingInterfaceEnum getClientNetworkBondingInterface()
        The network bonding interface for client network for the Database Infrastructure.
        Returns:
        the value
      • getBackupNetworkBondingInterface

        public NetworkBondingInterfaceEnum getBackupNetworkBondingInterface()
        The network bonding interface for backup network for the Database Infrastructure.
        Returns:
        the value
      • getCpsNetworkBondingInterface

        public NetworkBondingInterfaceEnum getCpsNetworkBondingInterface()
        The network bonding interface for CPS network for the Database Infrastructure.
        Returns:
        the value
      • getAcfsFileSystemStorageInGbs

        public Double getAcfsFileSystemStorageInGbs()
        The amount of storage (in GB) in the DATA disk group that is reserved for creating local storage for VM Clusters and application VMs.
        Returns:
        the value
      • getCorporateProxy

        public String getCorporateProxy()
        The corporate network proxy for access to the control plane network.

        Oracle recommends using an HTTPS proxy when possible for enhanced security.

        Returns:
        the value
      • getVlanId

        public String getVlanId()
        The CPS network VLAN ID.
        Returns:
        the value
      • getFreeformTags

        public Map<String,​String> getFreeformTags()
        Simple key-value pair that is applied without any predefined name, type or scope.

        This tag option exists for cross-compatibility only. Example: {“bar-key”: “value”}

        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. Example: {“foo-namespace”: {“bar-key”: “value”}}

        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