We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccf0f3 commit ea2d988Copy full SHA for ea2d988
compute/cloud-client/src/main/java/compute/ipaddress/ReserveNewExternalAddress.java
@@ -43,7 +43,7 @@ public static void main(String[] args)
43
String projectId = "your-project-id";
44
// Address name you want to use.
45
String addressName = "your-address-name";
46
- // 'IPV4' or 'IPV6' depending on the IP version. IPV6 if True. Option only for global regions.
+ // 'IPV4' or 'IPV6' depending on the IP version. IPV6 if True.
47
boolean ipV6 = false;
48
// 'STANDARD' or 'PREMIUM' network tier. Standard option available only in regional ip.
49
boolean isPremium = false;
0 commit comments