ListIpamPoolAssociatedResourcesResult

data class ListIpamPoolAssociatedResourcesResult(val nextLink: String? = null, val value: List<PoolAssociationResponse>? = null)

List of PoolAssociation

Constructors

Link copied to clipboard
constructor(nextLink: String? = null, value: List<PoolAssociationResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

The link used to get the next page of operations.

Link copied to clipboard