Class ServerExtendedAttributes

java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.ServerExtendedAttributes

public class ServerExtendedAttributes extends Object
Additional attributes delivered by Extended Server Attributes extension (alias "OS-EXT-SRV-ATTR")
See Also:
  • Constructor Details

    • ServerExtendedAttributes

      @ConstructorProperties({"OS-EXT-SRV-ATTR:instance_name","OS-EXT-SRV-ATTR:host","OS-EXT-SRV-ATTR:hypervisor_hostname"}) protected ServerExtendedAttributes(@Nullable String instanceName, @Nullable String hostName, @Nullable String hypervisorHostName)
  • Method Details