| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain |
| Modifier and Type | Field and Description |
|---|---|
protected Instance.Tags |
Instance.tags |
| Modifier and Type | Method and Description |
|---|---|
Instance.Tags |
Instance.Tags.Builder.build() |
Instance.Tags |
Instance.getTags()
Used to identify valid sources or targets for network firewalls.
|
| Modifier and Type | Method and Description |
|---|---|
Instance.Tags.Builder |
Instance.Tags.Builder.fromTags(Instance.Tags in) |
Instance.Builder |
Instance.Builder.tags(Instance.Tags tags) |
| Constructor and Description |
|---|
Instance(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
Instance.Tags tags,
URI machineType,
Instance.Status status,
String statusMessage,
URI zone,
Set<Instance.NetworkInterface> networkInterfaces,
Set<Instance.AttachedDisk> disks,
Metadata metadata,
Set<Instance.ServiceAccount> serviceAccounts) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.