target.apidocs.com.google.api.services.datafusion.v1.DataFusion.Projects.Locations.Instances.DnsPeerings.html Maven / Gradle / Ivy
DataFusion.Projects.Locations.Instances.DnsPeerings (Cloud Data Fusion API v1-rev20220824-2.0.0)
com.google.api.services.datafusion.v1
Class DataFusion.Projects.Locations.Instances.DnsPeerings
- java.lang.Object
-
- com.google.api.services.datafusion.v1.DataFusion.Projects.Locations.Instances.DnsPeerings
-
- Enclosing class:
- DataFusion.Projects.Locations.Instances
public class DataFusion.Projects.Locations.Instances.DnsPeerings
extends Object
The "dnsPeerings" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
DataFusion.Projects.Locations.Instances.DnsPeerings.Create
class
DataFusion.Projects.Locations.Instances.DnsPeerings.Delete
class
DataFusion.Projects.Locations.Instances.DnsPeerings.List
-
Constructor Summary
Constructors
Constructor and Description
DnsPeerings()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
DataFusion.Projects.Locations.Instances.DnsPeerings.Create
create(String parent,
DnsPeering content)
Creates DNS peering on the given resource.
DataFusion.Projects.Locations.Instances.DnsPeerings.Delete
delete(String name)
Deletes DNS peering on the given resource.
DataFusion.Projects.Locations.Instances.DnsPeerings.List
list(String parent)
Lists DNS peerings for a given resource.
-
-
Method Detail
-
create
public DataFusion.Projects.Locations.Instances.DnsPeerings.Create create(String parent,
DnsPeering content)
throws IOException
Creates DNS peering on the given resource.
Create a request for the method "dnsPeerings.create".
This request holds the parameters needed by the datafusion server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The resource on which DNS peering will be created.
content
- the DnsPeering
- Returns:
- the request
- Throws:
IOException
-
delete
public DataFusion.Projects.Locations.Instances.DnsPeerings.Delete delete(String name)
throws IOException
Deletes DNS peering on the given resource.
Create a request for the method "dnsPeerings.delete".
This request holds the parameters needed by the datafusion server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The name of the DNS peering zone to delete. Format:
projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}
- Returns:
- the request
- Throws:
IOException
-
list
public DataFusion.Projects.Locations.Instances.DnsPeerings.List list(String parent)
throws IOException
Lists DNS peerings for a given resource.
Create a request for the method "dnsPeerings.list".
This request holds the parameters needed by the datafusion server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The parent, which owns this collection of dns peerings. Format:
projects/{project}/locations/{location}/instances/{instance}
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy