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
thrownewInvalidParameterValueException("Can only create IPv6 network if the zone has IPv6 DNS! Please configure the zone IPv6 DNS1 and/or IPv6 DNS2.");
1275
+
}
1276
+
1273
1277
if (zone.getNetworkType() != NetworkType.Advanced || ntwkOff.getGuestType() != Network.GuestType.Shared) {
1274
1278
thrownewInvalidParameterValueException("Can only support create IPv6 network with advance shared network!");
1275
1279
}
@@ -2749,7 +2753,7 @@ private void verifyAlreadyMigratedTiers(long migratedVpcId, long vpcOfferingId,
if (!StringUtils.isNotBlank(tierNetworkOfferingUuid)) {
2756
+
if (!isNotBlank(tierNetworkOfferingUuid)) {
2753
2757
throwInvalidIdException("Failed to resume migrating VPC as the specified tierNetworkOfferings is not complete", String.valueOf(tier.getUuid()), "networkUuid");
0 commit comments