VMware Engine v1 API - Class GetLoggingServerRequest (1.3.0)

public sealed class GetLoggingServerRequest : IMessage<GetLoggingServerRequest>, IEquatable<GetLoggingServerRequest>, IDeepCloneable<GetLoggingServerRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the VMware Engine v1 API class GetLoggingServerRequest.

Request message for [VmwareEngine.GetLoggingServer][google.cloud.vmwareengine.v1.VmwareEngine.GetLoggingServer]

Inheritance

object > GetLoggingServerRequest

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

GetLoggingServerRequest()

public GetLoggingServerRequest()

GetLoggingServerRequest(GetLoggingServerRequest)

public GetLoggingServerRequest(GetLoggingServerRequest other)
Parameter
NameDescription
otherGetLoggingServerRequest

Properties

LoggingServerName

public LoggingServerName LoggingServerName { get; set; }

LoggingServerName-typed view over the Name resource name property.

Property Value
TypeDescription
LoggingServerName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string