Values_2.IpamDiscoveredResourceCidrSourceAn 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.
type nonrec t = {ipamResourceDiscoveryId : Values_1.IpamResourceDiscoveryId.t option;The resource discovery ID.
*)resourceRegion : Values_0.String_.t option;The resource Region.
*)resourceId : Values_0.String_.t option;The resource ID.
*)resourceOwnerId : Values_0.String_.t option;The resource owner ID.
*)resourceCidr : Values_0.String_.t option;The resource CIDR.
*)ipSource : Values_1.IpamResourceCidrIpSource.t option;The source that allocated the IP address space. byoip or amazon indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). none indicates private space.
*)resourceType : Values_1.IpamResourceType.t option;The resource type.
*)resourceTags : Values_1.IpamResourceTagList.t option;The resource tags.
*)ipUsage : Values_1.BoxedDouble.t option;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).
*)vpcId : Values_0.String_.t option;The VPC ID.
*)subnetId : Values_0.String_.t option;The subnet ID.
*)networkInterfaceAttachmentStatus : Values_1.IpamNetworkInterfaceAttachmentStatus.t
option;For elastic network interfaces, this is the status of whether or not the elastic network interface is attached.
*)sampleTime : Values_0.MillisecondDateTime.t option;The last successful resource discovery time.
*)availabilityZoneId : Values_0.String_.t option;The Availability Zone ID.
*)}val make :
?ipamResourceDiscoveryId:??? ->
?resourceRegion:??? ->
?resourceId:??? ->
?resourceOwnerId:??? ->
?resourceCidr:??? ->
?ipSource:??? ->
?resourceType:??? ->
?resourceTags:??? ->
?ipUsage:??? ->
?vpcId:??? ->
?subnetId:??? ->
?networkInterfaceAttachmentStatus:??? ->
?sampleTime:??? ->
?availabilityZoneId:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Double of Values_1.BoxedDouble.t
| `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_1.IpamResourceDiscoveryId.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]