Package com.oracle.bmc.database.model
Class LaunchStandbyDbSystemDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.database.model.LaunchDbSystemBase
-
- com.oracle.bmc.database.model.LaunchStandbyDbSystemDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class LaunchStandbyDbSystemDetails extends LaunchDbSystemBaseUsed for creating a new standby database system in dataguard environment.
Note: Objects should always be created or deserialized using theLaunchStandbyDbSystemDetails.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 theLaunchStandbyDbSystemDetails.Builder, which maintain a set of all explicitly set fields calledLaunchStandbyDbSystemDetails.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 classLaunchStandbyDbSystemDetails.Builderstatic classLaunchStandbyDbSystemDetails.LicenseModelThe Oracle license model that applies to all the databases on the DB system.-
Nested classes/interfaces inherited from class com.oracle.bmc.database.model.LaunchDbSystemBase
LaunchDbSystemBase.ComputeModel, LaunchDbSystemBase.Source, LaunchDbSystemBase.StorageVolumePerformanceMode
-
-
Constructor Summary
Constructors Constructor Description LaunchStandbyDbSystemDetails(String compartmentId, List<String> faultDomains, String displayName, String availabilityDomain, String subnetId, String backupSubnetId, List<String> nsgIds, List<String> backupNetworkNsgIds, String shape, String timeZone, DbSystemOptions dbSystemOptions, LaunchDbSystemBase.StorageVolumePerformanceMode storageVolumePerformanceMode, Boolean sparseDiskgroup, List<String> sshPublicKeys, String hostname, String domain, Integer cpuCoreCount, String clusterName, Integer dataStoragePercentage, Integer initialDataStorageSizeInGB, String kmsKeyId, String kmsKeyVersionId, Integer nodeCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, String privateIp, String privateIpV6, String clusterPlacementGroupId, String subscriptionId, DataCollectionOptions dataCollectionOptions, LaunchDbSystemBase.ComputeModel computeModel, Integer computeCount, String primaryDbSystemId, CreateDbHomeForStandbyDbSystem dbHome, LaunchStandbyDbSystemDetails.LicenseModel licenseModel)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LaunchStandbyDbSystemDetails.Builderbuilder()Create a new builder.booleanequals(Object o)CreateDbHomeForStandbyDbSystemgetDbHome()LaunchStandbyDbSystemDetails.LicenseModelgetLicenseModel()The Oracle license model that applies to all the databases on the DB system.StringgetPrimaryDbSystemId()The OCID of the DB system.inthashCode()LaunchStandbyDbSystemDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.database.model.LaunchDbSystemBase
getAvailabilityDomain, getBackupNetworkNsgIds, getBackupSubnetId, getClusterName, getClusterPlacementGroupId, getCompartmentId, getComputeCount, getComputeModel, getCpuCoreCount, getDataCollectionOptions, getDataStoragePercentage, getDbSystemOptions, getDefinedTags, getDisplayName, getDomain, getFaultDomains, getFreeformTags, getHostname, getInitialDataStorageSizeInGB, getKmsKeyId, getKmsKeyVersionId, getNodeCount, getNsgIds, getPrivateIp, getPrivateIpV6, getSecurityAttributes, getShape, getSparseDiskgroup, getSshPublicKeys, getStorageVolumePerformanceMode, getSubnetId, getSubscriptionId, getTimeZone
-
-
-
-
Constructor Detail
-
LaunchStandbyDbSystemDetails
@Deprecated public LaunchStandbyDbSystemDetails(String compartmentId, List<String> faultDomains, String displayName, String availabilityDomain, String subnetId, String backupSubnetId, List<String> nsgIds, List<String> backupNetworkNsgIds, String shape, String timeZone, DbSystemOptions dbSystemOptions, LaunchDbSystemBase.StorageVolumePerformanceMode storageVolumePerformanceMode, Boolean sparseDiskgroup, List<String> sshPublicKeys, String hostname, String domain, Integer cpuCoreCount, String clusterName, Integer dataStoragePercentage, Integer initialDataStorageSizeInGB, String kmsKeyId, String kmsKeyVersionId, Integer nodeCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, String privateIp, String privateIpV6, String clusterPlacementGroupId, String subscriptionId, DataCollectionOptions dataCollectionOptions, LaunchDbSystemBase.ComputeModel computeModel, Integer computeCount, String primaryDbSystemId, CreateDbHomeForStandbyDbSystem dbHome, LaunchStandbyDbSystemDetails.LicenseModel licenseModel)
Deprecated.
-
-
Method Detail
-
builder
public static LaunchStandbyDbSystemDetails.Builder builder()
Create a new builder.
-
toBuilder
public LaunchStandbyDbSystemDetails.Builder toBuilder()
-
getPrimaryDbSystemId
public String getPrimaryDbSystemId()
The OCID of the DB system.- Returns:
- the value
-
getDbHome
public CreateDbHomeForStandbyDbSystem getDbHome()
-
getLicenseModel
public LaunchStandbyDbSystemDetails.LicenseModel getLicenseModel()
The Oracle license model that applies to all the databases on the DB system.The default is LICENSE_INCLUDED.
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin classLaunchDbSystemBase
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toStringin classLaunchDbSystemBase- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classLaunchDbSystemBase
-
hashCode
public int hashCode()
- Overrides:
hashCodein classLaunchDbSystemBase
-
-