GetSitesPlainArgs

data class GetSitesPlainArgs(val accessType: String? = null, val coverage: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val onlyEnterprise: Boolean? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val planSubscribeType: String? = null, val resourceGroupId: String? = null, val siteName: String? = null, val siteSearchType: String? = null, val status: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetSitesPlainArgs>

A collection of arguments for invoking getSites.

Constructors

Link copied to clipboard
constructor(accessType: String? = null, coverage: String? = null, ids: List<String>? = null, nameRegex: String? = null, onlyEnterprise: Boolean? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, planSubscribeType: String? = null, resourceGroupId: String? = null, siteName: String? = null, siteSearchType: String? = null, status: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val accessType: String? = null

Access type. Value:-NS: Managed access via NS.-CNAME: access through CNAME.

Link copied to clipboard
val coverage: String? = null

Acceleration area

Link copied to clipboard
val ids: List<String>? = null

A list of Site IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Group Metric Rule name.

Link copied to clipboard
val onlyEnterprise: Boolean? = null

Only the Enterprise version, pass true when the table only queries the enterprise version of the site.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val pageNumber: Int? = null

Current page number.

Link copied to clipboard
val pageSize: Int? = null

Number of records per page.

Link copied to clipboard

Package subscription type. Value:-basicplan: Basic version.-standardplan: Standard version.-advancedplan: Advanced version.-enterpriseplan: Enterprise Edition.

Link copied to clipboard
val resourceGroupId: String? = null

The ID of the resource group

Link copied to clipboard
val siteName: String? = null

Site Name

Link copied to clipboard
val siteSearchType: String? = null

The search match pattern for the site name. The default value is exact match. Valid values:-prefix: matches the prefix.-suffix: The suffix matches.-exact: exact match.-fuzzy: fuzzy match.

Link copied to clipboard
val status: String? = null

The status of the resource

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Functions

Link copied to clipboard
open override fun toJava(): GetSitesPlainArgs