-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Releasing version 60.0.0
- Loading branch information
Showing
67 changed files
with
1,095 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
/* | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
*/ | ||
|
||
// NOTE: Code generated by OracleSDKGenerator. | ||
// DO NOT EDIT this file manually. | ||
|
||
|
||
using System.ComponentModel.DataAnnotations; | ||
using System.Runtime.Serialization; | ||
using Newtonsoft.Json; | ||
using Newtonsoft.Json.Converters; | ||
|
||
|
||
namespace Oci.ContainerengineService.Models | ||
{ | ||
/// <summary> | ||
/// Node Pool Cycling Details | ||
/// </summary> | ||
public class NodePoolCyclingDetails | ||
{ | ||
|
||
/// <value> | ||
/// Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. | ||
/// OKE supports both integer and percentage input. | ||
/// Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100% | ||
/// | ||
/// </value> | ||
[JsonProperty(PropertyName = "maximumUnavailable")] | ||
public string MaximumUnavailable { get; set; } | ||
|
||
/// <value> | ||
/// Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. | ||
/// OKE supports both integer and percentage input. | ||
/// Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100% | ||
/// | ||
/// </value> | ||
[JsonProperty(PropertyName = "maximumSurge")] | ||
public string MaximumSurge { get; set; } | ||
|
||
/// <value> | ||
/// If nodes in the nodepool will be cycled to have new changes. | ||
/// </value> | ||
[JsonProperty(PropertyName = "isNodeCyclingEnabled")] | ||
public System.Nullable<bool> IsNodeCyclingEnabled { get; set; } | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 69 additions & 0 deletions
69
Database/models/RotateCloudAutonomousVmClusterOrdsCertsDetails.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
/* | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
*/ | ||
|
||
// NOTE: Code generated by OracleSDKGenerator. | ||
// DO NOT EDIT this file manually. | ||
|
||
|
||
using System.ComponentModel.DataAnnotations; | ||
using System.Runtime.Serialization; | ||
using Newtonsoft.Json; | ||
using Newtonsoft.Json.Converters; | ||
|
||
|
||
namespace Oci.DatabaseService.Models | ||
{ | ||
/// <summary> | ||
/// The details for configuring the ORDS certificates on Cloud Autonomous VM Cluster | ||
/// | ||
/// </summary> | ||
public class RotateCloudAutonomousVmClusterOrdsCertsDetails | ||
{ | ||
/// | ||
/// <value> | ||
/// Specify SYSTEM for using Oracle managed certificates. Specify BYOC when you want to bring your own certificate. | ||
/// </value> | ||
/// | ||
public enum CertificateGenerationTypeEnum { | ||
[EnumMember(Value = "SYSTEM")] | ||
System, | ||
[EnumMember(Value = "BYOC")] | ||
Byoc | ||
}; | ||
|
||
/// <value> | ||
/// Specify SYSTEM for using Oracle managed certificates. Specify BYOC when you want to bring your own certificate. | ||
/// </value> | ||
/// <remarks> | ||
/// Required | ||
/// </remarks> | ||
[Required(ErrorMessage = "CertificateGenerationType is required.")] | ||
[JsonProperty(PropertyName = "certificateGenerationType")] | ||
[JsonConverter(typeof(StringEnumConverter))] | ||
public System.Nullable<CertificateGenerationTypeEnum> CertificateGenerationType { get; set; } | ||
|
||
/// <value> | ||
/// The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the certificate to use. | ||
/// | ||
/// </value> | ||
[JsonProperty(PropertyName = "certificateId")] | ||
public string CertificateId { get; set; } | ||
|
||
/// <value> | ||
/// The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the certificate authority. | ||
/// | ||
/// </value> | ||
[JsonProperty(PropertyName = "certificateAuthorityId")] | ||
public string CertificateAuthorityId { get; set; } | ||
|
||
/// <value> | ||
/// The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the certificate bundle. | ||
/// | ||
/// </value> | ||
[JsonProperty(PropertyName = "caBundleId")] | ||
public string CaBundleId { get; set; } | ||
|
||
} | ||
} |
Oops, something went wrong.