public interface ComputeEnginePreferencesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LicenseType |
getLicenseType()
License type to consider when calculating costs for virtual machine
insights and recommendations.
|
int |
getLicenseTypeValue()
License type to consider when calculating costs for virtual machine
insights and recommendations.
|
MachinePreferences |
getMachinePreferences()
Preferences concerning the machine types to consider on Compute Engine.
|
MachinePreferencesOrBuilder |
getMachinePreferencesOrBuilder()
Preferences concerning the machine types to consider on Compute Engine.
|
boolean |
hasMachinePreferences()
Preferences concerning the machine types to consider on Compute Engine.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMachinePreferences()
Preferences concerning the machine types to consider on Compute Engine.
.google.cloud.migrationcenter.v1.MachinePreferences machine_preferences = 2;MachinePreferences getMachinePreferences()
Preferences concerning the machine types to consider on Compute Engine.
.google.cloud.migrationcenter.v1.MachinePreferences machine_preferences = 2;MachinePreferencesOrBuilder getMachinePreferencesOrBuilder()
Preferences concerning the machine types to consider on Compute Engine.
.google.cloud.migrationcenter.v1.MachinePreferences machine_preferences = 2;int getLicenseTypeValue()
License type to consider when calculating costs for virtual machine insights and recommendations. If unspecified, costs are calculated based on the default licensing plan.
.google.cloud.migrationcenter.v1.LicenseType license_type = 3;LicenseType getLicenseType()
License type to consider when calculating costs for virtual machine insights and recommendations. If unspecified, costs are calculated based on the default licensing plan.
.google.cloud.migrationcenter.v1.LicenseType license_type = 3;Copyright © 2024 Google LLC. All rights reserved.