| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.HostProperties
Description
Synopsis
- data HostProperties = HostProperties' {
- cores :: Maybe Int
- instanceFamily :: Maybe Text
- instanceType :: Maybe Text
- sockets :: Maybe Int
- totalVCpus :: Maybe Int
- newHostProperties :: HostProperties
- hostProperties_cores :: Lens' HostProperties (Maybe Int)
- hostProperties_instanceFamily :: Lens' HostProperties (Maybe Text)
- hostProperties_instanceType :: Lens' HostProperties (Maybe Text)
- hostProperties_sockets :: Lens' HostProperties (Maybe Int)
- hostProperties_totalVCpus :: Lens' HostProperties (Maybe Int)
Documentation
data HostProperties Source #
Describes the properties of a Dedicated Host.
See: newHostProperties smart constructor.
Constructors
| HostProperties' | |
Fields
| |
Instances
newHostProperties :: HostProperties Source #
Create a value of HostProperties with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:cores:HostProperties', hostProperties_cores - The number of cores on the Dedicated Host.
$sel:instanceFamily:HostProperties', hostProperties_instanceFamily - The instance family supported by the Dedicated Host. For example, m5.
$sel:instanceType:HostProperties', hostProperties_instanceType - The instance type supported by the Dedicated Host. For example,
m5.large. If the host supports multiple instance types, no
instanceType is returned.
$sel:sockets:HostProperties', hostProperties_sockets - The number of sockets on the Dedicated Host.
$sel:totalVCpus:HostProperties', hostProperties_totalVCpus - The total number of vCPUs on the Dedicated Host.
hostProperties_cores :: Lens' HostProperties (Maybe Int) Source #
The number of cores on the Dedicated Host.
hostProperties_instanceFamily :: Lens' HostProperties (Maybe Text) Source #
The instance family supported by the Dedicated Host. For example, m5.
hostProperties_instanceType :: Lens' HostProperties (Maybe Text) Source #
The instance type supported by the Dedicated Host. For example,
m5.large. If the host supports multiple instance types, no
instanceType is returned.
hostProperties_sockets :: Lens' HostProperties (Maybe Int) Source #
The number of sockets on the Dedicated Host.
hostProperties_totalVCpus :: Lens' HostProperties (Maybe Int) Source #
The total number of vCPUs on the Dedicated Host.