Get Server Groups Plain Args
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
Whether to query the detailed list of resource attributes. Default value: false
.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The ID of the resource group.
Link copied to clipboard
The server group IDs.
Link copied to clipboard
The names of the Server Group.