GetIpamIpamScopesScope

data class GetIpamIpamScopesScope(val createTime: String, val id: String, val ipamId: String, val ipamScopeDescription: String, val ipamScopeId: String, val ipamScopeName: String, val ipamScopeType: String, val regionId: String, val resourceGroupId: String, val status: String, val tags: Map<String, String>)

Constructors

Link copied to clipboard
constructor(createTime: String, id: String, ipamId: String, ipamScopeDescription: String, ipamScopeId: String, ipamScopeName: String, ipamScopeType: String, regionId: String, 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
val id: String

The ID of the resource supplied above.

Link copied to clipboard

The id of the Ipam instance.

Link copied to clipboard

The description of the IPAM's scope of action.It must be 2 to 256 characters in length and must start with a lowercase letter, but cannot start with 'http:// 'or 'https. If it is not filled in, it is empty. The default value is empty.

Link copied to clipboard

The first ID of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

IPAM scope of action type:private.> Currently, only the role scope of the private network is supported.

Link copied to clipboard

The region ID of the resource.

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.