Class CreateSnapshotOptions.Builder

java.lang.Object
org.jclouds.cloudstack.options.CreateSnapshotOptions.Builder
Enclosing class:
CreateSnapshotOptions

public static class CreateSnapshotOptions.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • accountInDomain

      public static CreateSnapshotOptions accountInDomain(String account, String domainId)
      Parameters:
      account - The account of the snapshot.
      domainId - The domain ID of the snapshot.
    • domainId

      public static CreateSnapshotOptions domainId(String domainId)
      Parameters:
      domainId - The domain ID of the snapshot.
    • policyId

      public static CreateSnapshotOptions policyId(String policyId)
      Parameters:
      policyId - policy id of the snapshot, if this is null, then use MANUAL_POLICY.