| 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 regional multiMIG in the specified project.
|
| Constructor and Description |
|---|
Insert(String project,
String region,
MultiMig content)
Creates a regional multiMIG 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] Creation timestamp 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 the resource.
|
MultiMig |
MultiMig.setKind(String kind)
[Output Only] Type of the resource.
|
MultiMig |
MultiMig.setLocationPolicy(MultiMigLocationPolicy locationPolicy) |
MultiMig |
MultiMig.setName(String name)
Name of the resource.
|
MultiMig |
MultiMig.setParts(Map<String,MultiMigPart> parts)
User-provided names for Parts of MultiMIG and the Parts themselves.
|
MultiMig |
MultiMig.setRegion(String region)
[Output Only] URL of the region where the resource resides.
|
MultiMig |
MultiMig.setSchedulingPolicy(MultiMigSchedulingPolicy schedulingPolicy)
Policy for handling provisioning and other scheduling-related events.
|
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 MultiMig resources.
|
| Modifier and Type | Method and Description |
|---|---|
MultiMigsList |
MultiMigsList.setItems(List<MultiMig> items)
A list of MultiMig resources.
|
Copyright © 2011–2024 Google. All rights reserved.