![]() |
![]()
| ![]() |
![]()
NAMEPaws::EC2::InstanceTypeInfo USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::EC2::InstanceTypeInfo object: $service_obj->Method(Att1 => { AutoRecoverySupported => $value, ..., VCpuInfo => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::InstanceTypeInfo object: $result = $service_obj->Method(...); $result->Att1->AutoRecoverySupported DESCRIPTIONThis class has no description ATTRIBUTESAutoRecoverySupported => BoolIndicates whether auto recovery is supported. BareMetal => BoolIndicates whether the instance is a bare metal instance type. BurstablePerformanceSupported => BoolIndicates whether the instance type is a burstable performance instance type. CurrentGeneration => BoolIndicates whether the instance type is current generation. DedicatedHostsSupported => BoolIndicates whether Dedicated Hosts are supported on the instance type. EbsInfo => Paws::EC2::EbsInfoDescribes the Amazon EBS settings for the instance type. FpgaInfo => Paws::EC2::FpgaInfoDescribes the FPGA accelerator settings for the instance type. FreeTierEligible => BoolIndicates whether the instance type is eligible for the free tier. GpuInfo => Paws::EC2::GpuInfoDescribes the GPU accelerator settings for the instance type. HibernationSupported => BoolIndicates whether On-Demand hibernation is supported. Hypervisor => StrThe hypervisor for the instance type. InferenceAcceleratorInfo => Paws::EC2::InferenceAcceleratorInfoDescribes the Inference accelerator settings for the instance type. InstanceStorageInfo => Paws::EC2::InstanceStorageInfoDescribes the instance storage for the instance type. InstanceStorageSupported => BoolIndicates whether instance storage is supported. InstanceType => StrThe instance type. For more information, see Instance types (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the Amazon EC2 User Guide. MemoryInfo => Paws::EC2::MemoryInfoDescribes the memory for the instance type. NetworkInfo => Paws::EC2::NetworkInfoDescribes the network settings for the instance type. PlacementGroupInfo => Paws::EC2::PlacementGroupInfoDescribes the placement group settings for the instance type. ProcessorInfo => Paws::EC2::ProcessorInfoDescribes the processor. SupportedBootModes => ArrayRef[Str|Undef]The supported boot modes. For more information, see Boot modes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html) in the Amazon EC2 User Guide. SupportedRootDeviceTypes => ArrayRef[Str|Undef]The supported root device types. SupportedUsageClasses => ArrayRef[Str|Undef]Indicates whether the instance type is offered for spot or On-Demand. SupportedVirtualizationTypes => ArrayRef[Str|Undef]The supported virtualization types. VCpuInfo => Paws::EC2::VCpuInfoDescribes the vCPU configurations for the instance type. SEE ALSOThis class forms part of Paws, describing an object used in Paws::EC2 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|