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

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

The newest version!






SourceInstanceParams (Compute Engine API v1-rev20250320-2.0.0)












com.google.api.services.compute.model

Class SourceInstanceParams

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class SourceInstanceParams
    extends com.google.api.client.json.GenericJson
    A specification of the parameters to use when creating the instance template from a source instance.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • SourceInstanceParams

        public SourceInstanceParams()
    • Method Detail

      • getDiskConfigs

        public List<DiskInstantiationConfig> getDiskConfigs()
        Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
        Returns:
        value or null for none
      • setDiskConfigs

        public SourceInstanceParams setDiskConfigs(List<DiskInstantiationConfig> diskConfigs)
        Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
        Parameters:
        diskConfigs - diskConfigs or null for none
      • clone

        public SourceInstanceParams clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy