ProjectsLocationsNetworkPeeringsResource class

Constructors

ProjectsLocationsNetworkPeeringsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
peeringRoutes ProjectsLocationsNetworkPeeringsPeeringRoutesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(NetworkPeering request, String parent, {String? networkPeeringId, String? requestId, String? $fields}) Future<Operation>
Creates a new network peering between the peer network and VMware Engine network provided in a NetworkPeering resource.
delete(String name, {String? requestId, String? $fields}) Future<Operation>
Deletes a NetworkPeering resource.
get(String name, {String? $fields}) Future<NetworkPeering>
Retrieves a NetworkPeering resource by its resource name.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListNetworkPeeringsResponse>
Lists NetworkPeering resources in a given project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(NetworkPeering request, String name, {String? requestId, String? updateMask, String? $fields}) Future<Operation>
Modifies a NetworkPeering resource.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited