ProjectsLocationsPrivateConnections
class ProjectsLocationsPrivateConnections extends Resource (View source)
The "privateConnections" collection of methods.
Typical usage is:
$vmwareengineService = new Google\Service\VMwareEngine(...);
$privateConnections = $vmwareengineService->projects_locations_privateConnections;
Methods
Creates a new private connection that can be used for accessing private Clouds. (privateConnections.create)
Deletes a PrivateConnection
resource. When a private connection is deleted
for a VMware Engine network, the connected network becomes inaccessible to
that VMware Engine network. (privateConnections.delete)
Retrieves a PrivateConnection
resource by its resource name. The resource
contains details of the private connection, such as connected network,
routing mode and state. (privateConnections.get)
Lists PrivateConnection
resources in a given project and location.
Modifies a PrivateConnection
resource. Only description
and
routing_mode
fields can be updated. Only fields specified in updateMask
are applied. (privateConnections.patch)
Details
Operation
create(string $parent, PrivateConnection $postBody, array $optParams = [])
Creates a new private connection that can be used for accessing private Clouds. (privateConnections.create)
Operation
delete(string $name, array $optParams = [])
Deletes a PrivateConnection
resource. When a private connection is deleted
for a VMware Engine network, the connected network becomes inaccessible to
that VMware Engine network. (privateConnections.delete)
PrivateConnection
get(string $name, array $optParams = [])
Retrieves a PrivateConnection
resource by its resource name. The resource
contains details of the private connection, such as connected network,
routing mode and state. (privateConnections.get)
ListPrivateConnectionsResponse
listProjectsLocationsPrivateConnections(string $parent, array $optParams = [])
Lists PrivateConnection
resources in a given project and location.
(privateConnections.listProjectsLocationsPrivateConnections)
Operation
patch(string $name, PrivateConnection $postBody, array $optParams = [])
Modifies a PrivateConnection
resource. Only description
and
routing_mode
fields can be updated. Only fields specified in updateMask
are applied. (privateConnections.patch)