GetNetworkAttachmentPlainArgs

data class GetNetworkAttachmentPlainArgs(val networkAttachment: String, val project: String? = null, val region: String) : ConvertibleToJava<GetNetworkAttachmentPlainArgs>

Constructors

Link copied to clipboard
fun GetNetworkAttachmentPlainArgs(networkAttachment: String, project: String? = null, region: String)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard