Show / Hide Table of Contents

Class AttachDatastoreClusterToClusterDetails

Details for the datastore cluster attachment to Vmware Cluster.

Inheritance
object
AttachDatastoreClusterToClusterDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class AttachDatastoreClusterToClusterDetails

Properties

ClusterId

Declaration
[Required(ErrorMessage = "ClusterId is required.")]
[JsonProperty(PropertyName = "clusterId")]
public string ClusterId { get; set; }
Property Value
Type Description
string

The OCID of the VMware cluster to attach the datastore cluster to.

Remarks

Required

In this article
Back to top