AWSEC2HostProperties

Objective-C

@interface AWSEC2HostProperties

Swift

class AWSEC2HostProperties

Describes the properties of a Dedicated Host.

  • The number of cores on the Dedicated Host.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable cores;

    Swift

    var cores: NSNumber? { get set }
  • The instance family supported by the Dedicated Host. For example, m5.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable instanceFamily;

    Swift

    var instanceFamily: String? { get set }
  • The instance type supported by the Dedicated Host. For example, m5.large. If the host supports multiple instance types, no instanceType is returned.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable instanceType;

    Swift

    var instanceType: String? { get set }
  • The number of sockets on the Dedicated Host.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable sockets;

    Swift

    var sockets: NSNumber? { get set }
  • The total number of vCPUs on the Dedicated Host.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable totalVCpus;

    Swift

    var totalVCpus: NSNumber? { get set }