Uses of Package
org.jclouds.googlecomputeengine.domain

Packages that use org.jclouds.googlecomputeengine.domain
org.jclouds.googlecomputeengine.compute   
org.jclouds.googlecomputeengine.compute.config   
org.jclouds.googlecomputeengine.compute.extensions   
org.jclouds.googlecomputeengine.compute.functions   
org.jclouds.googlecomputeengine.compute.loaders   
org.jclouds.googlecomputeengine.compute.options   
org.jclouds.googlecomputeengine.compute.strategy   
org.jclouds.googlecomputeengine.domain   
org.jclouds.googlecomputeengine.features   
org.jclouds.googlecomputeengine.functions   
org.jclouds.googlecomputeengine.functions.internal   
org.jclouds.googlecomputeengine.options   
org.jclouds.googlecomputeengine.predicates   
 

Classes in org.jclouds.googlecomputeengine.domain used by org.jclouds.googlecomputeengine.compute
Image
          Represents a disk image to use on an instance.
InstanceInZone
           
MachineTypeInZone
           
Operation
          Describes an operation being executed on some Resource
Zone
          Represents a zone resource.
 

Classes in org.jclouds.googlecomputeengine.domain used by org.jclouds.googlecomputeengine.compute.config
Instance.Status
           
Network
          Represents a network used to enable instance communication.
Region
          Represents a region resource.
Zone
          Represents a zone resource.
 

Classes in org.jclouds.googlecomputeengine.domain used by org.jclouds.googlecomputeengine.compute.extensions
Network
          Represents a network used to enable instance communication.
Operation
          Describes an operation being executed on some Resource
 

Classes in org.jclouds.googlecomputeengine.domain used by org.jclouds.googlecomputeengine.compute.functions
Firewall
          Represents a network firewall
Image
          Represents a disk image to use on an instance.
Instance.Status
           
InstanceInZone
           
MachineTypeInZone
           
Network
          Represents a network used to enable instance communication.
Region
          Represents a region resource.
Zone
          Represents a zone resource.
 

Classes in org.jclouds.googlecomputeengine.domain used by org.jclouds.googlecomputeengine.compute.loaders
Network
          Represents a network used to enable instance communication.
 

Classes in org.jclouds.googlecomputeengine.domain used by org.jclouds.googlecomputeengine.compute.options
Instance.ServiceAccount
          A service account for which access tokens are to be made available to the instance through metadata queries.
InstanceTemplate.PersistentDisk
           
 

Classes in org.jclouds.googlecomputeengine.domain used by org.jclouds.googlecomputeengine.compute.strategy
Network
          Represents a network used to enable instance communication.
Operation
          Describes an operation being executed on some Resource
 

Classes in org.jclouds.googlecomputeengine.domain used by org.jclouds.googlecomputeengine.domain
AbstractDisk
          A persistent disk resource
AbstractDisk.Builder
           
Address
          Represents an Address resource.
Address.Builder
           
Deprecated
          Deprecation information for an image or kernel
Deprecated.Builder
           
Disk
          A persistent disk resource
Disk.Builder
           
Firewall
          Represents a network firewall
Firewall.Builder
           
Firewall.Rule
          A Firewall rule.
Firewall.Rule.Builder
           
Image
          Represents a disk image to use on an instance.
Image.Builder
           
Image.RawDisk
          A raw disk image, usually the base for an image.
Image.RawDisk.Builder
           
Instance
          Represents a virtual machine.
Instance.AttachedDisk
          A disk attached to an Instance.
Instance.Builder
           
Instance.NetworkInterface
          A network interface for an Instance.
Instance.NetworkInterface.AccessConfig
          Access configuration to an instance's network.
Instance.NetworkInterface.AccessConfig.Builder
           
Instance.NetworkInterface.AccessConfig.Type
           
Instance.NetworkInterface.Builder
           
Instance.PersistentAttachedDisk
           
Instance.PersistentAttachedDisk.Builder
           
Instance.PersistentAttachedDisk.Mode
           
Instance.SerialPortOutput
          The output of an instance's serial port;
Instance.SerialPortOutput.Builder
           
Instance.ServiceAccount
          A service account for which access tokens are to be made available to the instance through metadata queries.
