Class UpdateOkeClusterManagedNodePoolConfigurationDetails
Update managed node pool configuration properties for an OKE member.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class UpdateOkeClusterManagedNodePoolConfigurationDetails
Properties
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the managed node pool in OKE cluster. |
Remarks
Required
Maximum
Declaration
[JsonProperty(PropertyName = "maximum")]
public int? Maximum { get; set; }
Property Value
Type | Description |
---|---|
int? | The maximum number to which nodes in the managed node pool could be scaled up. |
Minimum
Declaration
[JsonProperty(PropertyName = "minimum")]
public int? Minimum { get; set; }
Property Value
Type | Description |
---|---|
int? | The minimum number to which nodes in the managed node pool could be scaled down. |