Uses of Class
org.jclouds.domain.JsonBall
-
-
Uses of JsonBall in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type JsonBall Modifier and Type Method Description abstract Map<String,JsonBall>
Deployment.DeploymentProperties. outputs()
abstract Map<String,JsonBall>
Deployment.DeploymentProperties. parameters()
abstract Map<String,JsonBall>
Deployment.ProviderResourceType. properties()
abstract Map<String,JsonBall>
Deployment.DeploymentProperties. template()
Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type JsonBall Modifier and Type Method Description static Deployment.DeploymentProperties
Deployment.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)
static Deployment.ProviderResourceType
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.domain Modifier and Type Class Description class
DatabagItem
An item in a data bag.Methods in org.jclouds.chef.domain that return JsonBall Modifier and Type Method Description JsonBall
BootstrapConfig. getAttributes()
JsonBall
Attribute. getDefaultValue()
Methods in org.jclouds.chef.domain that return types with arguments of type JsonBall Modifier and Type Method Description Map<String,JsonBall>
Environment. getAttributes()
Map<String,JsonBall>
Node. getAutomaticAttributes()
Map<String,JsonBall>
Node. getDefaultAttributes()
Map<String,JsonBall>
Role. getDefaultAttributes()
Map<String,JsonBall>
Node. getNormalAttributes()
Map<String,JsonBall>
Environment. getOverrideAttributes()
Map<String,JsonBall>
Node. getOverrideAttributes()
Map<String,JsonBall>
Role. getOverrideAttributes()
Methods in org.jclouds.chef.domain with parameters of type JsonBall Modifier and Type Method Description Environment.Builder
Environment.Builder. attribute(String key, JsonBall value)
BootstrapConfig.Builder
BootstrapConfig.Builder. attributes(JsonBall attributes)
Sets the attributes that will be populated to the deployed nodes.Node.Builder
Node.Builder. automaticAttribute(String key, JsonBall value)
Node.Builder
Node.Builder. defaultAttribute(String key, JsonBall value)
Role.Builder
Role.Builder. defaultAttribute(String key, JsonBall value)
Attribute.Builder
Attribute.Builder. defaultValue(JsonBall defaultValue)
Node.Builder
Node.Builder. normalAttribute(String key, JsonBall value)
Environment.Builder
Environment.Builder. overrideAttribute(String key, JsonBall value)
Node.Builder
Node.Builder. overrideAttribute(String key, JsonBall value)
Role.Builder
Role.Builder. overrideAttribute(String key, JsonBall value)
Method parameters in org.jclouds.chef.domain with type arguments of type JsonBall Modifier and Type Method Description Environment.Builder
Environment.Builder. attributes(Map<String,JsonBall> attributes)
Node.Builder
Node.Builder. automaticAttributes(Map<String,JsonBall> automaticAttribute)
Node.Builder
Node.Builder. defaultAttributes(Map<String,JsonBall> defaultAttributes)
Role.Builder
Role.Builder. defaultAttributes(Map<String,JsonBall> defaultAttributes)
Node.Builder
Node.Builder. normalAttributes(Map<String,JsonBall> normalAttributes)
Environment.Builder
Environment.Builder. overrideAttributes(Map<String,JsonBall> overrideAttributes)
Node.Builder
Node.Builder. overrideAttributes(Map<String,JsonBall> overrideAttributes)
Role.Builder
Role.Builder. overrideAttributes(Map<String,JsonBall> overrideAttributes)
Constructors in org.jclouds.chef.domain with parameters of type JsonBall Constructor Description Attribute(String required, boolean calculated, Set<String> choice, JsonBall defaultValue, String type, List<String> recipes, String displayName, String description)
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 JsonBall Constructor Description Environment(String name, Map<String,JsonBall> attributes, Map<String,JsonBall> overrideAttributes, String description, Map<String,String> cookbookVersions)
Node(String name, Map<String,JsonBall> normalAttributes, Map<String,JsonBall> overrideAttributes, Map<String,JsonBall> defaultAttributes, Map<String,JsonBall> automaticAttributes, List<String> runList, String environment)
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 JsonBall Constructor Description CreateNodeAndPopulateAutomaticAttributesImpl(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 JsonBall Modifier and Type Method Description static JsonBall
ChefUtils. toOhaiTime(long millis)
Methods in org.jclouds.chef.util that return types with arguments of type JsonBall Modifier and Type Method Description static com.google.inject.multibindings.MapBinder<String,com.google.common.base.Supplier<JsonBall>>
ChefUtils. ohaiAutomaticAttributeBinder(com.google.inject.Binder binder)
Methods in org.jclouds.chef.util with parameters of type JsonBall Modifier and Type Method Description static Date
ChefUtils. fromOhaiTime(JsonBall ohaiDate)
-
Uses of JsonBall in org.jclouds.cloudstack.functions
Method parameters in org.jclouds.cloudstack.functions with type arguments of type JsonBall Modifier and Type Method Description AsyncJob<?>
ParseTypedAsyncJob. apply(AsyncJob<Map<String,JsonBall>> toParse)
Constructor parameters in org.jclouds.cloudstack.functions with type arguments of type JsonBall Constructor Description ParseAsyncJobFromHttpResponse(ParseTypedAsyncJob parseTyped, UnwrapOnlyJsonValue<AsyncJob<Map<String,JsonBall>>> parser)
-
Uses of JsonBall in org.jclouds.json.config
Methods in org.jclouds.json.config that return JsonBall Modifier and Type Method Description protected JsonBall
GsonModule.NullHackJsonBallAdapter. createJsonLiteralFromRawJson(String json)
Methods in org.jclouds.json.config that return types with arguments of type JsonBall Modifier and Type Method Description protected 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 Modifier and Type Method Description Map<String,JsonBall>
AutomaticSupplier. get()
-
Uses of JsonBall in org.jclouds.ohai.config
Methods in org.jclouds.ohai.config that return JsonBall Modifier and Type Method Description JsonBall
OhaiModule.OhaiTimeProvider. get()
JsonBall
OhaiModule.PlatformProvider. get()
JsonBall
OhaiModule.SystemPropertiesProvider. get()
JsonBall
OhaiModule.SystemPropertyProvider. get()
Methods in org.jclouds.ohai.config that return types with arguments of type JsonBall Modifier and Type Method Description com.google.inject.multibindings.MapBinder<String,com.google.common.base.Supplier<JsonBall>>
JMXOhaiModule. bindOhai()
com.google.inject.multibindings.MapBinder<String,com.google.common.base.Supplier<JsonBall>>
OhaiModule. bindOhai()
protected com.google.common.base.Supplier<Map<String,JsonBall>>
OhaiModule. guiceProvideAutomatic(AutomaticSupplier in)
protected com.google.common.base.Supplier<Map<String,JsonBall>>
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 JsonBall Modifier and Type Method Description Map<String,JsonBall>
NestSlashKeys. 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 Modifier and Type Method Description Map<String,JsonBall>
NestSlashKeys. apply(com.google.common.collect.Multimap<String,com.google.common.base.Supplier<JsonBall>> from)
-
Uses of JsonBall in org.jclouds.ohai.suppliers
Methods in org.jclouds.ohai.suppliers that return JsonBall Modifier and Type Method Description JsonBall
UptimeSecondsSupplier. get()
-
Uses of JsonBall in org.jclouds.rackspace.clouddns.v1.functions
Methods in org.jclouds.rackspace.clouddns.v1.functions with parameters of type JsonBall Modifier and Type Method Description protected Object
ParseJob. parseResponse(String requestUrl, JsonBall response)
-