Skip to content

Commit a8ca485

Browse files
committed
feat: rename allow_gre_traffic_across_zones
dependency: none Signed-off-by: jkalanda <jkalanda@us.ibm.com>
1 parent e60ef08 commit a8ca485

74 files changed

Lines changed: 8 additions & 80 deletions

File tree

Some content is hidden

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

modules/transit-gateway-apis/src/main/java/com/ibm/cloud/networking/transit_gateway_apis/v1/TransitGatewayApis.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313

1414
/*
15-
* IBM OpenAPI SDK Code Generator Version: 3.90.0-5aad763d-20240506-203857
15+
* IBM OpenAPI SDK Code Generator Version: 3.73.0-eeee85a9-20230607-165104
1616
*/
1717

1818
package com.ibm.cloud.networking.transit_gateway_apis.v1;

modules/transit-gateway-apis/src/main/java/com/ibm/cloud/networking/transit_gateway_apis/v1/model/ConnectionsPager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
* specific language governing permissions and limitations under the License.
1212
*/
13-
1413
package com.ibm.cloud.networking.transit_gateway_apis.v1.model;
1514

1615
import com.ibm.cloud.networking.transit_gateway_apis.v1.TransitGatewayApis;

modules/transit-gateway-apis/src/main/java/com/ibm/cloud/networking/transit_gateway_apis/v1/model/CreateTransitGatewayConnectionActionsOptions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
* specific language governing permissions and limitations under the License.
1212
*/
13-
1413
package com.ibm.cloud.networking.transit_gateway_apis.v1.model;
1514

1615
import com.ibm.cloud.sdk.core.service.model.GenericModel;

modules/transit-gateway-apis/src/main/java/com/ibm/cloud/networking/transit_gateway_apis/v1/model/CreateTransitGatewayConnectionOptions.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
* specific language governing permissions and limitations under the License.
1212
*/
13-
1413
package com.ibm.cloud.networking.transit_gateway_apis.v1.model;
1514

1615
import java.util.ArrayList;
@@ -163,9 +162,9 @@ public CreateTransitGatewayConnectionOptions build() {
163162
}
164163

165164
/**
166-
* Adds a new element to prefixFilters.
165+
* Adds an prefixFilters to prefixFilters.
167166
*
168-
* @param prefixFilters the new element to be added
167+
* @param prefixFilters the new prefixFilters
169168
* @return the CreateTransitGatewayConnectionOptions builder
170169
*/
171170
public Builder addPrefixFilters(TransitGatewayConnectionPrefixFilter prefixFilters) {
@@ -179,9 +178,9 @@ public Builder addPrefixFilters(TransitGatewayConnectionPrefixFilter prefixFilte
179178
}
180179

181180
/**
182-
* Adds a new element to tunnels.
181+
* Adds an tunnels to tunnels.
183182
*
184-
* @param tunnels the new element to be added
183+
* @param tunnels the new tunnels
185184
* @return the CreateTransitGatewayConnectionOptions builder
186185
*/
187186
public Builder addTunnels(TransitGatewayTunnelTemplate tunnels) {

modules/transit-gateway-apis/src/main/java/com/ibm/cloud/networking/transit_gateway_apis/v1/model/CreateTransitGatewayConnectionPrefixFilterOptions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
* specific language governing permissions and limitations under the License.
1212
*/
13-
1413
package com.ibm.cloud.networking.transit_gateway_apis.v1.model;
1514

1615
import com.ibm.cloud.sdk.core.service.model.GenericModel;

modules/transit-gateway-apis/src/main/java/com/ibm/cloud/networking/transit_gateway_apis/v1/model/CreateTransitGatewayGreTunnelOptions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
* specific language governing permissions and limitations under the License.
1212
*/
13-
1413
package com.ibm.cloud.networking.transit_gateway_apis.v1.model;
1514

1615
import com.ibm.cloud.sdk.core.service.model.GenericModel;

modules/transit-gateway-apis/src/main/java/com/ibm/cloud/networking/transit_gateway_apis/v1/model/CreateTransitGatewayOptions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
* specific language governing permissions and limitations under the License.
1212
*/
13-
1413
package com.ibm.cloud.networking.transit_gateway_apis.v1.model;
1514

1615
import com.ibm.cloud.sdk.core.service.model.GenericModel;

modules/transit-gateway-apis/src/main/java/com/ibm/cloud/networking/transit_gateway_apis/v1/model/CreateTransitGatewayRouteReportOptions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
* specific language governing permissions and limitations under the License.
1212
*/
13-
1413
package com.ibm.cloud.networking.transit_gateway_apis.v1.model;
1514

1615
import com.ibm.cloud.sdk.core.service.model.GenericModel;

modules/transit-gateway-apis/src/main/java/com/ibm/cloud/networking/transit_gateway_apis/v1/model/DeleteTransitGatewayConnectionOptions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
* specific language governing permissions and limitations under the License.
1212
*/
13-
1413
package com.ibm.cloud.networking.transit_gateway_apis.v1.model;
1514

1615
import com.ibm.cloud.sdk.core.service.model.GenericModel;

modules/transit-gateway-apis/src/main/java/com/ibm/cloud/networking/transit_gateway_apis/v1/model/DeleteTransitGatewayConnectionPrefixFilterOptions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
* specific language governing permissions and limitations under the License.
1212
*/
13-
1413
package com.ibm.cloud.networking.transit_gateway_apis.v1.model;
1514

1615
import com.ibm.cloud.sdk.core.service.model.GenericModel;

0 commit comments

Comments
 (0)