The "managedZones" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| create ($project, Google_Service_Dns_ManagedZone $postBody, $optParams=array()) |
| Create a new ManagedZone.
|
|
| delete ($project, $managedZone, $optParams=array()) |
| Delete a previously created ManagedZone.
|
|
| get ($project, $managedZone, $optParams=array()) |
| Fetch the representation of an existing ManagedZone.
|
|
| listManagedZones ($project, $optParams=array()) |
| Enumerate ManagedZones that have been created but not yet deleted.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "managedZones" collection of methods.
Typical usage is: $dnsService = new Google_Service_Dns(...); $managedZones = $dnsService->managedZones;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ create()
Create a new ManagedZone.
(managedZones.create)
- Parameters
-
string | $project | Identifies the project addressed by this request. |
Google_ManagedZone | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ delete()
Google_Service_Dns_ManagedZones_Resource::delete |
( |
| $project, |
|
|
| $managedZone, |
|
|
| $optParams = array() ) |
Delete a previously created ManagedZone.
(managedZones.delete)
- Parameters
-
string | $project | Identifies the project addressed by this request. |
string | $managedZone | Identifies the managed zone addressed by this request. Can be the managed zone name or id. |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Dns_ManagedZones_Resource::get |
( |
| $project, |
|
|
| $managedZone, |
|
|
| $optParams = array() ) |
Fetch the representation of an existing ManagedZone.
(managedZones.get)
- Parameters
-
string | $project | Identifies the project addressed by this request. |
string | $managedZone | Identifies the managed zone addressed by this request. Can be the managed zone name or id. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listManagedZones()
Google_Service_Dns_ManagedZones_Resource::listManagedZones |
( |
| $project, |
|
|
| $optParams = array() ) |
Enumerate ManagedZones that have been created but not yet deleted.
(managedZones.listManagedZones)
- Parameters
-
string | $project | Identifies the project addressed by this request. |
array | $optParams | Optional parameters. |
@opt_param string pageToken Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request. @opt_param string dnsName Restricts the list to return only zones with this domain name. @opt_param int maxResults Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Dns.php