ShareSettingsArgs

data class ShareSettingsArgs(val projectMap: Output<Map<String, String>>? = null, val shareType: Output<ShareSettingsShareType>? = null) : ConvertibleToJava<ShareSettingsArgs>

The share setting for reservations and sole tenancy node groups.

Constructors

Link copied to clipboard
fun ShareSettingsArgs(projectMap: Output<Map<String, String>>? = null, shareType: Output<ShareSettingsShareType>? = null)

Functions

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

Properties

Link copied to clipboard
val projectMap: Output<Map<String, String>>? = null

A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.

Link copied to clipboard
val shareType: Output<ShareSettingsShareType>? = null

Type of sharing for this shared-reservation