target.apidocs.com.google.api.services.vmwareengine.v1.VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers.html Maven / Gradle / Ivy
VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers (VMware Engine API v1-rev20240412-2.0.0)
com.google.api.services.vmwareengine.v1
Class VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers
- java.lang.Object
-
- com.google.api.services.vmwareengine.v1.VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers
-
- Enclosing class:
- VMwareEngine.Projects.Locations.PrivateClouds
public class VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers
extends Object
The "loggingServers" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers.Create
class
VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers.Delete
class
VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers.Get
class
VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers.List
class
VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers.Patch
-
Constructor Summary
Constructors
Constructor and Description
LoggingServers()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers.Create
create(String parent,
LoggingServer content)
Create a new logging server for a given private cloud.
VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers.Delete
delete(String name)
Deletes a single logging server.
VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers.Get
get(String name)
Gets details of a logging server.
VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers.List
list(String parent)
Lists logging servers configured for a given private cloud.
VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers.Patch
patch(String name,
LoggingServer content)
Updates the parameters of a single logging server.
-
-
Method Detail
-
create
public VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers.Create create(String parent,
LoggingServer content)
throws IOException
Create a new logging server for a given private cloud.
Create a request for the method "loggingServers.create".
This request holds the parameters needed by the vmwareengine server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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`
content
- the LoggingServer
- Returns:
- the request
- Throws:
IOException
-
delete
public VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers.Delete delete(String name)
throws IOException
Deletes a single logging server.
Create a request for the method "loggingServers.delete".
This request holds the parameters needed by the vmwareengine server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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:
- the request
- Throws:
IOException
-
get
public VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers.Get get(String name)
throws IOException
Gets details of a logging server.
Create a request for the method "loggingServers.get".
This request holds the parameters needed by the vmwareengine server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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:
- the request
- Throws:
IOException
-
list
public VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers.List list(String parent)
throws IOException
Lists logging servers configured for a given private cloud.
Create a request for the method "loggingServers.list".
This request holds the parameters needed by the vmwareengine server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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:
- the request
- Throws:
IOException
-
patch
public VMwareEngine.Projects.Locations.PrivateClouds.LoggingServers.Patch patch(String name,
LoggingServer content)
throws IOException
Updates the parameters of a single logging server. Only fields specified in `update_mask` are
applied.
Create a request for the method "loggingServers.patch".
This request holds the parameters needed by the vmwareengine server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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`
content
- the LoggingServer
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy