Package org.jclouds.compute.domain.internal

Examples of org.jclouds.compute.domain.internal.ComputeMetadataImpl


   public ComputeMetadataBuilder userMetadata(Map<String, String> userMetadata) {
      return ComputeMetadataBuilder.class.cast(super.userMetadata(userMetadata));
   }

   public ComputeMetadata build() {
      return new ComputeMetadataImpl(type, providerId, name, id, location, uri, userMetadata, tags);
   }
View Full Code Here


   public ComputeMetadataBuilder userMetadata(Map<String, String> userMetadata) {
      return ComputeMetadataBuilder.class.cast(super.userMetadata(userMetadata));
   }

   public ComputeMetadata build() {
      return new ComputeMetadataImpl(type, providerId, name, id, location, uri, userMetadata, tags);
   }
View Full Code Here

   public ComputeMetadataBuilder userMetadata(Map<String, String> userMetadata) {
      return ComputeMetadataBuilder.class.cast(super.userMetadata(userMetadata));
   }

   public ComputeMetadata build() {
      return new ComputeMetadataImpl(type, providerId, name, id, location, uri, userMetadata, tags);
   }
View Full Code Here

TOP

Related Classes of org.jclouds.compute.domain.internal.ComputeMetadataImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.