2022-05-09
▼ ▲ datafusion.projects.locations.instances.dnsPeerings.delete
Path : v1/{+name}
Description : Deletes DNS peering on the given resource.
Parameter Order : name
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}/dnsPeerings/{dnsPeeringsId}
HTTP Method : DELETE
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/instances/[^/]+/dnsPeerings/[^/]+$
Description : Required. The name of the DNS peering zone to delete. Format: projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}
Location : path
Type : string
Required : Yes
▼ ▲ datafusion.projects.locations.instances.dnsPeerings.create
Description : Creates DNS peering on the given resource.
Path : v1/{+parent}/dnsPeerings
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}/dnsPeerings
Parameter Order : parent
HTTP Method : POST
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
dnsPeeringId
Description : Required. The name of the peering to create.
Location : query
Type : string
parent
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/instances/[^/]+$
Description : Required. The resource on which DNS peering will be created.
Location : path
Type : string
▼ ▲ datafusion.projects.locations.instances.dnsPeerings.list
Description : Lists DNS peerings for a given resource.
HTTP Method : GET
Path : v1/{+parent}/dnsPeerings
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
pageSize
Type : integer
Location : query
Description : The maximum number of dns peerings to return. The service may return fewer than this value. If unspecified, at most 50 dns peerings will be returned. The maximum value is 200; values above 200 will be coerced to 200.
Format : int32
parent
Required : Yes
Description : Required. The parent, which owns this collection of dns peerings. Format: projects/{project}/locations/{location}/instances/{instance}
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/instances/[^/]+$
Type : string
pageToken
Location : query
Type : string
Description : A page token, received from a previous `ListDnsPeerings` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDnsPeerings` must match the call that provided the page token.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}/dnsPeerings