ShareSettingsResponse

data class ShareSettingsResponse(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(projectMap: Map<String, String>, projects: List<String>, shareType: String)

Types

Link copied to clipboard
object Companion

Properties

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