Class NodeReplaceConfiguration
The information about the NodeReplaceConfiguration.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class NodeReplaceConfiguration
Properties
BdsInstanceId
Declaration
[Required(ErrorMessage = "BdsInstanceId is required.")]
[JsonProperty(PropertyName = "bdsInstanceId")]
public string BdsInstanceId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the bdsInstance which is the parent resource id. |
Remarks
Required
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information. |
Remarks
Required
DurationInMinutes
Declaration
[Required(ErrorMessage = "DurationInMinutes is required.")]
[JsonProperty(PropertyName = "durationInMinutes")]
public int? DurationInMinutes { get; set; }
Property Value
Type | Description |
---|---|
int? | This value is the minimum period of time to wait for metric emission before triggering node replacement. The value is in minutes. |
Remarks
Required
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The unique identifier for the NodeReplaceConfiguration. |
Remarks
Required
LevelTypeDetails
Declaration
[Required(ErrorMessage = "LevelTypeDetails is required.")]
[JsonProperty(PropertyName = "levelTypeDetails")]
public LevelTypeDetails LevelTypeDetails { get; set; }
Property Value
Type | Description |
---|---|
LevelTypeDetails |
Remarks
Required
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public NodeReplaceConfiguration.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
NodeReplaceConfiguration.LifecycleStateEnum? | The state of the NodeReplaceConfiguration. |
Remarks
Required
MetricType
Declaration
[Required(ErrorMessage = "MetricType is required.")]
[JsonProperty(PropertyName = "metricType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public NodeReplaceConfiguration.MetricTypeEnum? MetricType { get; set; }
Property Value
Type | Description |
---|---|
NodeReplaceConfiguration.MetricTypeEnum? | Type of compute instance health metric to use for node replacement |
Remarks
Required
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The time the NodeReplaceConfiguration was created, shown as an RFC 3339 formatted datetime string. |
Remarks
Required
TimeUpdated
Declaration
[Required(ErrorMessage = "TimeUpdated is required.")]
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The time the NodeReplaceConfiguration was updated, shown as an RFC 3339 formatted datetime string. |
Remarks
Required