Show / Hide Table of Contents

Class CreateMacsManagedCloudExadataClusterDetails

The information of the VM Cluster which contains databases.

Inheritance
object
CreateMacsManagedCloudExadataClusterDetails
CreateMacsManagedCloudExadataVmclusterDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top