class ProjectsLocationsPrivateCloudsLoggingServers extends Resource (View source)

The "loggingServers" collection of methods.

Typical usage is:

 $vmwareengineService = new Google\Service\VMwareEngine(...);
 $loggingServers = $vmwareengineService->projects_locations_privateClouds_loggingServers;

Methods

create(string $parent, LoggingServer $postBody, array $optParams = [])

Create a new logging server for a given private cloud.

delete(string $name, array $optParams = [])

Deletes a single logging server. (loggingServers.delete)

get(string $name, array $optParams = [])

Gets details of a logging server. (loggingServers.get)

listProjectsLocationsPrivateCloudsLoggingServers(string $parent, array $optParams = [])

Lists logging servers configured for a given private cloud.

patch(string $name, LoggingServer $postBody, array $optParams = [])

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

Details

Operation create(string $parent, LoggingServer $postBody, array $optParams = [])

Create a new logging server for a given private cloud.

(loggingServers.create)

Parameters

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

LoggingServer $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

Operation delete(string $name, array $optParams = [])

Deletes a single logging server. (loggingServers.delete)

Parameters

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

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

LoggingServer get(string $name, array $optParams = [])

Gets details of a logging server. (loggingServers.get)

Parameters

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

array $optParams

Optional parameters.

Return Value

LoggingServer

Exceptions

Exception

ListLoggingServersResponse listProjectsLocationsPrivateCloudsLoggingServers(string $parent, array $optParams = [])

Lists logging servers configured for a given private cloud.

(loggingServers.listProjectsLocationsPrivateCloudsLoggingServers)

Parameters

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

array $optParams

Optional parameters.

Return Value

ListLoggingServersResponse

Exceptions

Exception

Operation patch(string $name, LoggingServer $postBody, array $optParams = [])

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

Parameters

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

LoggingServer $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception