GetServerGroupServerAttachmentsPlainArgs

data class GetServerGroupServerAttachmentsPlainArgs(val ids: List<String>? = null, val outputFile: String? = null, val serverGroupId: String? = null, val serverIds: List<String>? = null, val serverIps: List<String>? = null) : ConvertibleToJava<GetServerGroupServerAttachmentsPlainArgs>

A collection of arguments for invoking getServerGroupServerAttachments.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, outputFile: String? = null, serverGroupId: String? = null, serverIds: List<String>? = null, serverIps: List<String>? = null)

Properties

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

A list of Server Group Server Attachment IDs.

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

The ID of the server group.

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

The IDs of the servers. You can specify at most 40 server IDs in each call.

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

The IP addresses of the servers. You can specify at most 40 server IP addresses in each call.

Functions

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