Class CreateDbHomeWithVmClusterIdDetails
Note that a valid vmClusterId
value must be supplied for the CreateDbHomeWithVmClusterId
API operation to successfully complete.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class CreateDbHomeWithVmClusterIdDetails : CreateDbHomeBase
Properties
Database
Declaration
[JsonProperty(PropertyName = "database")]
public CreateDatabaseDetails Database { get; set; }
Property Value
Type | Description |
---|---|
CreateDatabaseDetails |
DbVersion
Declaration
[JsonProperty(PropertyName = "dbVersion")]
public string DbVersion { get; set; }
Property Value
Type | Description |
---|---|
string | A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.
|
VmClusterId
Declaration
[Required(ErrorMessage = "VmClusterId is required.")]
[JsonProperty(PropertyName = "vmClusterId")]
public string VmClusterId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the VM cluster. |
Remarks
Required