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

target.apidocs.com.google.api.services.compute.Compute.Instances.UpdateAccessConfig.html Maven / Gradle / Ivy







Compute.Instances.UpdateAccessConfig (Compute Engine API v1-rev20200104-1.30.8)












com.google.api.services.compute

Class Compute.Instances.UpdateAccessConfig

    • Constructor Detail

      • UpdateAccessConfig

        protected UpdateAccessConfig(String project,
                                     String zone,
                                     String instance,
                                     String networkInterface,
                                     AccessConfig content)
        Updates the specified access config from an instance's network interface with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. Create a request for the method "instances.updateAccessConfig". This request holds the parameters needed by the the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

        UpdateAccessConfig#initialize(com.google.api.client.googleapis.services.A bstractGoogleClientRequest) must be called to initialize this instance immediately after invoking the constructor.

        Parameters:
        project - Project ID for this request.
        zone - The name of the zone for this request.
        instance - The instance name for this request.
        networkInterface - The name of the network interface where the access config is attached.
        content - the AccessConfig
        Since:
        1.13

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy