GlobalNetworkEndpointGroupsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
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.
-
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 nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited