AWSEC2AnalysisLoadBalancerTarget

Objective-C

@interface AWSEC2AnalysisLoadBalancerTarget

Swift

class AWSEC2AnalysisLoadBalancerTarget

Describes a load balancer target.

  • The IP address.

    Declaration

    Objective-C

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

    Swift

    var address: String? { get set }
  • The Availability Zone.

    Declaration

    Objective-C

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

    Swift

    var availabilityZone: String? { get set }
  • Information about the instance.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2AnalysisComponent *_Nullable instance;

    Swift

    var instance: AWSEC2AnalysisComponent? { get set }
  • The port on which the target is listening.

    Declaration

    Objective-C

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

    Swift

    var port: NSNumber? { get set }