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-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/MachinePreferences.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
/**
20
20
* The type of machines to consider when calculating virtual machine migration insights and
21
-
* recommendations for GCE. Not all machine types are available in all zones and regions.
21
+
* recommendations for Compute Engine. Not all machine types are available in all zones and regions.
22
22
*
23
23
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24
24
* transmitted over HTTP when working with the Migration Center API. For a detailed explanation see:
Copy file name to clipboardExpand all lines: clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/VmwareEnginePreferences.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,8 @@ public final class VmwareEnginePreferences extends com.google.api.client.json.Ge
46
46
privatejava.lang.DoublecpuOvercommitRatio;
47
47
48
48
/**
49
-
* Optional. Discount percentage for the license type offered to you by Broadcom. Must be between
50
-
* 0 and 100. Only valid when service_type is set to SERVICE_TYPE_PORTABLE_LICENSE.
49
+
* Optional. Discount percentage for the license offered to you by Broadcom. Must be between 0 and
50
+
* 100. Only valid when service_type is set to SERVICE_TYPE_PORTABLE_LICENSE.
51
51
* The value may be {@code null}.
52
52
*/
53
53
@com.google.api.client.util.Key
@@ -68,7 +68,7 @@ public final class VmwareEnginePreferences extends com.google.api.client.json.Ge
68
68
privatejava.lang.DoublememoryOvercommitRatio;
69
69
70
70
/**
71
-
* Optional. VMWare Service Type (Fully Licensed or Portable License).
71
+
* Optional. GCVE service type (fully licensed or portable license).
72
72
* The value may be {@code null}.
73
73
*/
74
74
@com.google.api.client.util.Key
@@ -125,17 +125,17 @@ public VmwareEnginePreferences setCpuOvercommitRatio(java.lang.Double cpuOvercom
125
125
}
126
126
127
127
/**
128
-
* Optional. Discount percentage for the license type offered to you by Broadcom. Must be between
129
-
* 0 and 100. Only valid when service_type is set to SERVICE_TYPE_PORTABLE_LICENSE.
128
+
* Optional. Discount percentage for the license offered to you by Broadcom. Must be between 0 and
129
+
* 100. Only valid when service_type is set to SERVICE_TYPE_PORTABLE_LICENSE.
0 commit comments