AWSEC2IpamPoolAllocationResourceType
Objective-C
NS_ENUM(NSInteger, AWSEC2IpamPoolAllocationResourceType) {
AWSEC2IpamPoolAllocationResourceTypeUnknown,
AWSEC2IpamPoolAllocationResourceTypeIpamPool,
AWSEC2IpamPoolAllocationResourceTypeVPC,
AWSEC2IpamPoolAllocationResourceTypeEc2PublicIpv4Pool,
AWSEC2IpamPoolAllocationResourceTypeCustom,
AWSEC2IpamPoolAllocationResourceTypeSubnet,
}
Swift
enum AWSEC2IpamPoolAllocationResourceType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2IpamPoolAllocationResourceTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2IpamPoolAllocationResourceTypeIpamPool
Swift
case ipamPool = 1
-
Undocumented
Declaration
Objective-C
AWSEC2IpamPoolAllocationResourceTypeVPC
Swift
case VPC = 2
-
Undocumented
Declaration
Objective-C
AWSEC2IpamPoolAllocationResourceTypeEc2PublicIpv4Pool
Swift
case ec2PublicIpv4Pool = 3
-
Undocumented
Declaration
Objective-C
AWSEC2IpamPoolAllocationResourceTypeCustom
Swift
case custom = 4
-
Undocumented
Declaration
Objective-C
AWSEC2IpamPoolAllocationResourceTypeSubnet
Swift
case subnet = 5