ResourceSet

A set of resources to include in a policy.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description of the resource set.

Link copied to clipboard
val id: String?

A unique identifier for the resource set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.

Link copied to clipboard

The last time that the resource set was changed.

Link copied to clipboard

The descriptive name of the resource set. You can't change the name of a resource set after you create it.

Link copied to clipboard

Indicates whether the resource set is in or out of an admin's Region scope.

Link copied to clipboard

Determines the resources that can be associated to the resource set. Depending on your setting for max results and the number of resource sets, a single call might not return the full list.

Link copied to clipboard

An optional token that you can use for optimistic locking. Firewall Manager returns a token to your requests that access the resource set. The token marks the state of the resource set resource at the time of the request. Update tokens are not allowed when creating a resource set. After creation, each subsequent update call to the resource set requires the update token.

Functions

Link copied to clipboard
inline fun copy(block: ResourceSet.Builder.() -> Unit = {}): ResourceSet
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String