Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.LbTrafficExtensionsResource

The "lbTrafficExtensions" collection of methods.

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

Constructors

LbTrafficExtensionsResource(IClientService)

Constructs a new resource.

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

Methods

Create(LbTrafficExtension, string)

Creates a new LbTrafficExtension resource in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.LbTrafficExtensionsResource.CreateRequest Create(LbTrafficExtension body, string parent)
Parameters
Type Name Description
LbTrafficExtension body

The body of the request.

string parent

Required. The parent resource of the LbTrafficExtension resource. Must be in the format projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.LbTrafficExtensionsResource.CreateRequest

Delete(string)

Deletes the specified LbTrafficExtension resource.

Declaration
public virtual ProjectsResource.LocationsResource.LbTrafficExtensionsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the LbTrafficExtension resource to delete. Must be in the format projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}.

Returns
Type Description
ProjectsResource.LocationsResource.LbTrafficExtensionsResource.DeleteRequest

Get(string)

Gets details of the specified LbTrafficExtension resource.

Declaration
public virtual ProjectsResource.LocationsResource.LbTrafficExtensionsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. A name of the LbTrafficExtension resource to get. Must be in the format projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}.

Returns
Type Description
ProjectsResource.LocationsResource.LbTrafficExtensionsResource.GetRequest

List(string)

Lists LbTrafficExtension resources in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.LbTrafficExtensionsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The project and location from which the LbTrafficExtension resources are listed. These values are specified in the following format: projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.LbTrafficExtensionsResource.ListRequest

Patch(LbTrafficExtension, string)

Updates the parameters of the specified LbTrafficExtension resource.

Declaration
public virtual ProjectsResource.LocationsResource.LbTrafficExtensionsResource.PatchRequest Patch(LbTrafficExtension body, string name)
Parameters
Type Name Description
LbTrafficExtension body

The body of the request.

string name

Required. Identifier. Name of the LbTrafficExtension resource in the following format: projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}.

Returns
Type Description
ProjectsResource.LocationsResource.LbTrafficExtensionsResource.PatchRequest
In this article
Back to top Generated by DocFX