Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.LbTcpExtensionsResource

The "lbTcpExtensions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.LbTcpExtensionsResource
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.v1beta1
Assembly: Google.Apis.NetworkServices.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.LbTcpExtensionsResource

Constructors

LbTcpExtensionsResource(IClientService)

Constructs a new resource.

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

Methods

Create(LbTcpExtension, string)

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

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.LbTcpExtensionsResource.CreateRequest

Delete(string)

Deletes the specified LbTcpExtension resource.

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

Required. The name of the LbTcpExtension resource to delete. Must be in the format projects/{project}/locations/{location}/LbTcpExtensions/{lb_tcp_extension}.

Returns
Type Description
ProjectsResource.LocationsResource.LbTcpExtensionsResource.DeleteRequest

Get(string)

Gets details of the specified LbTcpExtension resource.

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

Required. A name of the LbTcpExtension resource to get. Must be in the format projects/{project}/locations/{location}/LbTcpExtensions/{lb_tcp_extension}.

Returns
Type Description
ProjectsResource.LocationsResource.LbTcpExtensionsResource.GetRequest

List(string)

Lists LbTcpExtension resources in a given project and location.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.LbTcpExtensionsResource.ListRequest

Patch(LbTcpExtension, string)

Updates the parameters of the specified LbTcpExtension resource.

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

The body of the request.

string name

Required. Identifier. Name of the LbTcpExtension resource in the following format: projects/{project}/locations/{location}/LbTcpExtension/{lb_tcp_extension}

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