Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Add PaaS IP Reservation Resource #9

Open
mbfrahry opened this issue Mar 27, 2018 · 2 comments
Open

Add PaaS IP Reservation Resource #9

mbfrahry opened this issue Mar 27, 2018 · 2 comments
Labels
dbcs Database Cloud Service jcs Java Cloud Service mysqlcs MySQL Cloud Service new-resource

Comments

@mbfrahry
Copy link
Contributor

IP Reservations referenced in the Java Cloud service instances configuration are defined using the
PaaS Create an IP Reservation API

Proposed config:

resource "oraclepaas_ip_reservation" "jcs-ip-res1" {
  name = "example-ip-res-1"
  region = "uscom-central-1"
  ip_network = true // set networkType = "IPNetwork" if true, other omit type for Shared network
}

To be confirmed if the Database Cloud service instance also can use these PaaS IP reservations, or uses the Compute IP reservations directly (documentation is not clear)

@scross01
Copy link
Contributor

scross01 commented Jun 7, 2018

IP Reservations API for DBCS is now also supported: DBCS Create IP Reservation.

Note that the URI for DBCS IP Reservations is slightly different than the JCS IP Reservations, so will either need a separate resource for each, or a way to set the reservation type as a resource attribute.

@scross01 scross01 added dbcs Database Cloud Service jcs Java Cloud Service labels Jun 12, 2018
@scross01 scross01 added the mysqlcs MySQL Cloud Service label Jul 19, 2018
@scross01
Copy link
Contributor

IP Reservations for MySQL Cloud Service: Create an IP Reservation

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dbcs Database Cloud Service jcs Java Cloud Service mysqlcs MySQL Cloud Service new-resource
Projects
None yet
Development

No branches or pull requests

2 participants