AWSEC2IpamPublicAddressType
Objective-C
NS_ENUM(NSInteger, AWSEC2IpamPublicAddressType) {
AWSEC2IpamPublicAddressTypeUnknown,
AWSEC2IpamPublicAddressTypeServiceManagedIp,
AWSEC2IpamPublicAddressTypeServiceManagedByoip,
AWSEC2IpamPublicAddressTypeAmazonOwnedEip,
AWSEC2IpamPublicAddressTypeByoip,
AWSEC2IpamPublicAddressTypeEc2PublicIp,
}
Swift
enum AWSEC2IpamPublicAddressType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2IpamPublicAddressTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2IpamPublicAddressTypeServiceManagedIpSwift
case serviceManagedIp = 1 -
Undocumented
Declaration
Objective-C
AWSEC2IpamPublicAddressTypeServiceManagedByoipSwift
case serviceManagedByoip = 2 -
Undocumented
Declaration
Objective-C
AWSEC2IpamPublicAddressTypeAmazonOwnedEipSwift
case amazonOwnedEip = 3 -
Undocumented
Declaration
Objective-C
AWSEC2IpamPublicAddressTypeByoipSwift
case byoip = 4 -
Undocumented
Declaration
Objective-C
AWSEC2IpamPublicAddressTypeEc2PublicIpSwift
case ec2PublicIp = 5
View on GitHub
Install in Dash
AWSEC2IpamPublicAddressType Enumeration Reference