AWSEC2SubnetCidrBlockStateCode
Objective-C
NS_ENUM(NSInteger, AWSEC2SubnetCidrBlockStateCode) {
AWSEC2SubnetCidrBlockStateCodeUnknown,
AWSEC2SubnetCidrBlockStateCodeAssociating,
AWSEC2SubnetCidrBlockStateCodeAssociated,
AWSEC2SubnetCidrBlockStateCodeDisassociating,
AWSEC2SubnetCidrBlockStateCodeDisassociated,
AWSEC2SubnetCidrBlockStateCodeFailing,
AWSEC2SubnetCidrBlockStateCodeFailed,
}
Swift
enum AWSEC2SubnetCidrBlockStateCode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2SubnetCidrBlockStateCodeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2SubnetCidrBlockStateCodeAssociating
Swift
case associating = 1
-
Undocumented
Declaration
Objective-C
AWSEC2SubnetCidrBlockStateCodeAssociated
Swift
case associated = 2
-
Undocumented
Declaration
Objective-C
AWSEC2SubnetCidrBlockStateCodeDisassociating
Swift
case disassociating = 3
-
Undocumented
Declaration
Objective-C
AWSEC2SubnetCidrBlockStateCodeDisassociated
Swift
case disassociated = 4
-
Undocumented
Declaration
Objective-C
AWSEC2SubnetCidrBlockStateCodeFailing
Swift
case failing = 5
-
Undocumented
Declaration
Objective-C
AWSEC2SubnetCidrBlockStateCodeFailed
Swift
case failed = 6