GetServerGroupServerAttachmentsResult

data class GetServerGroupServerAttachmentsResult(val attachments: List<GetServerGroupServerAttachmentsAttachment>, val id: String, val ids: List<String>, val outputFile: String? = null, val serverGroupId: String? = null, val serverIds: List<String>? = null, val serverIps: List<String>? = null)

A collection of values returned by getServerGroupServerAttachments.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Nlb Server Group Server Attachments. Each element contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val serverGroupId: String? = null

The ID of the server group.

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