Class CreateMacsManagedCloudExadataClusterDetails
The information of the VM Cluster which contains databases.
Inheritance
CreateMacsManagedCloudExadataClusterDetails
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
[JsonConverter(typeof(CreateMacsManagedCloudExadataClusterDetailsModelConverter))]
public class CreateMacsManagedCloudExadataClusterDetails
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment. |
Remarks
Required
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