| Package | Description |
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
Compute.InstantSnapshotGroups.Insert |
Compute.InstantSnapshotGroups.insert(String project,
String zone,
InstantSnapshotGroup content)
inserts a Zonal InstantSnapshotGroup resource
Create a request for the method "instantSnapshotGroups.insert".
|
Compute.RegionInstantSnapshotGroups.Insert |
Compute.RegionInstantSnapshotGroups.insert(String project,
String region,
InstantSnapshotGroup content)
creates a Regional InstantSnapshotGroup resource
Create a request for the method "regionInstantSnapshotGroups.insert".
|
| Constructor and Description |
|---|
Insert(String project,
String zone,
InstantSnapshotGroup content)
inserts a Zonal InstantSnapshotGroup resource
Create a request for the method "instantSnapshotGroups.insert".
|
Insert(String project,
String region,
InstantSnapshotGroup content)
creates a Regional InstantSnapshotGroup resource
Create a request for the method "regionInstantSnapshotGroups.insert".
|
| Modifier and Type | Method and Description |
|---|---|
InstantSnapshotGroup |
InstantSnapshotGroup.clone() |
InstantSnapshotGroup |
InstantSnapshotGroup.set(String fieldName,
Object value) |
InstantSnapshotGroup |
InstantSnapshotGroup.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
InstantSnapshotGroup |
InstantSnapshotGroup.setDescription(String description)
Optional.
|
InstantSnapshotGroup |
InstantSnapshotGroup.setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
InstantSnapshotGroup |
InstantSnapshotGroup.setKind(String kind)
[Output Only] Type of the resource.
|
InstantSnapshotGroup |
InstantSnapshotGroup.setName(String name)
Identifier.
|
InstantSnapshotGroup |
InstantSnapshotGroup.setRegion(String region)
[Output Only] URL of the region where the instant snapshot group resides.
|
InstantSnapshotGroup |
InstantSnapshotGroup.setResourceStatus(InstantSnapshotGroupResourceStatus resourceStatus) |
InstantSnapshotGroup |
InstantSnapshotGroup.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
InstantSnapshotGroup |
InstantSnapshotGroup.setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL for this resource's resource id.
|
InstantSnapshotGroup |
InstantSnapshotGroup.setSourceConsistencyGroup(String sourceConsistencyGroup) |
InstantSnapshotGroup |
InstantSnapshotGroup.setStatus(String status)
[Output Only]
|
InstantSnapshotGroup |
InstantSnapshotGroup.setZone(String zone)
[Output Only] URL of the zone where the instant snapshot group resides.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstantSnapshotGroup> |
ListInstantSnapshotGroups.getItems()
A list of InstantSnapshotGroup resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstantSnapshotGroups |
ListInstantSnapshotGroups.setItems(List<InstantSnapshotGroup> items)
A list of InstantSnapshotGroup resources.
|
Copyright © 2011–2025 Google. All rights reserved.