org.jclouds.googlecomputeengine.domain
Class MachineTypeInZone

java.lang.Object
  extended by org.jclouds.googlecomputeengine.domain.SlashEncodedIds
      extended by org.jclouds.googlecomputeengine.domain.MachineTypeInZone

public class MachineTypeInZone
extends SlashEncodedIds


Field Summary
protected  MachineType machineType
           
 
Fields inherited from class org.jclouds.googlecomputeengine.domain.SlashEncodedIds
firstId, secondId
 
Constructor Summary
MachineTypeInZone(MachineType machineType, String zoneId)
           
 
Method Summary
 boolean equals(Object obj)
          
 MachineType getMachineType()
           
 String toString()
           
 
Methods inherited from class org.jclouds.googlecomputeengine.domain.SlashEncodedIds
fromSlashEncoded, fromTwoIds, getFirstId, getSecondId, hashCode, slashEncode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

machineType

protected final MachineType machineType
Constructor Detail

MachineTypeInZone

public MachineTypeInZone(MachineType machineType,
                         String zoneId)
Method Detail

getMachineType

public MachineType getMachineType()

equals

public boolean equals(Object obj)

Overrides:
equals in class SlashEncodedIds

toString

public String toString()
Overrides:
toString in class SlashEncodedIds


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