Constant Field Values

Contents

org.jclouds.*

  • org.jclouds.googlecloud.config.CurrentProject.ClientEmail 
    Modifier and Type Constant Field Value
    public static final String DESCRIPTION "client_email which usually looks like project_id@developer.gserviceaccount.com or project_id-extended_uid@developer.gserviceaccount.com or account@project_id.company_domain.iam.gserviceaccount.com or account@project_id.iam.gserviceaccount.com."
  • org.jclouds.googlecloud.config.GoogleCloudProperties 
    Modifier and Type Constant Field Value
    public static final String CREDENTIAL_TYPE "jclouds.oauth.credential-type"
    public static final String PROJECT_NAME "jclouds.googlecloud.project-name"
  • org.jclouds.openstack.cinder.v1.extensions.ExtensionNamespaces 
    Modifier and Type Constant Field Value
    public static final String ADMIN_ACTIONS "http://docs.openstack.org/ext/admin-actions/api/v1.1"
  • org.jclouds.openstack.glance.v1_0.options.CreateImageOptions 
    Modifier and Type Constant Field Value
    public static final String COPY_FROM "x-glance-api-copy-from"
  • org.jclouds.openstack.glance.v1_0.options.ImageField 
    Modifier and Type Constant Field Value
    public static final String HEADER_PREFIX "X-Image-Meta-"
  • org.jclouds.openstack.keystone.v2_0.extensions.ExtensionAliases 
    Modifier and Type Constant Field Value
    public static final String OS_KSADM "OS-KSADM"
  • org.jclouds.openstack.keystone.v2_0.extensions.ExtensionNames 
    Modifier and Type Constant Field Value
    public static final String OS_KSADM "OpenStack Keystone Admin"
  • org.jclouds.openstack.keystone.v2_0.extensions.ExtensionNamespaces 
    Modifier and Type Constant Field Value
    public static final String OS_KSADM "http://docs.openstack.org/identity/api/ext/OS-KSADM/v1.0"
  • org.jclouds.openstack.neutron.v2.extensions.ExtensionNamespaces 
    Modifier and Type Constant Field Value
    public static final String FWAAS "http://wiki.openstack.org/Neutron/FWaaS/API_1.0"
    public static final String L3_ROUTER "http://docs.openstack.org/ext/neutron/router/api/v1.0"
    public static final String LBAAS "http://wiki.openstack.org/neutron/LBaaS/API_1.0"
    public static final String SECURITY_GROUPS "http://docs.openstack.org/ext/securitygroups/api/v2.0"
  • org.jclouds.openstack.swift.v1.handlers.SwiftErrorHandler 
    Modifier and Type Constant Field Value
    public static final String PREFIX "^/v[0-9][^/]*/[a-zA-Z]+_[^/]+/"
  • org.jclouds.rackspace.cloudfiles.v1.handlers.CloudFilesErrorHandler 
    Modifier and Type Constant Field Value
    public static final String PREFIX "^/v[0-9][^/]*/[a-zA-Z]+_[^/]+/"
  • org.jclouds.rest.annotations.FormParams 
    Modifier and Type Constant Field Value
    public static final String NULL "FORM_NULL"
  • org.jclouds.rest.annotations.PartParam 
    Modifier and Type Constant Field Value
    public static final String NO_CONTENT_TYPE "---NO_CONTENT_TYPE---"
    public static final String NO_FILENAME "---NO_FILENAME---"
  • org.jclouds.rest.annotations.PayloadParams 
    Modifier and Type Constant Field Value
    public static final String NULL "MAP_PAYLOAD_NULL"
  • org.jclouds.rest.annotations.QueryParams 
    Modifier and Type Constant Field Value
    public static final String NULL "QUERY_NULL"
  • org.jclouds.scriptbuilder.domain.AppendFile 
    Modifier and Type Constant Field Value
    public static final String DELIMITER "END_OF_JCLOUDS_FILE"
  • org.jclouds.scriptbuilder.domain.CreateRunScript 
    Modifier and Type Constant Field Value
    public static final String DELIMITER "END_OF_JCLOUDS_SCRIPT"
  • org.jclouds.scriptbuilder.domain.SaveHttpResponseTo 
    Modifier and Type Constant Field Value
    public static final String CURL "curl -q -s -S -L --connect-timeout 10 --max-time 600 --retry 20"
  • org.jclouds.softlayer.features.AccountApi 
    Modifier and Type Constant Field Value
    public static final String GUEST_MASK "children.blockDevices.diskImage.softwareReferences.softwareDescription"
    public static final String LIST_GUEST_MASK "powerState;operatingSystem.passwords;datacenter;billingItem;blockDevices.diskImage;tagReferences.tag.name"
  • org.jclouds.softlayer.features.NetworkApi 
    Modifier and Type Constant Field Value
    public static final String NAME_MASK "mask.subnets"
  • org.jclouds.softlayer.features.VirtualGuestApi 
    Modifier and Type Constant Field Value
    public static final String GUEST_MASK "id;hostname;domain;fullyQualifiedDomainName;powerState;maxCpu;maxMemory;statusId;operatingSystem.passwords;primaryBackendIpAddress;primaryIpAddress;activeTransactionCount;blockDevices.diskImage;datacenter;tagReferences;privateNetworkOnlyFlag;sshKeys"
    public static final String NOTES_MASK "id;notes"
  • org.jclouds.softlayer.features.VirtualGuestBlockDeviceTemplateGroupApi 
    Modifier and Type Constant Field Value
    public static final String MASK "children.blockDevices.diskImage.softwareReferences.softwareDescription"
  • org.jclouds.xml.XMLParser 
    Modifier and Type Constant Field Value
    public static final String DEFAULT_XML_HEADER "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>"