Share Settings Args
data class ShareSettingsArgs(val folderMap: Output<Map<String, String>>? = null, val projectMap: Output<Map<String, String>>? = null, val projects: Output<List<String>>? = null, val shareType: Output<ShareSettingsShareType>? = null) : ConvertibleToJava<ShareSettingsArgs>
The share setting for reservations and sole tenancy node groups.
Properties
Link copied to clipboard
A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
Link copied to clipboard
A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
Link copied to clipboard
Type of sharing for this shared-reservation