Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.InstanceSettings.Patch |
Compute.InstanceSettings.patch(String project,
String zone,
InstanceSettings content)
Patch Instance settings
Create a request for the method "instanceSettings.patch".
|
Constructor and Description |
---|
Patch(String project,
String zone,
InstanceSettings content)
Patch Instance settings
Create a request for the method "instanceSettings.patch".
|
Modifier and Type | Method and Description |
---|---|
InstanceSettings |
InstanceSettings.clone() |
InstanceSettings |
InstanceSettings.encodeFingerprint(byte[] fingerprint)
Specifies a fingerprint for instance settings, which is essentially a hash of the instance
settings resource's contents and used for optimistic locking.
|
InstanceSettings |
InstanceSettings.set(String fieldName,
Object value) |
InstanceSettings |
InstanceSettings.setFingerprint(String fingerprint)
Specifies a fingerprint for instance settings, which is essentially a hash of the instance
settings resource's contents and used for optimistic locking.
|
InstanceSettings |
InstanceSettings.setKind(String kind)
[Output Only] Type of the resource.
|
InstanceSettings |
InstanceSettings.setMetadata(InstanceSettingsMetadata metadata)
The metadata key/value pairs assigned to all the instances in the corresponding scope.
|
InstanceSettings |
InstanceSettings.setZone(String zone)
[Output Only] URL of the zone where the resource resides You must specify this field as part of
the HTTP request URL.
|
Copyright © 2011–2024 Google. All rights reserved.