AWSEC2IpamDiscoveredResourceCidr
Objective-C
@interface AWSEC2IpamDiscoveredResourceCidr
Swift
class AWSEC2IpamDiscoveredResourceCidr
An IPAM discovered resource CIDR. A discovered resource is a resource CIDR monitored under a resource discovery. The following resources can be discovered: VPCs, Public IPv4 pools, VPC subnets, and Elastic IP addresses. The discovered resource CIDR is the IP address range in CIDR notation that is associated with the resource.
-
The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following:
For resources that are VPCs, this is the percentage of IP address space in the VPC that’s taken up by subnet CIDRs.
For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that’s in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated.
For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that’s been allocated to Elastic IP addresses (EIPs).
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable ipUsage;
Swift
var ipUsage: NSNumber? { get set }
-
The resource discovery ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ipamResourceDiscoveryId;
Swift
var ipamResourceDiscoveryId: String? { get set }
-
The resource CIDR.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceCidr;
Swift
var resourceCidr: String? { get set }
-
The resource ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceId;
Swift
var resourceId: String? { get set }
-
The resource owner ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceOwnerId;
Swift
var resourceOwnerId: String? { get set }
-
The resource Region.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceRegion;
Swift
var resourceRegion: String? { get set }
-
The resource tags.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2IpamResourceTag *> *_Nullable resourceTags;
Swift
var resourceTags: [AWSEC2IpamResourceTag]? { get set }
-
The resource type.
Declaration
Objective-C
@property (nonatomic) AWSEC2IpamResourceType resourceType;
Swift
var resourceType: AWSEC2IpamResourceType { get set }
-
The last successful resource discovery time.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable sampleTime;
Swift
var sampleTime: Date? { get set }
-
The VPC ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vpcId;
Swift
var vpcId: String? { get set }