GlobalNetworkEndpointGroupsResourceApi class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
attachNetworkEndpoints(GlobalNetworkEndpointGroupsAttachEndpointsRequest request, String project, String networkEndpointGroup, {String requestId, String $fields})
→ Future<Operation>
-
Attach a network endpoint to the specified network endpoint group. [...]
-
delete(String project, String networkEndpointGroup, {String requestId, String $fields})
→ Future<Operation>
-
Deletes the specified network endpoint group.Note that the NEG cannot be
deleted if there are backend services referencing it. [...]
-
detachNetworkEndpoints(GlobalNetworkEndpointGroupsDetachEndpointsRequest request, String project, String networkEndpointGroup, {String requestId, String $fields})
→ Future<Operation>
-
Detach the network endpoint from the specified network endpoint group. [...]
-
get(String project, String networkEndpointGroup, {String $fields})
→ Future<NetworkEndpointGroup>
-
Returns the specified network endpoint group. Gets a list of available
network endpoint groups by making a list() request. [...]
-
insert(NetworkEndpointGroup request, String project, {String requestId, String $fields})
→ Future<Operation>
-
Creates a network endpoint group in the specified project using the
parameters that are included in the request. [...]
-
list(String project, {String filter, int maxResults, String orderBy, String pageToken, bool returnPartialSuccess, String $fields})
→ Future<NetworkEndpointGroupList>
-
Retrieves the list of network endpoint groups that are located in the
specified project. [...]
-
listNetworkEndpoints(String project, String networkEndpointGroup, {String filter, int maxResults, String orderBy, String pageToken, bool returnPartialSuccess, String $fields})
→ Future<NetworkEndpointGroupsListNetworkEndpoints>
-
Lists the network endpoints in the specified network endpoint group. [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(Object other)
→ bool
-
The equality operator. [...]
inherited