Modifier and Type | Class and Description |
---|---|
class |
Compute.InterconnectGroups.CreateMembers |
class |
Compute.InterconnectGroups.Delete |
class |
Compute.InterconnectGroups.Get |
class |
Compute.InterconnectGroups.GetIamPolicy |
class |
Compute.InterconnectGroups.GetOperationalStatus |
class |
Compute.InterconnectGroups.Insert |
class |
Compute.InterconnectGroups.List |
class |
Compute.InterconnectGroups.Patch |
class |
Compute.InterconnectGroups.SetIamPolicy |
class |
Compute.InterconnectGroups.TestIamPermissions |
Constructor and Description |
---|
InterconnectGroups() |
Modifier and Type | Method and Description |
---|---|
Compute.InterconnectGroups.CreateMembers |
createMembers(String project,
String interconnectGroup,
InterconnectGroupsCreateMembersRequest content)
Create Interconnects with redundancy by creating them in a specified interconnect group.
|
Compute.InterconnectGroups.Delete |
delete(String project,
String interconnectGroup)
Deletes the specified InterconnectGroup in the given scope
Create a request for the method "interconnectGroups.delete".
|
Compute.InterconnectGroups.Get |
get(String project,
String interconnectGroup)
Returns the specified InterconnectGroup resource in the given scope.
|
Compute.InterconnectGroups.GetIamPolicy |
getIamPolicy(String project,
String resource)
Gets the access control policy for a resource.
|
Compute.InterconnectGroups.GetOperationalStatus |
getOperationalStatus(String project,
String interconnectGroup)
Returns the interconnectStatuses for the specified InterconnectGroup.
|
Compute.InterconnectGroups.Insert |
insert(String project,
InterconnectGroup content)
Creates a InterconnectGroup in the specified project in the given scope using the parameters that
are included in the request.
|
Compute.InterconnectGroups.List |
list(String project)
Lists the InterconnectGroups for a project in the given scope.
|
Compute.InterconnectGroups.Patch |
patch(String project,
String interconnectGroup,
InterconnectGroup content)
Patches the specified InterconnectGroup resource with the data included in the request.
|
Compute.InterconnectGroups.SetIamPolicy |
setIamPolicy(String project,
String resource,
GlobalSetPolicyRequest content)
Sets the access control policy on the specified resource.
|
Compute.InterconnectGroups.TestIamPermissions |
testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
public Compute.InterconnectGroups.CreateMembers createMembers(String project, String interconnectGroup, InterconnectGroupsCreateMembersRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.interconnectGroup
- Name of the group resource to create members for.content
- the InterconnectGroupsCreateMembersRequest
IOException
public Compute.InterconnectGroups.Delete delete(String project, String interconnectGroup) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.interconnectGroup
- Name of the InterconnectGroup resource to delete.IOException
public Compute.InterconnectGroups.Get get(String project, String interconnectGroup) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.interconnectGroup
- Name of the InterconnectGroup resource to return.IOException
public Compute.InterconnectGroups.GetIamPolicy getIamPolicy(String project, String resource) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.resource
- Name or id of the resource for this request.IOException
public Compute.InterconnectGroups.GetOperationalStatus getOperationalStatus(String project, String interconnectGroup) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.project
- Project ID for this request.interconnectGroup
- Name of the interconnectGroup resource to query.IOException
public Compute.InterconnectGroups.Insert insert(String project, InterconnectGroup content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.content
- the InterconnectGroup
IOException
public Compute.InterconnectGroups.List list(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.IOException
public Compute.InterconnectGroups.Patch patch(String project, String interconnectGroup, InterconnectGroup content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.interconnectGroup
- Name of the InterconnectGroup resource to patch.content
- the InterconnectGroup
IOException
public Compute.InterconnectGroups.SetIamPolicy setIamPolicy(String project, String resource, GlobalSetPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.resource
- Name or id of the resource for this request.content
- the GlobalSetPolicyRequest
IOException
public Compute.InterconnectGroups.TestIamPermissions testIamPermissions(String project, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.resource
- Name or id of the resource for this request.content
- the TestPermissionsRequest
IOException
Copyright © 2011–2025 Google. All rights reserved.