Get Ipam Result
data class GetIpamResult(val arn: String? = null, val defaultResourceDiscoveryAssociationId: String? = null, val defaultResourceDiscoveryId: String? = null, val defaultResourceDiscoveryOrganizationalUnitExclusions: List<IpamOrganizationalUnitExclusion>? = null, val description: String? = null, val enablePrivateGua: Boolean? = null, val ipamId: String? = null, val operatingRegions: List<IpamOperatingRegion>? = null, val privateDefaultScopeId: String? = null, val publicDefaultScopeId: String? = null, val resourceDiscoveryAssociationCount: Int? = null, val scopeCount: Int? = null, val tags: List<Tag>? = null, val tier: IpamTier? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, defaultResourceDiscoveryAssociationId: String? = null, defaultResourceDiscoveryId: String? = null, defaultResourceDiscoveryOrganizationalUnitExclusions: List<IpamOrganizationalUnitExclusion>? = null, description: String? = null, enablePrivateGua: Boolean? = null, ipamId: String? = null, operatingRegions: List<IpamOperatingRegion>? = null, privateDefaultScopeId: String? = null, publicDefaultScopeId: String? = null, resourceDiscoveryAssociationCount: Int? = null, scopeCount: Int? = null, tags: List<Tag>? = null, tier: IpamTier? = null)
Properties
Link copied to clipboard
The Id of the default association to the default resource discovery, created with this IPAM.
Link copied to clipboard
The Id of the default resource discovery, created with this IPAM.
Link copied to clipboard
val defaultResourceDiscoveryOrganizationalUnitExclusions: List<IpamOrganizationalUnitExclusion>? = null
A set of organizational unit (OU) exclusions for the default resource discovery, created with this IPAM.
Link copied to clipboard
The description for the IPAM.
Link copied to clipboard
Enable provisioning of GUA space in private pools.
Link copied to clipboard
The regions IPAM is enabled for. Allows pools to be created in these regions, as well as enabling monitoring
Link copied to clipboard
The Id of the default scope for publicly routable IP space, created with this IPAM.
Link copied to clipboard
The Id of the default scope for publicly routable IP space, created with this IPAM.
Link copied to clipboard
The count of resource discoveries associated with this IPAM.
Link copied to clipboard
The number of scopes that currently exist in this IPAM.