Struct aws_sdk_ec2::model::IpamAddressHistoryRecord
source · #[non_exhaustive]pub struct IpamAddressHistoryRecord { /* private fields */ }
Expand description
The historical record of a CIDR within an IPAM scope. For more information, see View the history of IP addresses in the Amazon VPC IPAM User Guide.
Implementations§
source§impl IpamAddressHistoryRecord
impl IpamAddressHistoryRecord
sourcepub fn resource_owner_id(&self) -> Option<&str>
pub fn resource_owner_id(&self) -> Option<&str>
The ID of the resource owner.
sourcepub fn resource_region(&self) -> Option<&str>
pub fn resource_region(&self) -> Option<&str>
The Amazon Web Services Region of the resource.
sourcepub fn resource_type(&self) -> Option<&IpamAddressHistoryResourceType>
pub fn resource_type(&self) -> Option<&IpamAddressHistoryResourceType>
The type of the resource.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The ID of the resource.
sourcepub fn resource_cidr(&self) -> Option<&str>
pub fn resource_cidr(&self) -> Option<&str>
The CIDR of the resource.
sourcepub fn resource_name(&self) -> Option<&str>
pub fn resource_name(&self) -> Option<&str>
The name of the resource.
sourcepub fn resource_compliance_status(&self) -> Option<&IpamComplianceStatus>
pub fn resource_compliance_status(&self) -> Option<&IpamComplianceStatus>
The compliance status of a resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
sourcepub fn resource_overlap_status(&self) -> Option<&IpamOverlapStatus>
pub fn resource_overlap_status(&self) -> Option<&IpamOverlapStatus>
The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.
sourcepub fn sampled_start_time(&self) -> Option<&DateTime>
pub fn sampled_start_time(&self) -> Option<&DateTime>
Sampled start time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the start time may have occurred before this specific time.
sourcepub fn sampled_end_time(&self) -> Option<&DateTime>
pub fn sampled_end_time(&self) -> Option<&DateTime>
Sampled end time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the end time may have occurred before this specific time.
source§impl IpamAddressHistoryRecord
impl IpamAddressHistoryRecord
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IpamAddressHistoryRecord
.
Trait Implementations§
source§impl Clone for IpamAddressHistoryRecord
impl Clone for IpamAddressHistoryRecord
source§fn clone(&self) -> IpamAddressHistoryRecord
fn clone(&self) -> IpamAddressHistoryRecord
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for IpamAddressHistoryRecord
impl Debug for IpamAddressHistoryRecord
source§impl PartialEq<IpamAddressHistoryRecord> for IpamAddressHistoryRecord
impl PartialEq<IpamAddressHistoryRecord> for IpamAddressHistoryRecord
source§fn eq(&self, other: &IpamAddressHistoryRecord) -> bool
fn eq(&self, other: &IpamAddressHistoryRecord) -> bool
self
and other
values to be equal, and is used
by ==
.