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

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

There is a newer version: v1-rev20250320-2.0.0
Show newest version






PreservedState (Compute Engine API v1-rev20250107-2.0.0)












com.google.api.services.compute.model

Class PreservedState

    • Constructor Detail

      • PreservedState

        public PreservedState()
    • Method Detail

      • getDisks

        public Map<String,PreservedStatePreservedDisk> getDisks()
        Preserved disks defined for this instance. This map is keyed with the device names of the disks.
        Returns:
        value or null for none
      • getExternalIPs

        public Map<String,PreservedStatePreservedNetworkIp> getExternalIPs()
        Preserved external IPs defined for this instance. This map is keyed with the name of the network interface.
        Returns:
        value or null for none
      • setExternalIPs

        public PreservedState setExternalIPs(Map<String,PreservedStatePreservedNetworkIp> externalIPs)
        Preserved external IPs defined for this instance. This map is keyed with the name of the network interface.
        Parameters:
        externalIPs - externalIPs or null for none
      • getInternalIPs

        public Map<String,PreservedStatePreservedNetworkIp> getInternalIPs()
        Preserved internal IPs defined for this instance. This map is keyed with the name of the network interface.
        Returns:
        value or null for none
      • setInternalIPs

        public PreservedState setInternalIPs(Map<String,PreservedStatePreservedNetworkIp> internalIPs)
        Preserved internal IPs defined for this instance. This map is keyed with the name of the network interface.
        Parameters:
        internalIPs - internalIPs or null for none
      • getMetadata

        public Map<String,String> getMetadata()
        Preserved metadata defined for this instance.
        Returns:
        value or null for none
      • setMetadata

        public PreservedState setMetadata(Map<String,String> metadata)
        Preserved metadata defined for this instance.
        Parameters:
        metadata - metadata or null for none
      • set

        public PreservedState set(String fieldName,
                                  Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public PreservedState 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