| Modifier and Type | Class and Description |
|---|---|
class |
Compute.RegionMultiMigMembers.Get |
class |
Compute.RegionMultiMigMembers.List |
| Constructor and Description |
|---|
RegionMultiMigMembers() |
| Modifier and Type | Method and Description |
|---|---|
Compute.RegionMultiMigMembers.Get |
get(String project,
String region,
String multiMig,
String multiMigMember)
Retrieves information about the specified multi-MIG member.
|
Compute.RegionMultiMigMembers.List |
list(String project,
String region,
String multiMig)
Retrieves a list of members of a specific multi-MIG.
|
public Compute.RegionMultiMigMembers.Get get(String project, String region, String multiMig, String multiMigMember) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request. Region name should conform to RFC1035.multiMig - The name of the multi-MIG. Name should conform to RFC1035 or be a resource ID.multiMigMember - The name of the multi-MIG member. Name should conform to RFC1035 or be a resource ID.IOExceptionpublic Compute.RegionMultiMigMembers.List list(String project, String region, String multiMig) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request. Region name should conform to RFC1035.multiMig - The name of the multi-MIG. Name should conform to RFC1035 or be a resource ID.IOExceptionCopyright © 2011–2025 Google. All rights reserved.