ShareSettingsResponse

data class ShareSettingsResponse(val folderMap: Map<String, String>, val projectMap: Map<String, String>, val projects: List<String>, val shareType: String)

The share setting for reservations and sole tenancy node groups.

Constructors

Link copied to clipboard
fun ShareSettingsResponse(folderMap: Map<String, String>, projectMap: Map<String, String>, projects: List<String>, shareType: String)

Types

Link copied to clipboard
object Companion

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

A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.

Link copied to clipboard

Type of sharing for this shared-reservation