Class ProjectsResource.LocationsResource.PrivateCloudsResource.LoggingServersResource | Google.Apis.VMwareEngine.v1
Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.PrivateCloudsResource.LoggingServersResource

The "loggingServers" collection of methods.

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

Constructors

LoggingServersResource(IClientService)

Constructs a new resource.

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

Methods

Create(LoggingServer, string)

Create a new logging server for a given private cloud.

Declaration
public virtual ProjectsResource.LocationsResource.PrivateCloudsResource.LoggingServersResource.CreateRequest Create(LoggingServer body, string parent)
Parameters
Type Name Description
LoggingServer body

The body of the request.

string parent

Required. The resource name of the private cloud to create a new Logging Server in. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud

Returns
Type Description
ProjectsResource.LocationsResource.PrivateCloudsResource.LoggingServersResource.CreateRequest

Delete(string)

Deletes a single logging server.

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

Required. The resource name of the logging server to delete. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/loggingServers/my-logging-server

Returns
Type Description
ProjectsResource.LocationsResource.PrivateCloudsResource.LoggingServersResource.DeleteRequest

Get(string)

Gets details of a logging server.

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

Required. The resource name of the Logging Server to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/loggingServers/my-logging-server

Returns
Type Description
ProjectsResource.LocationsResource.PrivateCloudsResource.LoggingServersResource.GetRequest

List(string)

Lists logging servers configured for a given private cloud.

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

Required. The resource name of the private cloud to be queried for logging servers. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud

Returns
Type Description
ProjectsResource.LocationsResource.PrivateCloudsResource.LoggingServersResource.ListRequest

Patch(LoggingServer, string)

Updates the parameters of a single logging server. Only fields specified in update_mask are applied.

Declaration
public virtual ProjectsResource.LocationsResource.PrivateCloudsResource.LoggingServersResource.PatchRequest Patch(LoggingServer body, string name)
Parameters
Type Name Description
LoggingServer body

The body of the request.

string name

Output only. The resource name of this logging server. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/loggingServers/my-logging-server

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