org.jclouds.openstack.glance.v1_0.options

Class CreateImageOptions

    • Constructor Detail

      • CreateImageOptions

        public CreateImageOptions()
    • Method Detail

      • id

        public CreateImageOptions id(String id)
        When present, Glance will use the supplied identifier for the image instead of generating one. If the identifier already exists in that Glance node, then a 409 Conflict will be returned by Glance. The value of the header must be a uuid in hexadecimal string notation (i.e. 71c675ab-d94f-49cd-a114-e12490b328d9).

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