Skip to content

Commit 399ee69

Browse files
authored
Releasing version 6.1.0
Releasing version 6.1.0
2 parents 1195866 + 71b9f32 commit 399ee69

File tree

74 files changed

+3617
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+3617
-72
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ bin/
1313
temp/
1414
.settings/*
1515
.project
16-
.classpath
16+
.classpath
17+
*.iml

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

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

7+
## 6.1.0 - 2019-07-30
8+
### Added
9+
- Support for the Mumbai (BOM) region
10+
- Support for the Events service
11+
- Support for moving streams across compartments in the Streaming service
12+
- Support for moving FastConnect resources across compartments in the Networking service
13+
- Support for moving policies across compartments in the Web Application Acceleration and Security service
14+
- Support for tagging FastConnect resources in the Networking service
15+
716
## 6.0.0 - 2019-07-23
817
### Added
918
- Support for moving resources across compartments in the Database service

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DOC_SERVER_URL=https:\/\/docs.cloud.oracle.com
22

3-
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 ##SPECNAME##
3+
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 ##SPECNAME##
44
NON_GEN_TARGETS = common common/auth objectstorage/transfer example
55
TARGETS = $(NON_GEN_TARGETS) $(GEN_TARGETS)
66

budget/budget.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ const (
133133
// GetBudgetLifecycleStateEnumValues Enumerates the set of values for LifecycleStateEnum
134134
// Consider using GetLifecycleStateEnumValue
135135
// Deprecated
136-
var GetBudgetLifecycleStateEnumValues = GetLifecycleStateEnumValues
136+
var GetBudgetLifecycleStateEnumValues = GetLifecycleStateEnumValues

budget/budget_summary.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ const (
133133
// GetBudgetSummaryLifecycleStateEnumValues Enumerates the set of values for LifecycleStateEnum
134134
// Consider using GetLifecycleStateEnumValue
135135
// Deprecated
136-
var GetBudgetSummaryLifecycleStateEnumValues = GetLifecycleStateEnumValues
136+
var GetBudgetSummaryLifecycleStateEnumValues = GetLifecycleStateEnumValues

budget/create_budget_details.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ const (
9292
// GetCreateBudgetDetailsTargetTypeEnumValues Enumerates the set of values for TargetTypeEnum
9393
// Consider using GetTargetTypeEnumValue
9494
// Deprecated
95-
var GetCreateBudgetDetailsTargetTypeEnumValues = GetTargetTypeEnumValues
95+
var GetCreateBudgetDetailsTargetTypeEnumValues = GetTargetTypeEnumValues

budget/target_type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
1+
// Copyright (c) 2016, 2018, 2019, Oracle and/or its affiliates. All rights reserved.
22
// Code generated. DO NOT EDIT.
33

44
// Budgets API

common/common.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ const (
2828
RegionAPTokyo1 Region = "ap-tokyo-1"
2929
//RegionAPSeoul1 region for seoul
3030
RegionAPSeoul1 Region = "ap-seoul-1"
31+
//RegionAPMumbai1 region for mumbai
32+
RegionAPMumbai1 Region = "ap-mumbai-1"
3133

3234
//RegionUSLangley1 region for langley
3335
RegionUSLangley1 Region = "us-langley-1"
@@ -56,6 +58,7 @@ var regionRealm = map[Region]string{
5658
RegionCAToronto1: "oc1",
5759
RegionAPTokyo1: "oc1",
5860
RegionAPSeoul1: "oc1",
61+
RegionAPMumbai1: "oc1",
5962

6063
RegionUSLangley1: "oc2",
6164
RegionUSLuke1: "oc2",
@@ -117,6 +120,8 @@ func StringToRegion(stringRegion string) (r Region) {
117120
r = RegionAPTokyo1
118121
case "ap-seoul-1":
119122
r = RegionAPSeoul1
123+
case "ap-mumbai-1":
124+
r = RegionAPMumbai1
120125
case "us-langley-1":
121126
r = RegionUSLangley1
122127
case "us-luke-1":

common/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
// Copyright (c) 2016, 2018, 2019, Oracle and/or its affiliates. All rights reserved.
2+
// Code generated. DO NOT EDIT.
3+
4+
// Core Services API
5+
//
6+
// API covering the Networking (https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/overview.htm),
7+
// Compute (https://docs.cloud.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
8+
// Block Volume (https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/overview.htm) services. Use this API
9+
// to manage resources such as virtual cloud networks (VCNs), compute instances, and
10+
// block storage volumes.
11+
//
12+
13+
package core
14+
15+
import (
16+
"github.com/oracle/oci-go-sdk/common"
17+
)
18+
19+
// ChangeCpeCompartmentDetails The configuration details for the move operation.
20+
type ChangeCpeCompartmentDetails struct {
21+
22+
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment to move the
23+
// CPE object to.
24+
CompartmentId *string `mandatory:"true" json:"compartmentId"`
25+
}
26+
27+
func (m ChangeCpeCompartmentDetails) String() string {
28+
return common.PointerString(m)
29+
}

0 commit comments

Comments
 (0)