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-gkeonprem/v1/2.0.0/com/google/api/services/gkeonprem/v1/model/VmwareAdminCluster.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,13 @@ public final class VmwareAdminCluster extends com.google.api.client.json.Generic
96
96
@com.google.api.client.util.Key
97
97
privatejava.lang.Stringdescription;
98
98
99
+
/**
100
+
* Enable advanced cluster.
101
+
* The value may be {@code null}.
102
+
*/
103
+
@com.google.api.client.util.Key
104
+
privatejava.lang.BooleanenableAdvancedCluster;
105
+
99
106
/**
100
107
* Output only. The DNS name of VMware admin cluster's API server.
101
108
* The value may be {@code null}.
@@ -392,6 +399,23 @@ public VmwareAdminCluster setDescription(java.lang.String description) {
Copy file name to clipboardExpand all lines: clients/google-api-services-gkeonprem/v1/2.0.0/com/google/api/services/gkeonprem/v1/model/VmwareCluster.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,13 @@ public final class VmwareCluster extends com.google.api.client.json.GenericJson
127
127
@com.google.api.client.util.Key
128
128
privatejava.lang.BooleandisableBundledIngress;
129
129
130
+
/**
131
+
* Enable advanced cluster.
132
+
* The value may be {@code null}.
133
+
*/
134
+
@com.google.api.client.util.Key
135
+
privatejava.lang.BooleanenableAdvancedCluster;
136
+
130
137
/**
131
138
* Enable control plane V2. Default to false.
132
139
* The value may be {@code null}.
@@ -504,6 +511,23 @@ public VmwareCluster setDisableBundledIngress(java.lang.Boolean disableBundledIn
0 commit comments