You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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.
IP Reservations referenced in the Java Cloud service instances configuration are defined using the
PaaS Create an IP Reservation API
Proposed config:
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)
The text was updated successfully, but these errors were encountered: