gce_delete_access_config: Deletes an Access Config, Typically for an External IP...

Description Usage Arguments Details Value See Also

View source: R/networks.R

Description

Deletes an Access Config, Typically for an External IP Address.

Usage

1
2
3
4
5
6
7
gce_delete_access_config(
  instance,
  access_config = "external-nat",
  network_interface = "nic0",
  project = gce_get_global_project(),
  zone = gce_get_global_zone()
)

Arguments

instance

Name of the instance resource, or an instance object e.g. from gce_get_instance

access_config

The name of the access config to delete.

network_interface

The name of the network interface.

project

Project ID for this request, default as set by gce_get_global_project

zone

The name of the zone for this request, default as set by gce_get_global_zone

Details

Authentication scopes used by this function are:

Value

A list of operation objects with pending status

See Also

Google Documentation


cloudyr/googleComputeEngineR documentation built on Jan. 23, 2022, 8:30 a.m.