Skip to content

Commit

Permalink
Releasing version 65.65.2
Browse files Browse the repository at this point in the history
Releasing version 65.65.2
  • Loading branch information
oci-dex-release-bot committed May 14, 2024
2 parents 2ba26c7 + 0bdcae9 commit 01b8c3a
Show file tree
Hide file tree
Showing 96 changed files with 8,723 additions and 14 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)

## 65.65.2 - 2024-05-14
### Added
- Support for the Marketplace Private Offer service
- Support for resizing local file systems in the Database service
- Support for PPv2 (Proxy Protocol version 2) in the Load Balancer service
- Support for custom return path for sent emails in the Email Delivery service
- Support for session resumption in the Load Balancer service


## 65.65.1 - 2024-05-07
### Added
- Support for resizing of local file systems in the Database service
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DOC_SERVER_URL=https:\/\/docs.cloud.oracle.com

GEN_TARGETS = identity core objectstorage loadbalancer database audit dns filestorage email containerengine resourcesearch keymanagement announcementsservice healthchecks waas autoscaling streaming ons monitoring resourcemanager budget workrequests functions limits events dts oce oda analytics integration osmanagement marketplace apigateway datacatalog dataflow datascience nosql secrets vault bds cims datasafe mysql dataintegration ocvp usageapi blockchain loggingingestion logging loganalytics managementdashboard sch loggingsearch managementagent cloudguard opsi computeinstanceagent optimizer tenantmanagercontrolplane rover databasemanagement artifacts apmsynthetics goldengate apmcontrolplane apmtraces networkloadbalancer vulnerabilityscanning databasemigration servicecatalog ailanguage operatoraccesscontrol bastion genericartifactscontent jms devops aianomalydetection datalabelingservice datalabelingservicedataplane apmconfig waf certificates certificatesmanagement usage databasetools servicemanagerproxy appmgmtcontrol ospgateway identitydataplane visualbuilder osubusage osubsubscription osuborganizationsubscription osubbillingschedule dashboardservice threatintelligence aivision aispeech stackmonitoring servicemesh adm licensemanager onesubscription governancerulescontrolplane waa networkfirewall vnmonitoring emwarehouse lockbox fusionapps mediaservices opa opensearch cloudmigrations cloudbridge disasterrecovery containerinstances aidocument queue recovery vbsinst identitydomains accessgovernancecp ocicontrolcenter osmanagementhub fleetsoftwareupdate computecloudatcustomer marketplacepublisher redis jmsjavadownloads psql generativeai generativeaiinference capacitymanagement globallydistributeddatabase desktops emaildataplane clusterplacementgroups ##SPECNAME##
GEN_TARGETS = identity core objectstorage loadbalancer database audit dns filestorage email containerengine resourcesearch keymanagement announcementsservice healthchecks waas autoscaling streaming ons monitoring resourcemanager budget workrequests functions limits events dts oce oda analytics integration osmanagement marketplace apigateway datacatalog dataflow datascience nosql secrets vault bds cims datasafe mysql dataintegration ocvp usageapi blockchain loggingingestion logging loganalytics managementdashboard sch loggingsearch managementagent cloudguard opsi computeinstanceagent optimizer tenantmanagercontrolplane rover databasemanagement artifacts apmsynthetics goldengate apmcontrolplane apmtraces networkloadbalancer vulnerabilityscanning databasemigration servicecatalog ailanguage operatoraccesscontrol bastion genericartifactscontent jms devops aianomalydetection datalabelingservice datalabelingservicedataplane apmconfig waf certificates certificatesmanagement usage databasetools servicemanagerproxy appmgmtcontrol ospgateway identitydataplane visualbuilder osubusage osubsubscription osuborganizationsubscription osubbillingschedule dashboardservice threatintelligence aivision aispeech stackmonitoring servicemesh adm licensemanager onesubscription governancerulescontrolplane waa networkfirewall vnmonitoring emwarehouse lockbox fusionapps mediaservices opa opensearch cloudmigrations cloudbridge disasterrecovery containerinstances aidocument queue recovery vbsinst identitydomains accessgovernancecp ocicontrolcenter osmanagementhub fleetsoftwareupdate computecloudatcustomer marketplacepublisher redis jmsjavadownloads psql generativeai generativeaiinference capacitymanagement globallydistributeddatabase desktops emaildataplane clusterplacementgroups marketplaceprivateoffer ##SPECNAME##
NON_GEN_TARGETS = common common/auth objectstorage/transfer example
TARGETS = $(NON_GEN_TARGETS) $(GEN_TARGETS)

Expand Down
2 changes: 1 addition & 1 deletion common/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions database/create_vm_cluster_details.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ type CreateVmClusterDetails struct {

// Operating system version of the image.
SystemVersion *string `mandatory:"false" json:"systemVersion"`

// Details of the file system configuration of the VM cluster.
FileSystemConfigurationDetails []FileSystemConfigurationDetail `mandatory:"false" json:"fileSystemConfigurationDetails"`
}

func (m CreateVmClusterDetails) String() string {
Expand Down
3 changes: 3 additions & 0 deletions database/exadata_infrastructure.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ type ExadataInfrastructure struct {
// The name of the availability domain that the Exadata infrastructure is located in.
AvailabilityDomain *string `mandatory:"false" json:"availabilityDomain"`

// Details of the file system configuration of the Exadata infrastructure.
DefinedFileSystemConfigurations []DefinedFileSystemConfiguration `mandatory:"false" json:"definedFileSystemConfigurations"`

// 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 (https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
// Example: `{"Department": "Finance"}`
Expand Down
3 changes: 3 additions & 0 deletions database/exadata_infrastructure_summary.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ type ExadataInfrastructureSummary struct {
// The name of the availability domain that the Exadata infrastructure is located in.
AvailabilityDomain *string `mandatory:"false" json:"availabilityDomain"`

// Details of the file system configuration of the Exadata infrastructure.
DefinedFileSystemConfigurations []DefinedFileSystemConfiguration `mandatory:"false" json:"definedFileSystemConfigurations"`

// 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 (https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
// Example: `{"Department": "Finance"}`
Expand Down
3 changes: 3 additions & 0 deletions database/update_vm_cluster_details.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ type UpdateVmClusterDetails struct {
DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"`

DataCollectionOptions *DataCollectionOptions `mandatory:"false" json:"dataCollectionOptions"`

// Details of the file system configuration of the VM cluster.
FileSystemConfigurationDetails []FileSystemConfigurationDetail `mandatory:"false" json:"fileSystemConfigurationDetails"`
}

func (m UpdateVmClusterDetails) String() string {
Expand Down
3 changes: 3 additions & 0 deletions database/vm_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ type VmCluster struct {

// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a grid infrastructure software image. This is a database software image of the type `GRID_IMAGE`.
GiSoftwareImageId *string `mandatory:"false" json:"giSoftwareImageId"`

// Details of the file system configuration of the VM cluster.
FileSystemConfigurationDetails []FileSystemConfigurationDetail `mandatory:"false" json:"fileSystemConfigurationDetails"`
}

func (m VmCluster) String() string {
Expand Down
3 changes: 3 additions & 0 deletions database/vm_cluster_summary.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ type VmClusterSummary struct {

// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a grid infrastructure software image. This is a database software image of the type `GRID_IMAGE`.
GiSoftwareImageId *string `mandatory:"false" json:"giSoftwareImageId"`

// Details of the file system configuration of the VM cluster.
FileSystemConfigurationDetails []FileSystemConfigurationDetail `mandatory:"false" json:"fileSystemConfigurationDetails"`
}

func (m VmClusterSummary) String() string {
Expand Down
3 changes: 3 additions & 0 deletions email/create_email_domain_details.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ type CreateEmailDomainDetails struct {
// The OCID (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for this email domain.
CompartmentId *string `mandatory:"true" json:"compartmentId"`

// Id for Domain in Domain Management (under governance) if DOMAINID verification method used.
DomainVerificationId *string `mandatory:"false" json:"domainVerificationId"`

// A string that describes the details about the domain. It does not have to be unique,
// and you can change it. Avoid entering confidential information.
Description *string `mandatory:"false" json:"description"`
Expand Down
68 changes: 68 additions & 0 deletions email/create_email_return_path_details.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
// Copyright (c) 2016, 2018, 2024, 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.
// Code generated. DO NOT EDIT.

// Email Delivery API
//
// Use the Email Delivery API to do the necessary set up to send high-volume and application-generated emails through the OCI Email Delivery service.
// For more information, see Overview of the Email Delivery Service (https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm).
// **Note:** Write actions (POST, UPDATE, DELETE) may take several minutes to propagate and be reflected by the API.
// If a subsequent read request fails to reflect your changes, wait a few minutes and try again.
//

package email

import (
"fmt"
"github.com/oracle/oci-go-sdk/v65/common"
"strings"
)

// CreateEmailReturnPathDetails Properties to create a new email return path.
// The new object will be created in the same compartment as the parent resource.
type CreateEmailReturnPathDetails struct {

// The OCID (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the EmailDomain for this email return path.
ParentResourceId *string `mandatory:"true" json:"parentResourceId"`

// The name of the email return path domain in the Internet Domain Name System (DNS).
// The name must be a subdomain of the email domain used to send emails.
// The email return path name must be globally unique for this tenancy.
// If you do not provide the email return path name, we will generate one for you.
// If you do provide the email return path name, we suggest adding a short region indicator to
// allow using the same parent domain in other regions you might be subscribed to.
// Domain names limited to ASCII characters use alphanumeric, dash ("-"), and dot (".") characters.
// The dash and dot are only allowed between alphanumeric characters.
// Non-ASCII domain names should adopt IDNA2008 normalization (RFC 5891-5892).
Name *string `mandatory:"false" json:"name"`

// A string that describes the details about the email return path. It does not have to be unique,
// and you can change it. Avoid entering confidential information.
Description *string `mandatory:"false" json:"description"`

// 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 (https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
// Example: `{"Department": "Finance"}`
FreeformTags map[string]string `mandatory:"false" json:"freeformTags"`

// Defined tags for this resource. Each key is predefined and scoped to a namespace.
// For more information, see Resource Tags (https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
// Example: `{"Operations": {"CostCenter": "42"}}`
DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"`
}

func (m CreateEmailReturnPathDetails) String() string {
return common.PointerString(m)
}

// ValidateEnumValue returns an error when providing an unsupported enum value
// This function is being called during constructing API request process
// Not recommended for calling this function directly
func (m CreateEmailReturnPathDetails) ValidateEnumValue() (bool, error) {
errMessage := []string{}

if len(errMessage) > 0 {
return true, fmt.Errorf(strings.Join(errMessage, "\n"))
}
return false, nil
}
109 changes: 109 additions & 0 deletions email/create_email_return_path_request_response.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
// Copyright (c) 2016, 2018, 2024, 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.
// Code generated. DO NOT EDIT.

package email

import (
"fmt"
"github.com/oracle/oci-go-sdk/v65/common"
"net/http"
"strings"
)

// CreateEmailReturnPathRequest wrapper for the CreateEmailReturnPath operation
//
// # See also
//
// Click https://docs.cloud.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/email/CreateEmailReturnPath.go.html to see an example of how to use CreateEmailReturnPathRequest.
type CreateEmailReturnPathRequest struct {

// The email return path to create.
CreateEmailReturnPathDetails `contributesTo:"body"`

// The request ID for tracing from the system
OpcRequestId *string `mandatory:"false" contributesTo:"header" name:"opc-request-id"`

// A token that uniquely identifies a request so it can be retried in case of a timeout or
// server error without risk of executing that same action again. Retry tokens expire after 24
// hours, but can be invalidated before then due to conflicting operations. For example, if a resource
// has been deleted and purged from the system, then a retry of the original creation request
// might be rejected.
OpcRetryToken *string `mandatory:"false" contributesTo:"header" name:"opc-retry-token"`

// Metadata about the request. This information will not be transmitted to the service, but
// represents information that the SDK will consume to drive retry behavior.
RequestMetadata common.RequestMetadata
}

func (request CreateEmailReturnPathRequest) String() string {
return common.PointerString(request)
}

// HTTPRequest implements the OCIRequest interface
func (request CreateEmailReturnPathRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, extraHeaders map[string]string) (http.Request, error) {

_, err := request.ValidateEnumValue()
if err != nil {
return http.Request{}, err
}
return common.MakeDefaultHTTPRequestWithTaggedStructAndExtraHeaders(method, path, request, extraHeaders)
}

// BinaryRequestBody implements the OCIRequest interface
func (request CreateEmailReturnPathRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) {

return nil, false

}

// RetryPolicy implements the OCIRetryableRequest interface. This retrieves the specified retry policy.
func (request CreateEmailReturnPathRequest) RetryPolicy() *common.RetryPolicy {
return request.RequestMetadata.RetryPolicy
}

// ValidateEnumValue returns an error when providing an unsupported enum value
// This function is being called during constructing API request process
// Not recommended for calling this function directly
func (request CreateEmailReturnPathRequest) ValidateEnumValue() (bool, error) {
errMessage := []string{}
if len(errMessage) > 0 {
return true, fmt.Errorf(strings.Join(errMessage, "\n"))
}
return false, nil
}

// CreateEmailReturnPathResponse wrapper for the CreateEmailReturnPath operation
type CreateEmailReturnPathResponse struct {

// The underlying http response
RawResponse *http.Response

// The EmailReturnPath instance
EmailReturnPath `presentIn:"body"`

// The full URI of the resource related to the request
ContentLocation *string `presentIn:"header" name:"content-location"`

// For optimistic concurrency control. See `if-match`.
Etag *string `presentIn:"header" name:"etag"`

// The full URI of the resource related to the request
Location *string `presentIn:"header" name:"location"`

// Unique Oracle-assigned identifier for the request. If you need to contact
// Oracle about a particular request, please provide the request ID.
OpcRequestId *string `presentIn:"header" name:"opc-request-id"`

// Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
OpcWorkRequestId *string `presentIn:"header" name:"opc-work-request-id"`
}

func (response CreateEmailReturnPathResponse) String() string {
return common.PointerString(response)
}

// HTTPResponse implements the OCIResponse interface
func (response CreateEmailReturnPathResponse) HTTPResponse() *http.Response {
return response.RawResponse
}
Loading

0 comments on commit 01b8c3a

Please sign in to comment.