Class CloudCluster
The details of a cloud cluster.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class CloudCluster
Properties
AdditionalDetails
Declaration
[JsonProperty(PropertyName = "additionalDetails")]
public Dictionary<string, string> AdditionalDetails { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | The additional details of the cloud cluster defined in |
CloudConnectorId
Declaration
[JsonProperty(PropertyName = "cloudConnectorId")]
public string CloudConnectorId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the cloud connector. |
CloudDbSystemId
Declaration
[Required(ErrorMessage = "CloudDbSystemId is required.")]
[JsonProperty(PropertyName = "cloudDbSystemId")]
public string CloudDbSystemId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the cloud DB system that the cluster is a part of. |
Remarks
Required
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
ComponentName
Declaration
[Required(ErrorMessage = "ComponentName is required.")]
[JsonProperty(PropertyName = "componentName")]
public string ComponentName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the cloud cluster. |
Remarks
Required
DbaasId
Declaration
[JsonProperty(PropertyName = "dbaasId")]
public string DbaasId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID in DBaas service. |
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. Example: {"Operations": {"CostCenter": "42"}} |
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The user-friendly name for the cloud cluster. The name does not have to be unique. |
Remarks
Required
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. Example: {"Department": "Finance"} |
GridHome
Declaration
[JsonProperty(PropertyName = "gridHome")]
public string GridHome { get; set; }
Property Value
Type | Description |
---|---|
string | The directory in which Oracle Grid Infrastructure is installed. |
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the cloud cluster. |
Remarks
Required
IsFlexCluster
Declaration
[JsonProperty(PropertyName = "isFlexCluster")]
public bool? IsFlexCluster { get; set; }
Property Value
Type | Description |
---|---|
bool? | Indicates whether the cluster is Oracle Flex Cluster or not. |
LifecycleDetails
Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }
Property Value
Type | Description |
---|---|
string | Additional information about the current lifecycle state. |
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CloudCluster.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
CloudCluster.LifecycleStateEnum? | The current lifecycle state of the cloud cluster. |
Remarks
Required
NetworkConfigurations
Declaration
[JsonProperty(PropertyName = "networkConfigurations")]
public List<CloudClusterNetworkConfiguration> NetworkConfigurations { get; set; }
Property Value
Type | Description |
---|---|
List<CloudClusterNetworkConfiguration> | The list of network address configurations of the cloud cluster. |
OcrFileLocation
Declaration
[JsonProperty(PropertyName = "ocrFileLocation")]
public string OcrFileLocation { get; set; }
Property Value
Type | Description |
---|---|
string | The location of the Oracle Cluster Registry (OCR). |
ScanConfigurations
Declaration
[JsonProperty(PropertyName = "scanConfigurations")]
public List<CloudClusterScanListenerConfiguration> ScanConfigurations { get; set; }
Property Value
Type | Description |
---|---|
List<CloudClusterScanListenerConfiguration> | The list of Single Client Access Name (SCAN) configurations of the cloud cluster. |
SystemTags
Declaration
[JsonProperty(PropertyName = "systemTags")]
public Dictionary<string, Dictionary<string, object>> SystemTags { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, Dictionary<string, object>> | System tags for this resource. Each key is predefined and scoped to a namespace.
For more information, see Resource Tags.
System tags can be viewed by users, but can only be created by the system.
|
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 cloud cluster was created. |
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 cloud cluster was last updated. |
Remarks
Required
Version
Declaration
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
Type | Description |
---|---|
string | The cluster version. |
VipConfigurations
Declaration
[JsonProperty(PropertyName = "vipConfigurations")]
public List<CloudClusterVipConfiguration> VipConfigurations { get; set; }
Property Value
Type | Description |
---|---|
List<CloudClusterVipConfiguration> | The list of Virtual IP (VIP) configurations of the cloud cluster. |