All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.ShareSettings.html Maven / Gradle / Ivy







ShareSettings (Compute Engine API beta-rev20220312-1.32.1)












com.google.api.services.compute.model

Class ShareSettings

    • Constructor Detail

      • ShareSettings

        public ShareSettings()
    • Method Detail

      • getProjectMap

        public Map<String,ShareSettingsProjectConfig> getProjectMap()
        A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
        Returns:
        value or null for none
      • setProjectMap

        public ShareSettings setProjectMap(Map<String,ShareSettingsProjectConfig> projectMap)
        A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
        Parameters:
        projectMap - projectMap or null for none
      • getProjects

        public List<String> getProjects()
        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.
        Returns:
        value or null for none
      • setProjects

        public ShareSettings setProjects(List<String> projects)
        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.
        Parameters:
        projects - projects or null for none
      • getShareType

        public String getShareType()
        Type of sharing for this shared-reservation
        Returns:
        value or null for none
      • setShareType

        public ShareSettings setShareType(String shareType)
        Type of sharing for this shared-reservation
        Parameters:
        shareType - shareType or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy