public interface SoleTenancyPreferencesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SoleTenancyPreferences.CommitmentPlan |
getCommitmentPlan()
Commitment plan to consider when calculating costs for virtual machine
insights and recommendations.
|
int |
getCommitmentPlanValue()
Commitment plan to consider when calculating costs for virtual machine
insights and recommendations.
|
double |
getCpuOvercommitRatio()
CPU overcommit ratio.
|
SoleTenancyPreferences.HostMaintenancePolicy |
getHostMaintenancePolicy()
Sole Tenancy nodes maintenance policy.
|
int |
getHostMaintenancePolicyValue()
Sole Tenancy nodes maintenance policy.
|
SoleTenantNodeType |
getNodeTypes(int index)
A list of sole tenant node types.
|
int |
getNodeTypesCount()
A list of sole tenant node types.
|
List<SoleTenantNodeType> |
getNodeTypesList()
A list of sole tenant node types.
|
SoleTenantNodeTypeOrBuilder |
getNodeTypesOrBuilder(int index)
A list of sole tenant node types.
|
List<? extends SoleTenantNodeTypeOrBuilder> |
getNodeTypesOrBuilderList()
A list of sole tenant node types.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getCpuOvercommitRatio()
CPU overcommit ratio. Acceptable values are between 1.0 and 2.0 inclusive.
double cpu_overcommit_ratio = 1;int getHostMaintenancePolicyValue()
Sole Tenancy nodes maintenance policy.
.google.cloud.migrationcenter.v1.SoleTenancyPreferences.HostMaintenancePolicy host_maintenance_policy = 2;
SoleTenancyPreferences.HostMaintenancePolicy getHostMaintenancePolicy()
Sole Tenancy nodes maintenance policy.
.google.cloud.migrationcenter.v1.SoleTenancyPreferences.HostMaintenancePolicy host_maintenance_policy = 2;
int getCommitmentPlanValue()
Commitment plan to consider when calculating costs for virtual machine insights and recommendations. If you are unsure which value to set, a 3 year commitment plan is often a good value to start with.
.google.cloud.migrationcenter.v1.SoleTenancyPreferences.CommitmentPlan commitment_plan = 3;
SoleTenancyPreferences.CommitmentPlan getCommitmentPlan()
Commitment plan to consider when calculating costs for virtual machine insights and recommendations. If you are unsure which value to set, a 3 year commitment plan is often a good value to start with.
.google.cloud.migrationcenter.v1.SoleTenancyPreferences.CommitmentPlan commitment_plan = 3;
List<SoleTenantNodeType> getNodeTypesList()
A list of sole tenant node types. An empty list means that all possible node types will be considered.
repeated .google.cloud.migrationcenter.v1.SoleTenantNodeType node_types = 4;SoleTenantNodeType getNodeTypes(int index)
A list of sole tenant node types. An empty list means that all possible node types will be considered.
repeated .google.cloud.migrationcenter.v1.SoleTenantNodeType node_types = 4;int getNodeTypesCount()
A list of sole tenant node types. An empty list means that all possible node types will be considered.
repeated .google.cloud.migrationcenter.v1.SoleTenantNodeType node_types = 4;List<? extends SoleTenantNodeTypeOrBuilder> getNodeTypesOrBuilderList()
A list of sole tenant node types. An empty list means that all possible node types will be considered.
repeated .google.cloud.migrationcenter.v1.SoleTenantNodeType node_types = 4;SoleTenantNodeTypeOrBuilder getNodeTypesOrBuilder(int index)
A list of sole tenant node types. An empty list means that all possible node types will be considered.
repeated .google.cloud.migrationcenter.v1.SoleTenantNodeType node_types = 4;Copyright © 2024 Google LLC. All rights reserved.