Class: Aws::Types::InstanceRequirementsRequest
- Inherits:
-
Object
- Object
- Aws::Types::InstanceRequirementsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accelerator_count ⇒ Types::AcceleratorCountRequest
Returns the value of attribute accelerator_count.
-
#accelerator_manufacturers ⇒ ::Array[("amazon-web-services" | "amd" | "nvidia" | "xilinx" | "habana")]
Returns the value of attribute accelerator_manufacturers.
-
#accelerator_names ⇒ ::Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g" | "l40s" | "l4" | "gaudi-hl-205" | "inferentia2" | "trainium" | "trainium2" | "u30")]
Returns the value of attribute accelerator_names.
-
#accelerator_total_memory_mi_b ⇒ Types::AcceleratorTotalMemoryMiBRequest
Returns the value of attribute accelerator_total_memory_mi_b.
-
#accelerator_types ⇒ ::Array[("gpu" | "fpga" | "inference" | "media")]
Returns the value of attribute accelerator_types.
-
#allowed_instance_types ⇒ ::Array[::String]
Returns the value of attribute allowed_instance_types.
-
#bare_metal ⇒ "included", ...
Returns the value of attribute bare_metal.
-
#baseline_ebs_bandwidth_mbps ⇒ Types::BaselineEbsBandwidthMbpsRequest
Returns the value of attribute baseline_ebs_bandwidth_mbps.
-
#baseline_performance_factors ⇒ Types::BaselinePerformanceFactorsRequest
Returns the value of attribute baseline_performance_factors.
-
#burstable_performance ⇒ "included", ...
Returns the value of attribute burstable_performance.
-
#cpu_manufacturers ⇒ ::Array[("intel" | "amd" | "amazon-web-services" | "apple")]
Returns the value of attribute cpu_manufacturers.
-
#excluded_instance_types ⇒ ::Array[::String]
Returns the value of attribute excluded_instance_types.
-
#instance_generations ⇒ ::Array[("current" | "previous")]
Returns the value of attribute instance_generations.
-
#local_storage ⇒ "included", ...
Returns the value of attribute local_storage.
-
#local_storage_types ⇒ ::Array[("hdd" | "ssd")]
Returns the value of attribute local_storage_types.
-
#max_spot_price_as_percentage_of_optimal_on_demand_price ⇒ ::Integer
Returns the value of attribute max_spot_price_as_percentage_of_optimal_on_demand_price.
-
#memory_gi_b_per_v_cpu ⇒ Types::MemoryGiBPerVCpuRequest
Returns the value of attribute memory_gi_b_per_v_cpu.
-
#memory_mi_b ⇒ Types::MemoryMiBRequest
Returns the value of attribute memory_mi_b.
-
#network_bandwidth_gbps ⇒ Types::NetworkBandwidthGbpsRequest
Returns the value of attribute network_bandwidth_gbps.
-
#network_interface_count ⇒ Types::NetworkInterfaceCountRequest
Returns the value of attribute network_interface_count.
-
#on_demand_max_price_percentage_over_lowest_price ⇒ ::Integer
Returns the value of attribute on_demand_max_price_percentage_over_lowest_price.
-
#require_encryption_in_transit ⇒ Boolean
Returns the value of attribute require_encryption_in_transit.
-
#require_hibernate_support ⇒ Boolean
Returns the value of attribute require_hibernate_support.
-
#spot_max_price_percentage_over_lowest_price ⇒ ::Integer
Returns the value of attribute spot_max_price_percentage_over_lowest_price.
-
#total_local_storage_gb ⇒ Types::TotalLocalStorageGBRequest
Returns the value of attribute total_local_storage_gb.
-
#v_cpu_count ⇒ Types::VCpuCountRangeRequest
Returns the value of attribute v_cpu_count.
Instance Attribute Details
#accelerator_count ⇒ Types::AcceleratorCountRequest
Returns the value of attribute accelerator_count.
12169 12170 12171 |
# File 'sig/types.rbs', line 12169 def accelerator_count @accelerator_count end |
#accelerator_manufacturers ⇒ ::Array[("amazon-web-services" | "amd" | "nvidia" | "xilinx" | "habana")]
Returns the value of attribute accelerator_manufacturers.
12170 12171 12172 |
# File 'sig/types.rbs', line 12170 def accelerator_manufacturers @accelerator_manufacturers end |
#accelerator_names ⇒ ::Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g" | "l40s" | "l4" | "gaudi-hl-205" | "inferentia2" | "trainium" | "trainium2" | "u30")]
Returns the value of attribute accelerator_names.
12171 12172 12173 |
# File 'sig/types.rbs', line 12171 def accelerator_names @accelerator_names end |
#accelerator_total_memory_mi_b ⇒ Types::AcceleratorTotalMemoryMiBRequest
Returns the value of attribute accelerator_total_memory_mi_b.
12172 12173 12174 |
# File 'sig/types.rbs', line 12172 def accelerator_total_memory_mi_b @accelerator_total_memory_mi_b end |
#accelerator_types ⇒ ::Array[("gpu" | "fpga" | "inference" | "media")]
Returns the value of attribute accelerator_types.
12168 12169 12170 |
# File 'sig/types.rbs', line 12168 def accelerator_types @accelerator_types end |
#allowed_instance_types ⇒ ::Array[::String]
Returns the value of attribute allowed_instance_types.
12174 12175 12176 |
# File 'sig/types.rbs', line 12174 def allowed_instance_types @allowed_instance_types end |
#bare_metal ⇒ "included", ...
Returns the value of attribute bare_metal.
12160 12161 12162 |
# File 'sig/types.rbs', line 12160 def @bare_metal end |
#baseline_ebs_bandwidth_mbps ⇒ Types::BaselineEbsBandwidthMbpsRequest
Returns the value of attribute baseline_ebs_bandwidth_mbps.
12167 12168 12169 |
# File 'sig/types.rbs', line 12167 def baseline_ebs_bandwidth_mbps @baseline_ebs_bandwidth_mbps end |
#baseline_performance_factors ⇒ Types::BaselinePerformanceFactorsRequest
Returns the value of attribute baseline_performance_factors.
12176 12177 12178 |
# File 'sig/types.rbs', line 12176 def baseline_performance_factors @baseline_performance_factors end |
#burstable_performance ⇒ "included", ...
Returns the value of attribute burstable_performance.
12161 12162 12163 |
# File 'sig/types.rbs', line 12161 def burstable_performance @burstable_performance end |
#cpu_manufacturers ⇒ ::Array[("intel" | "amd" | "amazon-web-services" | "apple")]
Returns the value of attribute cpu_manufacturers.
12154 12155 12156 |
# File 'sig/types.rbs', line 12154 def cpu_manufacturers @cpu_manufacturers end |
#excluded_instance_types ⇒ ::Array[::String]
Returns the value of attribute excluded_instance_types.
12156 12157 12158 |
# File 'sig/types.rbs', line 12156 def excluded_instance_types @excluded_instance_types end |
#instance_generations ⇒ ::Array[("current" | "previous")]
Returns the value of attribute instance_generations.
12157 12158 12159 |
# File 'sig/types.rbs', line 12157 def instance_generations @instance_generations end |
#local_storage ⇒ "included", ...
Returns the value of attribute local_storage.
12164 12165 12166 |
# File 'sig/types.rbs', line 12164 def local_storage @local_storage end |
#local_storage_types ⇒ ::Array[("hdd" | "ssd")]
Returns the value of attribute local_storage_types.
12165 12166 12167 |
# File 'sig/types.rbs', line 12165 def local_storage_types @local_storage_types end |
#max_spot_price_as_percentage_of_optimal_on_demand_price ⇒ ::Integer
Returns the value of attribute max_spot_price_as_percentage_of_optimal_on_demand_price.
12175 12176 12177 |
# File 'sig/types.rbs', line 12175 def max_spot_price_as_percentage_of_optimal_on_demand_price @max_spot_price_as_percentage_of_optimal_on_demand_price end |
#memory_gi_b_per_v_cpu ⇒ Types::MemoryGiBPerVCpuRequest
Returns the value of attribute memory_gi_b_per_v_cpu.
12155 12156 12157 |
# File 'sig/types.rbs', line 12155 def memory_gi_b_per_v_cpu @memory_gi_b_per_v_cpu end |
#memory_mi_b ⇒ Types::MemoryMiBRequest
Returns the value of attribute memory_mi_b.
12153 12154 12155 |
# File 'sig/types.rbs', line 12153 def memory_mi_b @memory_mi_b end |
#network_bandwidth_gbps ⇒ Types::NetworkBandwidthGbpsRequest
Returns the value of attribute network_bandwidth_gbps.
12173 12174 12175 |
# File 'sig/types.rbs', line 12173 def network_bandwidth_gbps @network_bandwidth_gbps end |
#network_interface_count ⇒ Types::NetworkInterfaceCountRequest
Returns the value of attribute network_interface_count.
12163 12164 12165 |
# File 'sig/types.rbs', line 12163 def network_interface_count @network_interface_count end |
#on_demand_max_price_percentage_over_lowest_price ⇒ ::Integer
Returns the value of attribute on_demand_max_price_percentage_over_lowest_price.
12159 12160 12161 |
# File 'sig/types.rbs', line 12159 def on_demand_max_price_percentage_over_lowest_price @on_demand_max_price_percentage_over_lowest_price end |
#require_encryption_in_transit ⇒ Boolean
Returns the value of attribute require_encryption_in_transit.
12177 12178 12179 |
# File 'sig/types.rbs', line 12177 def require_encryption_in_transit @require_encryption_in_transit end |
#require_hibernate_support ⇒ Boolean
Returns the value of attribute require_hibernate_support.
12162 12163 12164 |
# File 'sig/types.rbs', line 12162 def require_hibernate_support @require_hibernate_support end |
#spot_max_price_percentage_over_lowest_price ⇒ ::Integer
Returns the value of attribute spot_max_price_percentage_over_lowest_price.
12158 12159 12160 |
# File 'sig/types.rbs', line 12158 def spot_max_price_percentage_over_lowest_price @spot_max_price_percentage_over_lowest_price end |
#total_local_storage_gb ⇒ Types::TotalLocalStorageGBRequest
Returns the value of attribute total_local_storage_gb.
12166 12167 12168 |
# File 'sig/types.rbs', line 12166 def total_local_storage_gb @total_local_storage_gb end |
#v_cpu_count ⇒ Types::VCpuCountRangeRequest
Returns the value of attribute v_cpu_count.
12152 12153 12154 |
# File 'sig/types.rbs', line 12152 def v_cpu_count @v_cpu_count end |