Get Server Groups Plain Args
data class GetServerGroupsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val serverGroupNames: List<String>? = null, val serverGroupType: String? = null, val status: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetServerGroupsPlainArgs>
A collection of arguments for invoking getServerGroups.
Properties
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 to which the security group belongs.
Link copied to clipboard
The names of the server groups to be queried.
Link copied to clipboard
The type of the server group. Valid values: Instance
, Ip
.