Instance.ServiceAccount.Builder
           
Instance.Status
           
Instance.Tags
          Tags for an instance, with their fingerprint.
Instance.Tags.Builder
           
InstanceTemplate
          Optional information for creating an instance.
InstanceTemplate.Builder
           
InstanceTemplate.NetworkInterface
           
InstanceTemplate.PersistentDisk
           
InstanceTemplate.PersistentDisk.Mode
           
ListPage
          The collection returned from any listFirstPage() method.
ListPage.Builder
           
MachineType
          Represents a machine type used to host an instance.
MachineType.Builder
           
MachineType.ScratchDisk
          An scratch disk of a MachineType
MachineType.ScratchDisk.Builder
           
Metadata
          Metadata for an instance or project, with their fingerprint.
Metadata.Builder
           
Network
          Represents a network used to enable instance communication.
Network.Builder
           
Operation
          Describes an operation being executed on some Resource
Operation.Builder
           
Operation.Error
          A particular error for an operation including the details.
Operation.Error.Builder
           
Operation.Status
           
Project
          A Project resource is the root collection and settings resource for all Google Compute Engine resources.
Project.Builder
           
Quota
          Quotas assigned to a given project or region.
Quota.Builder
           
Region
          Represents a region resource.
Region.Builder
           
Region.Status
           
Resource
          Base class for Google Compute Engine resources.
Resource.Builder
           
Resource.Kind
           
Route
          Represents a route resource.
Route.Builder
           
Route.Warning
          If potential misconfigurations are detected for this route, this field will be populated with warning messages.
Route.Warning.Builder
           
SlashEncodedIds
           
Snapshot
          A Persistent Disk Snapshot resource.
Snapshot.Builder
           
Zone
          Represents a zone resource.
Zone.Builder
           
Zone.MaintenanceWindow
          Scheduled maintenance windows for the zone.
Zone.MaintenanceWindow.Builder
           
Zone.Status
           
 

Classes in org.jclouds.googlecomputeengine.domain used by org.jclouds.googlecomputeengine.features
Address
          Represents an Address resource.
Disk
          A persistent disk resource
Firewall
          Represents a network firewall
Image
          Represents a disk image to use on an instance.
Instance
          Represents a virtual machine.
Instance.NetworkInterface.AccessConfig
          Access configuration to an instance's network.
Instance.SerialPortOutput
          The output of an instance's serial port;
InstanceTemplate
          Optional information for creating an instance.
ListPage
          The collection returned from any listFirstPage() method.
MachineType
          Represents a machine type used to host an instance.
Network
          Represents a network used to enable instance communication.
Operation
          Describes an operation being executed on some Resource
Project
          A Project resource is the root collection and settings resource for all Google Compute Engine resources.
Region
          Represents a region resource.
Route
          Represents a route resource.
Snapshot
          A Persistent Disk Snapshot resource.
Zone
          Represents a zone resource.
 

Classes in org.jclouds.googlecomputeengine.domain used by org.jclouds.googlecomputeengine.functions
Network
          Represents a network used to enable instance communication.
Operation
          Describes an operation being executed on some Resource
 

Classes in org.jclouds.googlecomputeengine.domain used by org.jclouds.googlecomputeengine.functions.internal
Address
          Represents an Address resource.
Disk
          A persistent disk resource
Firewall
          Represents a network firewall
Image
          Represents a disk image to use on an instance.
Instance
          Represents a virtual machine.
ListPage
          The collection returned from any listFirstPage() method.
MachineType
          Represents a machine type used to host an instance.
Network
          Represents a network used to enable instance communication.
Operation
          Describes an operation being executed on some Resource
Region
          Represents a region resource.
Route
          Represents a route resource.
Snapshot
          A Persistent Disk Snapshot resource.
Zone
          Represents a zone resource.
 

Classes in org.jclouds.googlecomputeengine.domain used by org.jclouds.googlecomputeengine.options
Firewall.Rule
          A Firewall rule.
 

Classes in org.jclouds.googlecomputeengine.domain used by org.jclouds.googlecomputeengine.predicates
Firewall
          Represents a network firewall
InstanceTemplate.PersistentDisk
           
Operation
          Describes an operation being executed on some Resource
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.