Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
InstancePropertiesPatch |
InstancePropertiesPatch.clone() |
InstancePropertiesPatch |
InstanceGroupManagerAllInstancesConfig.getProperties()
Properties to set on all instances in the group.
|
InstancePropertiesPatch |
InstancePropertiesPatch.set(String fieldName,
Object value) |
InstancePropertiesPatch |
InstancePropertiesPatch.setLabels(Map<String,String> labels)
The label key-value pairs that you want to patch onto the instance.
|
InstancePropertiesPatch |
InstancePropertiesPatch.setMetadata(Map<String,String> metadata)
The metadata key-value pairs that you want to patch onto the instance.
|
Modifier and Type | Method and Description |
---|---|
InstanceGroupManagerAllInstancesConfig |
InstanceGroupManagerAllInstancesConfig.setProperties(InstancePropertiesPatch properties)
Properties to set on all instances in the group.
|
Copyright © 2011–2024 Google. All rights reserved.