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, String>? = null, val vpcId: String? = null) : ConvertibleToJava<GetServerGroupsPlainArgs>

A collection of arguments for invoking getServerGroups.

Constructors

Link copied to clipboard
constructor(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, String>? = null, vpcId: String? = null)

Properties

Link copied to clipboard
val enableDetails: Boolean? = null

Whether to query the detailed list of resource attributes. Default value: false.

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 names of the Server Group.

Link copied to clipboard
val status: String? = null

The status of the Server Group. Valid values: Available, Configuring, Provisioning.

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

A mapping of tags to assign to the resource.

Link copied to clipboard
val vpcId: String? = null

The ID of the virtual private cloud (VPC).

Functions

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