Class DatastoreCluster
An Oracle Cloud VMware Solution Datastore Cluster for software-defined data center.
The Datastore Cluster combines multiple datastores into a single datastore cluster.
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class DatastoreCluster
Properties
AvailabilityDomain
Declaration
[Required(ErrorMessage = "AvailabilityDomain is required.")]
[JsonProperty(PropertyName = "availabilityDomain")]
public string AvailabilityDomain { get; set; }
Property Value
Type | Description |
---|---|
string | The availability domain of the Datastore Cluster. |
Remarks
Required
CapacityInGBs
Declaration
[JsonProperty(PropertyName = "capacityInGBs")]
public double CapacityInGBs { get; set; }
Property Value
Type | Description |
---|---|
double | Total size of all datastores associated with the datastore cluster in GB. |
ClusterId
Declaration
[JsonProperty(PropertyName = "clusterId")]
public string ClusterId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the VMware Cluster that Datastore cluster is attached to. |
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 that contains the Datastore. |
Remarks
Required
DatastoreClusterType
Declaration
[Required(ErrorMessage = "DatastoreClusterType is required.")]
[JsonProperty(PropertyName = "datastoreClusterType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DatastoreClusterTypes? DatastoreClusterType { get; set; }
Property Value
Type | Description |
---|---|
DatastoreClusterTypes? | Type of the datastore cluster. |
Remarks
Required
DatastoreIds
Declaration
[Required(ErrorMessage = "DatastoreIds is required.")]
[JsonProperty(PropertyName = "datastoreIds")]
public List<string> DatastoreIds { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The OCIDs of the Datastores that belong to the Datastore Cluster |
Remarks
Required
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a
namespace. For more information, see Resource Tags.
|
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | A descriptive name for the Datastore Cluster. It must be unique within a SDDC, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information. |
Remarks
Required
EsxiHostIds
Declaration
[JsonProperty(PropertyName = "esxiHostIds")]
public List<string> EsxiHostIds { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The OCIDs of the ESXi hosts to attach the datastore to. All ESXi hosts must belong to the same VMware cluster. |
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Free-form tags for this resource. Each tag is a simple key-value pair with no
predefined name, type, or namespace. For more information, see Resource Tags.
|
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Datastore cluster. |
Remarks
Required
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public LifecycleStates? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
LifecycleStates? | The current state of the Datastore Cluster. |
Remarks
Required
SddcId
Declaration
[JsonProperty(PropertyName = "sddcId")]
public string SddcId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the SDDC that Datastore cluster is associated with. |
SystemTags
Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {orcl-cloud: {free-tier-retain: true}} |
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the Datastore Cluster was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z |
Remarks
Required
TimeUpdated
Declaration
[Required(ErrorMessage = "TimeUpdated is required.")]
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the Datastore Cluster was updated, in the format defined by RFC3339. |
Remarks
Required