IpAddressStatus
public enum IpAddressStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case creating = "CREATING"
-
Undocumented
Declaration
Swift
case failedCreation = "FAILED_CREATION"
-
Undocumented
Declaration
Swift
case attaching = "ATTACHING"
-
Undocumented
Declaration
Swift
case attached = "ATTACHED"
-
Undocumented
Declaration
Swift
case remapDetaching = "REMAP_DETACHING"
-
Undocumented
Declaration
Swift
case remapAttaching = "REMAP_ATTACHING"
-
Undocumented
Declaration
Swift
case detaching = "DETACHING"
-
Undocumented
Declaration
Swift
case failedResourceGone = "FAILED_RESOURCE_GONE"
-
Undocumented
Declaration
Swift
case deleting = "DELETING"
-
Undocumented
Declaration
Swift
case deleteFailedFasExpired = "DELETE_FAILED_FAS_EXPIRED"
-
Declaration
Swift
public var description: String { get }