GetServerGroupsPlainArgs

data class GetServerGroupsPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val serverGroupIds: List<String>? = null, val serverGroupName: String? = null, val status: String? = null, val tags: Map<String, Any>? = null, val vpcId: String? = null) : ConvertibleToJava<GetServerGroupsPlainArgs>

A collection of arguments for invoking getServerGroups.

Constructors

Link copied to clipboard
fun GetServerGroupsPlainArgs(enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, resourceGroupId: String? = null, serverGroupIds: List<String>? = null, serverGroupName: String? = null, status: String? = null, tags: Map<String, Any>? = null, vpcId: String? = null)

Functions

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

Properties

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details about resource attributes.

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

A list of Server Group IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Server Group name.

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

The server group ids.

Link copied to clipboard
val serverGroupName: String? = null

The name of the resource.

Link copied to clipboard
val status: String? = null

The status of the resource.

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

A map of tags assigned to the group.

Link copied to clipboard
val vpcId: String? = null

The ID of the VPC that you want to access.