Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.FirewallEndpointsResource

The "firewallEndpoints" collection of methods.

Inheritance
object
OrganizationsResource.LocationsResource.FirewallEndpointsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkSecurity.v1
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class OrganizationsResource.LocationsResource.FirewallEndpointsResource

Constructors

FirewallEndpointsResource(IClientService)

Constructs a new resource.

Declaration
public FirewallEndpointsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(FirewallEndpoint, string)

Creates a new FirewallEndpoint in a given project and location.

Declaration
public virtual OrganizationsResource.LocationsResource.FirewallEndpointsResource.CreateRequest Create(FirewallEndpoint body, string parent)
Parameters
Type Name Description
FirewallEndpoint body

The body of the request.

string parent

Required. Value for parent.

Returns
Type Description
OrganizationsResource.LocationsResource.FirewallEndpointsResource.CreateRequest

Delete(string)

Deletes a single Endpoint.

Declaration
public virtual OrganizationsResource.LocationsResource.FirewallEndpointsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. Name of the resource

Returns
Type Description
OrganizationsResource.LocationsResource.FirewallEndpointsResource.DeleteRequest

Get(string)

Gets details of a single Endpoint.

Declaration
public virtual OrganizationsResource.LocationsResource.FirewallEndpointsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the resource

Returns
Type Description
OrganizationsResource.LocationsResource.FirewallEndpointsResource.GetRequest

List(string)

Lists FirewallEndpoints in a given project and location.

Declaration
public virtual OrganizationsResource.LocationsResource.FirewallEndpointsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Parent value for ListEndpointsRequest

Returns
Type Description
OrganizationsResource.LocationsResource.FirewallEndpointsResource.ListRequest

Patch(FirewallEndpoint, string)

Update a single Endpoint.

Declaration
public virtual OrganizationsResource.LocationsResource.FirewallEndpointsResource.PatchRequest Patch(FirewallEndpoint body, string name)
Parameters
Type Name Description
FirewallEndpoint body

The body of the request.

string name

Immutable. Identifier. name of resource

Returns
Type Description
OrganizationsResource.LocationsResource.FirewallEndpointsResource.PatchRequest
In this article
Back to top Generated by DocFX