![JAR search and dependency download from the Maven repository](/logo.png)
target.apidocs.com.google.api.services.compute.Compute.PacketMirrorings.html Maven / Gradle / Ivy
Compute.PacketMirrorings (Compute Engine API beta-rev20220312-1.32.1)
com.google.api.services.compute
Class Compute.PacketMirrorings
- java.lang.Object
-
- com.google.api.services.compute.Compute.PacketMirrorings
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.PacketMirrorings.AggregatedList
class
Compute.PacketMirrorings.Delete
class
Compute.PacketMirrorings.Get
class
Compute.PacketMirrorings.Insert
class
Compute.PacketMirrorings.List
class
Compute.PacketMirrorings.Patch
class
Compute.PacketMirrorings.TestIamPermissions
-
Constructor Summary
Constructors
Constructor and Description
PacketMirrorings()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.PacketMirrorings.AggregatedList
aggregatedList(String project)
Retrieves an aggregated list of packetMirrorings.
Compute.PacketMirrorings.Delete
delete(String project,
String region,
String packetMirroring)
Deletes the specified PacketMirroring resource.
Compute.PacketMirrorings.Get
get(String project,
String region,
String packetMirroring)
Returns the specified PacketMirroring resource.
Compute.PacketMirrorings.Insert
insert(String project,
String region,
PacketMirroring content)
Creates a PacketMirroring resource in the specified project and region using the data included in
the request.
Compute.PacketMirrorings.List
list(String project,
String region)
Retrieves a list of PacketMirroring resources available to the specified project and region.
Compute.PacketMirrorings.Patch
patch(String project,
String region,
String packetMirroring,
PacketMirroring content)
Patches the specified PacketMirroring resource with the data included in the request.
Compute.PacketMirrorings.TestIamPermissions
testIamPermissions(String project,
String region,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
-
-
Method Detail
-
aggregatedList
public Compute.PacketMirrorings.AggregatedList aggregatedList(String project)
throws IOException
Retrieves an aggregated list of packetMirrorings.
Create a request for the method "packetMirrorings.aggregatedList".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
- Returns:
- the request
- Throws:
IOException
-
delete
public Compute.PacketMirrorings.Delete delete(String project,
String region,
String packetMirroring)
throws IOException
Deletes the specified PacketMirroring resource.
Create a request for the method "packetMirrorings.delete".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region for this request.
packetMirroring
- Name of the PacketMirroring resource to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.PacketMirrorings.Get get(String project,
String region,
String packetMirroring)
throws IOException
Returns the specified PacketMirroring resource.
Create a request for the method "packetMirrorings.get".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region for this request.
packetMirroring
- Name of the PacketMirroring resource to return.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.PacketMirrorings.Insert insert(String project,
String region,
PacketMirroring content)
throws IOException
Creates a PacketMirroring resource in the specified project and region using the data included in
the request.
Create a request for the method "packetMirrorings.insert".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region for this request.
content
- the PacketMirroring
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.PacketMirrorings.List list(String project,
String region)
throws IOException
Retrieves a list of PacketMirroring resources available to the specified project and region.
Create a request for the method "packetMirrorings.list".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region for this request.
- Returns:
- the request
- Throws:
IOException
-
patch
public Compute.PacketMirrorings.Patch patch(String project,
String region,
String packetMirroring,
PacketMirroring content)
throws IOException
Patches the specified PacketMirroring resource with the data included in the request. This method
supports PATCH semantics and uses JSON merge patch format and processing rules.
Create a request for the method "packetMirrorings.patch".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region for this request.
packetMirroring
- Name of the PacketMirroring resource to patch.
content
- the PacketMirroring
- Returns:
- the request
- Throws:
IOException
-
testIamPermissions
public Compute.PacketMirrorings.TestIamPermissions testIamPermissions(String project,
String region,
String resource,
TestPermissionsRequest content)
throws IOException
Returns permissions that a caller has on the specified resource.
Create a request for the method "packetMirrorings.testIamPermissions".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- The name of the region for this request.
resource
- Name or id of the resource for this request.
content
- the TestPermissionsRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy