| Package | Description |
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
Compute.Instances.SetTags |
Compute.Instances.setTags(String project,
String zone,
String instance,
Tags content)
Sets network tags for the specified instance to the data included in the request.
|
| Constructor and Description |
|---|
SetTags(String project,
String zone,
String instance,
Tags content)
Sets network tags for the specified instance to the data included in the request.
|
| Modifier and Type | Method and Description |
|---|---|
Tags |
Tags.clone() |
Tags |
Tags.encodeFingerprint(byte[] fingerprint)
Specifies a fingerprint for this request, which is essentially a hash of the tags' contents and
used for optimistic locking.
|
Tags |
InstanceProperties.getTags()
A list of tags to apply to the instances that are created from these properties.
|
Tags |
SourceInstanceProperties.getTags()
A list of tags to apply to the instances that are created from this machine image.
|
Tags |
Instance.getTags()
Tags to apply to this instance.
|
Tags |
Tags.set(String fieldName,
Object value) |
Tags |
Tags.setFingerprint(String fingerprint)
Specifies a fingerprint for this request, which is essentially a hash of the tags' contents and
used for optimistic locking.
|
Tags |
Tags.setItems(List<String> items)
An array of tags.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceProperties |
InstanceProperties.setTags(Tags tags)
A list of tags to apply to the instances that are created from these properties.
|
SourceInstanceProperties |
SourceInstanceProperties.setTags(Tags tags)
A list of tags to apply to the instances that are created from this machine image.
|
Instance |
Instance.setTags(Tags tags)
Tags to apply to this instance.
|
Copyright © 2011–2023 Google. All rights reserved.