Uses of Class
org.jclouds.domain.JsonBall
Packages that use JsonBall
Package
Description
-
Uses of JsonBall in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return JsonBallModifier and TypeMethodDescriptionabstract JsonBall
AlertProperties.context()
abstract JsonBall
AlertProperties.egressConfig()
Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type JsonBallModifier and TypeMethodDescriptionDeployment.DeploymentProperties.outputs()
Deployment.DeploymentProperties.parameters()
Deployment.ProviderResourceType.properties()
Deployment.DeploymentProperties.template()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type JsonBallModifier and TypeMethodDescriptionabstract AlertProperties.Builder
static AlertProperties
AlertProperties.create
(JsonBall context, JsonBall egressConfig, Essentials essentials) abstract AlertProperties.Builder
AlertProperties.Builder.egressConfig
(JsonBall egressConfig) Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type JsonBallModifier and TypeMethodDescriptionDeployment.DeploymentProperties.create
(String provisioningState, String correlationId, String timestamp, Map<String, JsonBall> outputs, List<Deployment.Provider> providers, List<Deployment.Dependency> dependencies, Map<String, JsonBall> template, Deployment.ContentLink templateLink, Map<String, JsonBall> parameters, Deployment.ContentLink parametersLink, String mode, String duration, List<Map<String, String>> outputResources) Deployment.ProviderResourceType.create
(String resourceType, List<String> locations, List<String> apiVersions, Map<String, JsonBall> properties) -
Uses of JsonBall in org.jclouds.chef.domain
Subclasses of JsonBall in org.jclouds.chef.domainMethods in org.jclouds.chef.domain that return JsonBallMethods in org.jclouds.chef.domain that return types with arguments of type JsonBallModifier and TypeMethodDescriptionEnvironment.getAttributes()
Node.getAutomaticAttributes()
Node.getDefaultAttributes()
Role.getDefaultAttributes()
Node.getNormalAttributes()
Environment.getOverrideAttributes()
Node.getOverrideAttributes()
Role.getOverrideAttributes()
Methods in org.jclouds.chef.domain with parameters of type JsonBallModifier and TypeMethodDescriptionBootstrapConfig.Builder.attributes
(JsonBall attributes) Sets the attributes that will be populated to the deployed nodes.Node.Builder.automaticAttribute
(String key, JsonBall value) Node.Builder.defaultAttribute
(String key, JsonBall value) Role.Builder.defaultAttribute
(String key, JsonBall value) Attribute.Builder.defaultValue
(JsonBall defaultValue) Node.Builder.normalAttribute
(String key, JsonBall value) Environment.Builder.overrideAttribute
(String key, JsonBall value) Node.Builder.overrideAttribute
(String key, JsonBall value) Role.Builder.overrideAttribute
(String key, JsonBall value) Method parameters in org.jclouds.chef.domain with type arguments of type JsonBallModifier and TypeMethodDescriptionEnvironment.Builder.attributes
(Map<String, JsonBall> attributes) Node.Builder.automaticAttributes
(Map<String, JsonBall> automaticAttribute) Node.Builder.defaultAttributes
(Map<String, JsonBall> defaultAttributes) Role.Builder.defaultAttributes
(Map<String, JsonBall> defaultAttributes) Node.Builder.normalAttributes
(Map<String, JsonBall> normalAttributes) Environment.Builder.overrideAttributes
(Map<String, JsonBall> overrideAttributes) Node.Builder.overrideAttributes
(Map<String, JsonBall> overrideAttributes) Role.Builder.overrideAttributes
(Map<String, JsonBall> overrideAttributes) Constructors in org.jclouds.chef.domain with parameters of type JsonBallModifierConstructorDescriptionprotected
Attribute
(String required, boolean calculated, Set<String> choice, JsonBall defaultValue, String type, List<String> recipes, String displayName, String description) protected
BootstrapConfig
(List<String> runList, String environment, JsonBall attributes, String sslCAFile, String sslCAPath, BootstrapConfig.SSLVerifyMode sslVerifyMode, Boolean verifyApiCert) Constructor parameters in org.jclouds.chef.domain with type arguments of type JsonBallModifierConstructorDescriptionprotected
Environment
(String name, Map<String, JsonBall> attributes, Map<String, JsonBall> overrideAttributes, String description, Map<String, String> cookbookVersions) protected
Node
(String name, Map<String, JsonBall> normalAttributes, Map<String, JsonBall> overrideAttributes, Map<String, JsonBall> defaultAttributes, Map<String, JsonBall> automaticAttributes, List<String> runList, String environment) protected
Role
(String name, String description, Map<String, JsonBall> defaultAttributes, List<String> runList, Map<String, JsonBall> overrideAttributes, Map<String, List<String>> envRunList) -
Uses of JsonBall in org.jclouds.chef.strategy.internal
Constructor parameters in org.jclouds.chef.strategy.internal with type arguments of type JsonBallModifierConstructorDescriptionCreateNodeAndPopulateAutomaticAttributesImpl
(ChefApi chef, com.google.common.base.Supplier<Map<String, JsonBall>> automaticSupplier) UpdateAutomaticAttributesOnNodeImpl
(ChefApi chef, com.google.common.base.Supplier<Map<String, JsonBall>> automaticSupplier) -
Uses of JsonBall in org.jclouds.chef.util
Methods in org.jclouds.chef.util that return JsonBallMethods in org.jclouds.chef.util that return types with arguments of type JsonBallModifier and TypeMethodDescriptionChefUtils.ohaiAutomaticAttributeBinder
(com.google.inject.Binder binder) Methods in org.jclouds.chef.util with parameters of type JsonBall -
Uses of JsonBall in org.jclouds.cloudstack.functions
Method parameters in org.jclouds.cloudstack.functions with type arguments of type JsonBallConstructor parameters in org.jclouds.cloudstack.functions with type arguments of type JsonBallModifierConstructorDescriptionParseAsyncJobFromHttpResponse
(ParseTypedAsyncJob parseTyped, UnwrapOnlyJsonValue<AsyncJob<Map<String, JsonBall>>> parser) -
Uses of JsonBall in org.jclouds.json.config
Methods in org.jclouds.json.config that return JsonBallModifier and TypeMethodDescriptionprotected JsonBall
GsonModule.NullHackJsonBallAdapter.createJsonLiteralFromRawJson
(String json) Methods in org.jclouds.json.config that return types with arguments of type JsonBallModifier and TypeMethodDescriptionprotected final com.google.gson.TypeAdapter
<JsonBall> GsonModule.provideJsonBallAdapter
(GsonModule.NullHackJsonBallAdapter in) -
Uses of JsonBall in org.jclouds.ohai
Methods in org.jclouds.ohai that return types with arguments of type JsonBall -
Uses of JsonBall in org.jclouds.ohai.config
Methods in org.jclouds.ohai.config that return JsonBallModifier and TypeMethodDescriptionOhaiModule.OhaiTimeProvider.get()
OhaiModule.PlatformProvider.get()
OhaiModule.SystemPropertiesProvider.get()
OhaiModule.SystemPropertyProvider.get()
Methods in org.jclouds.ohai.config that return types with arguments of type JsonBallModifier and TypeMethodDescriptionJMXOhaiModule.bindOhai()
OhaiModule.bindOhai()
OhaiModule.guiceProvideAutomatic
(AutomaticSupplier in) OhaiModule.provideAutomatic
(AutomaticSupplier in) -
Uses of JsonBall in org.jclouds.ohai.functions
Methods in org.jclouds.ohai.functions that return types with arguments of type JsonBallModifier and TypeMethodDescriptionNestSlashKeys.apply
(com.google.common.collect.Multimap<String, com.google.common.base.Supplier<JsonBall>> from) Method parameters in org.jclouds.ohai.functions with type arguments of type JsonBall -
Uses of JsonBall in org.jclouds.ohai.suppliers
Methods in org.jclouds.ohai.suppliers that return JsonBall -
Uses of JsonBall in org.jclouds.rackspace.clouddns.v1.functions
Methods in org.jclouds.rackspace.clouddns.v1.functions with parameters of type JsonBallModifier and TypeMethodDescriptionprotected Object
ParseJob.parseResponse
(String requestUrl, JsonBall response)