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.DeploymentPropertiesDeployment.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.ProviderResourceTypeDeployment.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 classDatabagItemAn item in a data bag.Methods in org.jclouds.chef.domain that return JsonBall Modifier and Type Method Description JsonBallBootstrapConfig. getAttributes()JsonBallAttribute. 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.BuilderEnvironment.Builder. attribute(String key, JsonBall value)BootstrapConfig.BuilderBootstrapConfig.Builder. attributes(JsonBall attributes)Sets the attributes that will be populated to the deployed nodes.Node.BuilderNode.Builder. automaticAttribute(String key, JsonBall value)Node.BuilderNode.Builder. defaultAttribute(String key, JsonBall value)Role.BuilderRole.Builder. defaultAttribute(String key, JsonBall value)Attribute.BuilderAttribute.Builder. defaultValue(JsonBall defaultValue)Node.BuilderNode.Builder. normalAttribute(String key, JsonBall value)Environment.BuilderEnvironment.Builder. overrideAttribute(String key, JsonBall value)Node.BuilderNode.Builder. overrideAttribute(String key, JsonBall value)Role.BuilderRole.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.BuilderEnvironment.Builder. attributes(Map<String,JsonBall> attributes)Node.BuilderNode.Builder. automaticAttributes(Map<String,JsonBall> automaticAttribute)Node.BuilderNode.Builder. defaultAttributes(Map<String,JsonBall> defaultAttributes)Role.BuilderRole.Builder. defaultAttributes(Map<String,JsonBall> defaultAttributes)Node.BuilderNode.Builder. normalAttributes(Map<String,JsonBall> normalAttributes)Environment.BuilderEnvironment.Builder. overrideAttributes(Map<String,JsonBall> overrideAttributes)Node.BuilderNode.Builder. overrideAttributes(Map<String,JsonBall> overrideAttributes)Role.BuilderRole.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 JsonBallChefUtils. 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 DateChefUtils. 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 JsonBallGsonModule.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 JsonBallOhaiModule.OhaiTimeProvider. get()JsonBallOhaiModule.PlatformProvider. get()JsonBallOhaiModule.SystemPropertiesProvider. get()JsonBallOhaiModule.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 JsonBallUptimeSecondsSupplier. 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 ObjectParseJob. parseResponse(String requestUrl, JsonBall response)
-