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
Copy file name to clipboardExpand all lines: clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/CloudExadataInfrastructure.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,8 @@ public final class CloudExadataInfrastructure extends com.google.api.client.json
54
54
privatejava.lang.StringentitlementId;
55
55
56
56
/**
57
-
* Optional. Google Cloud Platform location where Oracle Exadata is hosted.
57
+
* Optional. The GCP Oracle zone where Oracle Exadata Infrastructure is hosted. Example: us-
58
+
* east4-b-r2. If not specified, the system will pick a zone based on availability.
58
59
* The value may be {@code null}.
59
60
*/
60
61
@com.google.api.client.util.Key
@@ -136,15 +137,17 @@ public CloudExadataInfrastructure setEntitlementId(java.lang.String entitlementI
136
137
}
137
138
138
139
/**
139
-
* Optional. Google Cloud Platform location where Oracle Exadata is hosted.
140
+
* Optional. The GCP Oracle zone where Oracle Exadata Infrastructure is hosted. Example: us-
141
+
* east4-b-r2. If not specified, the system will pick a zone based on availability.
140
142
* @return value or {@code null} for none
141
143
*/
142
144
publicjava.lang.StringgetGcpOracleZone() {
143
145
returngcpOracleZone;
144
146
}
145
147
146
148
/**
147
-
* Optional. Google Cloud Platform location where Oracle Exadata is hosted.
149
+
* Optional. The GCP Oracle zone where Oracle Exadata Infrastructure is hosted. Example: us-
150
+
* east4-b-r2. If not specified, the system will pick a zone based on availability.
148
151
* @param gcpOracleZone gcpOracleZone or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-oracledatabase/v1/2.0.0/com/google/api/services/oracledatabase/v1/model/CloudVmCluster.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -77,8 +77,8 @@ public final class CloudVmCluster extends com.google.api.client.json.GenericJson
77
77
privatejava.lang.StringexadataInfrastructure;
78
78
79
79
/**
80
-
* Output only. Google Cloud Platform location where Oracle Exadata is hosted. It is same as
81
-
* Google Cloud Platform Oracle zone of Exadata infrastructure.
80
+
* Output only. The GCP Oracle zone where Oracle CloudVmCluster is hosted. This will be the same
81
+
* as the gcp_oracle_zone of the CloudExadataInfrastructure. Example: us-east4-b-r2.
82
82
* The value may be {@code null}.
83
83
*/
84
84
@com.google.api.client.util.Key
@@ -239,17 +239,17 @@ public CloudVmCluster setExadataInfrastructure(java.lang.String exadataInfrastru
239
239
}
240
240
241
241
/**
242
-
* Output only. Google Cloud Platform location where Oracle Exadata is hosted. It is same as
243
-
* Google Cloud Platform Oracle zone of Exadata infrastructure.
242
+
* Output only. The GCP Oracle zone where Oracle CloudVmCluster is hosted. This will be the same
243
+
* as the gcp_oracle_zone of the CloudExadataInfrastructure. Example: us-east4-b-r2.
244
244
* @return value or {@code null} for none
245
245
*/
246
246
publicjava.lang.StringgetGcpOracleZone() {
247
247
returngcpOracleZone;
248
248
}
249
249
250
250
/**
251
-
* Output only. Google Cloud Platform location where Oracle Exadata is hosted. It is same as
252
-
* Google Cloud Platform Oracle zone of Exadata infrastructure.
251
+
* Output only. The GCP Oracle zone where Oracle CloudVmCluster is hosted. This will be the same
252
+
* as the gcp_oracle_zone of the CloudExadataInfrastructure. Example: us-east4-b-r2.
253
253
* @param gcpOracleZone gcpOracleZone or {@code null} for none
0 commit comments