GetDomainsPlainArgs

data class GetDomainsPlainArgs(val changeEndTime: String? = null, val changeStartTime: String? = null, val checkDomainShow: Boolean? = null, val domainSearchType: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val securityToken: String? = null, val status: String? = null) : ConvertibleToJava<GetDomainsPlainArgs>

A collection of arguments for invoking getDomains.

Constructors

Link copied to clipboard
constructor(changeEndTime: String? = null, changeStartTime: String? = null, checkDomainShow: Boolean? = null, domainSearchType: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, resourceGroupId: String? = null, securityToken: String? = null, status: String? = null)

Properties

Link copied to clipboard
val changeEndTime: String? = null

The end time of the update. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.

Link copied to clipboard
val changeStartTime: String? = null

The start time of the update. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.

Link copied to clipboard

Specifies whether to display the domains in the checking, check_failed, or configure_failed status. Valid values: true or false.

Link copied to clipboard

The search method. Default value: fuzzy_match. Valid values: fuzzy_match, pre_match, suf_match, full_match.

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details.

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

A list ids of DCDN Domain.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by the DCDN Domain.

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 resourceGroupId: String? = null

The ID of the resource group.

Link copied to clipboard
val securityToken: String? = null
Link copied to clipboard
val status: String? = null

The status of DCDN Domain.

Functions

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