AWSEC2IpamPublicAddressType
Objective-C
NS_ENUM(NSInteger, AWSEC2IpamPublicAddressType) {
AWSEC2IpamPublicAddressTypeUnknown,
AWSEC2IpamPublicAddressTypeServiceManagedIp,
AWSEC2IpamPublicAddressTypeServiceManagedByoip,
AWSEC2IpamPublicAddressTypeAmazonOwnedEip,
AWSEC2IpamPublicAddressTypeByoip,
AWSEC2IpamPublicAddressTypeEc2PublicIp,
}
Swift
enum AWSEC2IpamPublicAddressType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2IpamPublicAddressTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2IpamPublicAddressTypeServiceManagedIp
Swift
case serviceManagedIp = 1
-
Undocumented
Declaration
Objective-C
AWSEC2IpamPublicAddressTypeServiceManagedByoip
Swift
case serviceManagedByoip = 2
-
Undocumented
Declaration
Objective-C
AWSEC2IpamPublicAddressTypeAmazonOwnedEip
Swift
case amazonOwnedEip = 3
-
Undocumented
Declaration
Objective-C
AWSEC2IpamPublicAddressTypeByoip
Swift
case byoip = 4
-
Undocumented
Declaration
Objective-C
AWSEC2IpamPublicAddressTypeEc2PublicIp
Swift
case ec2PublicIp = 5