GetIpamIpamsIpam

data class GetIpamIpamsIpam(val createTime: String, val defaultResourceDiscoveryAssociationId: String, val defaultResourceDiscoveryId: String, val id: String, val ipamDescription: String, val ipamId: String, val ipamName: String, val privateDefaultScopeId: String, val publicDefaultScopeId: String, val regionId: String, val resourceDiscoveryAssociationCount: Int, val resourceGroupId: String, val status: String, val tags: Map<String, String>)

Constructors

Link copied to clipboard
constructor(createTime: String, defaultResourceDiscoveryAssociationId: String, defaultResourceDiscoveryId: String, id: String, ipamDescription: String, ipamId: String, ipamName: String, privateDefaultScopeId: String, publicDefaultScopeId: String, regionId: String, resourceDiscoveryAssociationCount: Int, resourceGroupId: String, status: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of the resource.

Link copied to clipboard

After an IPAM is created, the association between the resource discovery created by the system by default and the IPAM.

Link copied to clipboard

After IPAM is created, the system creates resource discovery by default.

Link copied to clipboard
val id: String

The ID of the resource supplied above.

Link copied to clipboard

The description of IPAM.It must be 2 to 256 characters in length and must start with an uppercase letter or a Chinese character, but cannot start with 'http: // 'or 'https. If the description is not filled in, it is blank. The default value is blank.

Link copied to clipboard

The first ID of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

After an IPAM is created, the scope of the private network IPAM created by the system by default.

Link copied to clipboard

After an IPAM is created, the public network IPAM is created by default.

Link copied to clipboard

The region ID of the resource.

Link copied to clipboard

The number of resource discovery objects associated with IPAM.

Link copied to clipboard

The ID of the resource group.

Link copied to clipboard

The status of the resource.

Link copied to clipboard

The tag of the resource.