AWSEC2SubnetCidrReservation
Objective-C
@interface AWSEC2SubnetCidrReservation
Swift
class AWSEC2SubnetCidrReservation
Describes a subnet CIDR reservation.
-
The CIDR that has been reserved.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable cidr;Swift
var cidr: String? { get set } -
The description assigned to the subnet CIDR reservation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;Swift
var detail: String? { get set } -
The ID of the account that owns the subnet CIDR reservation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ownerId;Swift
var ownerId: String? { get set } -
The type of reservation.
Declaration
Objective-C
@property (nonatomic) AWSEC2SubnetCidrReservationType reservationType;Swift
var reservationType: AWSEC2SubnetCidrReservationType { get set } -
The ID of the subnet CIDR reservation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subnetCidrReservationId;Swift
var subnetCidrReservationId: String? { get set } -
The ID of the subnet.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subnetId;Swift
var subnetId: String? { get set }
View on GitHub
Install in Dash
AWSEC2SubnetCidrReservation Class Reference