Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
ShareSettings |
ShareSettings.clone() |
ShareSettings |
Reservation.getShareSettings()
Specify share-settings to create a shared reservation.
|
ShareSettings |
NodeGroup.getShareSettings()
Share-settings for the node group
|
ShareSettings |
ShareSettings.set(String fieldName,
Object value) |
ShareSettings |
ShareSettings.setProjectMap(Map<String,ShareSettingsProjectConfig> projectMap)
A map of project id and project config.
|
ShareSettings |
ShareSettings.setShareType(String shareType)
Type of sharing for this shared-reservation
|
Modifier and Type | Method and Description |
---|---|
Reservation |
Reservation.setShareSettings(ShareSettings shareSettings)
Specify share-settings to create a shared reservation.
|
NodeGroup |
NodeGroup.setShareSettings(ShareSettings shareSettings)
Share-settings for the node group
|
Copyright © 2011–2024 Google. All rights reserved.