ProjectsLocationsVmwareengineGlobalNetworkPeerings
class ProjectsLocationsVmwareengineGlobalNetworkPeerings extends Resource (View source)
The "networkPeerings" collection of methods.
Typical usage is:
$vmwareengineService = new Google\Service\VMwareEngine(...);
$networkPeerings = $vmwareengineService->projects_locations_global_networkPeerings; Methods
Creates a new network peering between the peer network and VMware Engine
network provided in a NetworkPeering resource. (networkPeerings.create)
Deletes a NetworkPeering resource. When a network peering is deleted for a
VMware Engine network, the peer network becomes inaccessible to that VMware
Engine network. (networkPeerings.delete)
Retrieves a NetworkPeering resource by its resource name. The resource
contains details of the network peering, such as peered networks, import and
export custom route configurations, and peering state. (networkPeerings.get)
Lists NetworkPeering resources in a given project.
Modifies a NetworkPeering resource. Only the description field can be
updated. Only fields specified in updateMask are applied.
Details
Operation
create(string $parent, NetworkPeering $postBody, array $optParams = [])
Creates a new network peering between the peer network and VMware Engine
network provided in a NetworkPeering resource. (networkPeerings.create)
Operation
delete(string $name, array $optParams = [])
Deletes a NetworkPeering resource. When a network peering is deleted for a
VMware Engine network, the peer network becomes inaccessible to that VMware
Engine network. (networkPeerings.delete)
NetworkPeering
get(string $name, array $optParams = [])
Retrieves a NetworkPeering resource by its resource name. The resource
contains details of the network peering, such as peered networks, import and
export custom route configurations, and peering state. (networkPeerings.get)
ListNetworkPeeringsResponse
listProjectsLocationsVmwareengineGlobalNetworkPeerings(string $parent, array $optParams = [])
Lists NetworkPeering resources in a given project.
(networkPeerings.listProjectsLocationsVmwareengineGlobalNetworkPeerings)
Operation
patch(string $name, NetworkPeering $postBody, array $optParams = [])
Modifies a NetworkPeering resource. Only the description field can be
updated. Only fields specified in updateMask are applied.
(networkPeerings.patch)