Modifier and Type | Class and Description |
---|---|
class |
Compute.RegionNetworkEndpointGroups.AttachNetworkEndpoints |
class |
Compute.RegionNetworkEndpointGroups.Delete |
class |
Compute.RegionNetworkEndpointGroups.DetachNetworkEndpoints |
class |
Compute.RegionNetworkEndpointGroups.Get |
class |
Compute.RegionNetworkEndpointGroups.Insert |
class |
Compute.RegionNetworkEndpointGroups.List |
class |
Compute.RegionNetworkEndpointGroups.ListNetworkEndpoints |
Constructor and Description |
---|
RegionNetworkEndpointGroups() |
Modifier and Type | Method and Description |
---|---|
Compute.RegionNetworkEndpointGroups.AttachNetworkEndpoints |
attachNetworkEndpoints(String project,
String region,
String networkEndpointGroup,
RegionNetworkEndpointGroupsAttachEndpointsRequest content)
Attach a list of network endpoints to the specified network endpoint group.
|
Compute.RegionNetworkEndpointGroups.Delete |
delete(String project,
String region,
String networkEndpointGroup)
Deletes the specified network endpoint group.
|
Compute.RegionNetworkEndpointGroups.DetachNetworkEndpoints |
detachNetworkEndpoints(String project,
String region,
String networkEndpointGroup,
RegionNetworkEndpointGroupsDetachEndpointsRequest content)
Detach the network endpoint from the specified network endpoint group.
|
Compute.RegionNetworkEndpointGroups.Get |
get(String project,
String region,
String networkEndpointGroup)
Returns the specified network endpoint group.
|
Compute.RegionNetworkEndpointGroups.Insert |
insert(String project,
String region,
NetworkEndpointGroup content)
Creates a network endpoint group in the specified project using the parameters that are included
in the request.
|
Compute.RegionNetworkEndpointGroups.List |
list(String project,
String region)
Retrieves the list of regional network endpoint groups available to the specified project in the
given region.
|
Compute.RegionNetworkEndpointGroups.ListNetworkEndpoints |
listNetworkEndpoints(String project,
String region,
String networkEndpointGroup)
Lists the network endpoints in the specified network endpoint group.
|
public Compute.RegionNetworkEndpointGroups.AttachNetworkEndpoints attachNetworkEndpoints(String project, String region, String networkEndpointGroup, RegionNetworkEndpointGroupsAttachEndpointsRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.project
- Project ID for this request.region
- The name of the region where you want to create the network endpoint group. It should comply with
RFC1035.networkEndpointGroup
- The name of the network endpoint group where you are attaching network endpoints to. It should
comply with RFC1035.content
- the RegionNetworkEndpointGroupsAttachEndpointsRequest
IOException
public Compute.RegionNetworkEndpointGroups.Delete delete(String project, String region, String networkEndpointGroup) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- The name of the region where the network endpoint group is located. It should comply with RFC1035.networkEndpointGroup
- The name of the network endpoint group to delete. It should comply with RFC1035.IOException
public Compute.RegionNetworkEndpointGroups.DetachNetworkEndpoints detachNetworkEndpoints(String project, String region, String networkEndpointGroup, RegionNetworkEndpointGroupsDetachEndpointsRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.project
- Project ID for this request.region
- The name of the region where the network endpoint group is located. It should comply with RFC1035.networkEndpointGroup
- The name of the network endpoint group you are detaching network endpoints from. It should comply
with RFC1035.content
- the RegionNetworkEndpointGroupsDetachEndpointsRequest
IOException
public Compute.RegionNetworkEndpointGroups.Get get(String project, String region, String networkEndpointGroup) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- The name of the region where the network endpoint group is located. It should comply with RFC1035.networkEndpointGroup
- The name of the network endpoint group. It should comply with RFC1035.IOException
public Compute.RegionNetworkEndpointGroups.Insert insert(String project, String region, NetworkEndpointGroup content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- The name of the region where you want to create the network endpoint group. It should comply with
RFC1035.content
- the NetworkEndpointGroup
IOException
public Compute.RegionNetworkEndpointGroups.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- The name of the region where the network endpoint group is located. It should comply with RFC1035.IOException
public Compute.RegionNetworkEndpointGroups.ListNetworkEndpoints listNetworkEndpoints(String project, String region, String networkEndpointGroup) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.project
- Project ID for this request.region
- The name of the region where the network endpoint group is located. It should comply with RFC1035.networkEndpointGroup
- The name of the network endpoint group from which you want to generate a list of included network
endpoints. It should comply with RFC1035.IOException
Copyright © 2011–2024 Google. All rights reserved.