2022-05-06
▼ ▲ datafusion.projects.locations.instances.dnsPeerings.list
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}/dnsPeerings
Parameter Order : parent
Path : v1/{+parent}/dnsPeerings
Description : Lists DNS peerings for a given resource.
Parameters :
parent
Pattern : ^projects/[^/]+/locations/[^/]+/instances/[^/]+$
Type : string
Location : path
Required : Yes
Description : Required. The parent, which owns this collection of dns peerings. Format: projects/{project}/locations/{location}/instances/{instance}
pageSize
Format : int32
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.
Type : integer
pageToken
Type : string
Location : query
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.
▼ ▲ datafusion.projects.locations.instances.dnsPeerings.create
HTTP Method : POST
Parameters :
dnsPeeringId
Description : Required. The name of the peering to create.
Location : query
Type : string
parent
Description : Required. The resource on which DNS peering will be created.
Location : path
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/instances/[^/]+$
Type : string
Description : Creates DNS peering on the given resource.
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+parent}/dnsPeerings
Parameter Order : parent
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}/dnsPeerings
▼ ▲ datafusion.projects.locations.instances.dnsPeerings.delete
Parameter Order : name
HTTP Method : DELETE
Parameters :
name
Description : Required. The name of the DNS peering zone to delete. Format: projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/instances/[^/]+/dnsPeerings/[^/]+$
Required : Yes
Type : string
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}/dnsPeerings/{dnsPeeringsId}
Description : Deletes DNS peering on the given resource.
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+name}