Class ServerAction.CreateBackup

java.lang.Object
com.woorea.openstack.nova.model.ServerAction.CreateBackup
All Implemented Interfaces:
ServerAction, Serializable
Enclosing interface:
ServerAction

public static final class ServerAction.CreateBackup extends Object implements ServerAction
See Also:
  • Field Details

  • Constructor Details

    • CreateBackup

      public CreateBackup()
  • Method Details

    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getType

      public String getType()
      Returns:
      the type
    • setType

      public void setType(String type)
      Parameters:
      type - the type to set
    • getRotation

      public String getRotation()
      Returns:
      the rotation
    • setRotation

      public void setRotation(String rotation)
      Parameters:
      rotation - the rotation to set
    • getMetadata

      public Map<String,String> getMetadata()
      Returns:
      the metadata
    • setMetadata

      public void setMetadata(Map<String,String> metadata)
      Parameters:
      metadata - the metadata to set