| Package | Description |
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
Compute.RegionMultiMigs.Insert |
Compute.RegionMultiMigs.insert(String project,
String region,
MultiMig content)
Creates a multi-MIG in the specified project.
|
| Constructor and Description |
|---|
Insert(String project,
String region,
MultiMig content)
Creates a multi-MIG in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
MultiMig |
MultiMig.clone() |
MultiMig |
MultiMig.set(String fieldName,
Object value) |
MultiMig |
MultiMig.setCreationTimestamp(String creationTimestamp)
[Output only] The creation timestamp of this multi-MIG in RFC3339 text format.
|
MultiMig |
MultiMig.setDescription(String description)
An optional description of this resource.
|
MultiMig |
MultiMig.setId(BigInteger id)
[Output only] The unique identifier for this resource type.
|
MultiMig |
MultiMig.setKind(String kind)
[Output only] Type of the resource.
|
MultiMig |
MultiMig.setName(String name)
The name of the multi-MIG.
|
MultiMig |
MultiMig.setRegion(String region)
[Output only] The URL of the region where the resource resides.
|
MultiMig |
MultiMig.setResourcePolicies(MultiMigResourcePolicies resourcePolicies)
Resource policies for this multi-MIG.
|
MultiMig |
MultiMig.setSelfLink(String selfLink)
[Output only] Server-defined URL for the resource.
|
MultiMig |
MultiMig.setSelfLinkWithId(String selfLinkWithId)
[Output only] Server-defined URL for this resource with the resource id.
|
MultiMig |
MultiMig.setStatus(MultiMigStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<MultiMig> |
MultiMigsList.getItems()
A list of multi-MIGs in the specified project and region.
|
| Modifier and Type | Method and Description |
|---|---|
MultiMigsList |
MultiMigsList.setItems(List<MultiMig> items)
A list of multi-MIGs in the specified project and region.
|
Copyright © 2011–2025 Google. All rights reserved.