AWSEC2IpamScopeState
Objective-C
NS_ENUM(NSInteger, AWSEC2IpamScopeState) {
AWSEC2IpamScopeStateUnknown,
AWSEC2IpamScopeStateCreateInProgress,
AWSEC2IpamScopeStateCreateComplete,
AWSEC2IpamScopeStateCreateFailed,
AWSEC2IpamScopeStateModifyInProgress,
AWSEC2IpamScopeStateModifyComplete,
AWSEC2IpamScopeStateModifyFailed,
AWSEC2IpamScopeStateDeleteInProgress,
AWSEC2IpamScopeStateDeleteComplete,
AWSEC2IpamScopeStateDeleteFailed,
AWSEC2IpamScopeStateIsolateInProgress,
AWSEC2IpamScopeStateIsolateComplete,
AWSEC2IpamScopeStateRestoreInProgress,
}
Swift
enum AWSEC2IpamScopeState : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2IpamScopeStateUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2IpamScopeStateCreateInProgress
Swift
case createInProgress = 1
-
Undocumented
Declaration
Objective-C
AWSEC2IpamScopeStateCreateComplete
Swift
case createComplete = 2
-
Undocumented
Declaration
Objective-C
AWSEC2IpamScopeStateCreateFailed
Swift
case createFailed = 3
-
Undocumented
Declaration
Objective-C
AWSEC2IpamScopeStateModifyInProgress
Swift
case modifyInProgress = 4
-
Undocumented
Declaration
Objective-C
AWSEC2IpamScopeStateModifyComplete
Swift
case modifyComplete = 5
-
Undocumented
Declaration
Objective-C
AWSEC2IpamScopeStateModifyFailed
Swift
case modifyFailed = 6
-
Undocumented
Declaration
Objective-C
AWSEC2IpamScopeStateDeleteInProgress
Swift
case deleteInProgress = 7
-
Undocumented
Declaration
Objective-C
AWSEC2IpamScopeStateDeleteComplete
Swift
case deleteComplete = 8
-
Undocumented
Declaration
Objective-C
AWSEC2IpamScopeStateDeleteFailed
Swift
case deleteFailed = 9
-
Undocumented
Declaration
Objective-C
AWSEC2IpamScopeStateIsolateInProgress
Swift
case isolateInProgress = 10
-
Undocumented
Declaration
Objective-C
AWSEC2IpamScopeStateIsolateComplete
Swift
case isolateComplete = 11
-
Undocumented
Declaration
Objective-C
AWSEC2IpamScopeStateRestoreInProgress
Swift
case restoreInProgress = 12