Uses of Class
org.jclouds.rest.annotations.WrapWith
-
-
Uses of WrapWith in org.jclouds.chef
Method parameters in org.jclouds.chef with annotations of type WrapWith Modifier and Type Method Description SandboxChefApi. commitSandbox(String id, boolean isCompleted)Confirms if the sandbox is completed or not.voidChefApi. createDatabag(String databagName)Creates a new data bag. -
Uses of WrapWith in org.jclouds.chef.features
Method parameters in org.jclouds.chef.features with annotations of type WrapWith Modifier and Type Method Description voidOrganizationApi. createGroup(String name)Creates a new group. -
Uses of WrapWith in org.jclouds.openstack.keystone.v2_0.extensions
Methods in org.jclouds.openstack.keystone.v2_0.extensions with annotations of type WrapWith Modifier and Type Method Description RoleRoleAdminApi. create(String name)Creates a new RoleServiceServiceAdminApi. create(String name, String type, String description)Creates a new Service -
Uses of WrapWith in org.jclouds.openstack.keystone.v3.features
Methods in org.jclouds.openstack.keystone.v3.features with annotations of type WrapWith Modifier and Type Method Description voidUserApi. changePassword(String id, String originalPassword, String newPassword)ProjectProjectApi. create(String name, String description, boolean enabled, boolean isDomain, String domainId, String parentId)RegionRegionApi. create(String id, String description, String parentId)UserUserApi. create(String name, String password, Boolean enabled, String domainId, String defaultProjectId)RegionRegionApi. update(String id, String description, String parentId)UserUserApi. update(String id, String name, String password, Boolean enabled, String domainId, String defaultProjectId)Method parameters in org.jclouds.openstack.keystone.v3.features with annotations of type WrapWith Modifier and Type Method Description ProjectProjectApi. update(String id, Project project) -
Uses of WrapWith in org.jclouds.openstack.neutron.v2.extensions
Method parameters in org.jclouds.openstack.neutron.v2.extensions with annotations of type WrapWith Modifier and Type Method Description FirewallFWaaSApi. create(CreateFirewall firewall)Create a new firewallRouterRouterApi. create(Router.CreateRouter router)Create a new routerFirewallPolicyFWaaSApi. createFirewallPolicy(CreateFirewallPolicy firewallPolicy)FirewallRuleFWaaSApi. createFirewallRule(CreateFirewallRule firewallRule)FirewallPolicyFWaaSApi. insertFirewallRuleToPolicy(String policyId, String firewallRuleId)FirewallPolicyFWaaSApi. removeFirewallRuleFromPolicy(String policyId, String firewallRuleId)FirewallFWaaSApi. update(String id, UpdateFirewall updateFirewall)Update a firewallRouterRouterApi. update(String id, Router.UpdateRouter router)Update a routerFirewallPolicyFWaaSApi. updateFirewallPolicy(String id, UpdateFirewallPolicy updateFirewallPolicy)FirewallRuleFWaaSApi. updateFirewallRule(String id, UpdateFirewallRule updateFirewallRule) -
Uses of WrapWith in org.jclouds.openstack.neutron.v2.extensions.lbaas.v1
Method parameters in org.jclouds.openstack.neutron.v2.extensions.lbaas.v1 with annotations of type WrapWith Modifier and Type Method Description HealthMonitorLBaaSApi. createHealthMonitor(HealthMonitor.CreateHealthMonitor healthMonitor)Creates a new HealthMonitor.MemberLBaaSApi. createMember(Member.CreateMember member)Creates a new Member.PoolLBaaSApi. createPool(Pool.CreatePool pool)Creates a new Pool.VIPLBaaSApi. createVIP(VIP.CreateVIP vip)Creates a new VIP.HealthMonitorLBaaSApi. updateHealthMonitor(String id, HealthMonitor.UpdateHealthMonitor healthMonitor)Update a HealthMonitor.MemberLBaaSApi. updateMember(String id, Member.UpdateMember member)Update a Member.PoolLBaaSApi. updatePool(String id, Pool.UpdatePool pool)Update a Pool.VIPLBaaSApi. updateVIP(String id, VIP.UpdateVIP vip)Update a VIP. -
Uses of WrapWith in org.jclouds.openstack.neutron.v2.features
Method parameters in org.jclouds.openstack.neutron.v2.features with annotations of type WrapWith Modifier and Type Method Description FloatingIPFloatingIPApi. create(FloatingIP.CreateFloatingIP createFloatingIP)Creates a floating IP.NetworkNetworkApi. create(Network.CreateNetwork network)Create a new network with the specified typePortPortApi. create(Port.CreatePort port)Create a new port in the specified networkRuleSecurityGroupApi. create(Rule.CreateRule securityGroupRule)Creates a new Security Group Rule.SecurityGroupSecurityGroupApi. create(SecurityGroup.CreateSecurityGroup securityGroup)Creates a new SecurityGroup.SubnetSubnetApi. create(Subnet.CreateSubnet subnet)Create a subnet within a specified networkcom.google.common.collect.FluentIterable<Network>NetworkApi. createBulk(com.google.common.collect.ImmutableList<Network.CreateNetwork> networks)Create multiple networkscom.google.common.collect.FluentIterable<Port>PortApi. createBulk(List<Port.CreatePort> ports)Create multiple portscom.google.common.collect.FluentIterable<Subnet>SubnetApi. createBulk(List<Subnet.CreateSubnet> subnets)Create multiple subnetsFloatingIPFloatingIPApi. update(String id, FloatingIP.UpdateFloatingIP updateFloatingIP)Update a Floating IPNetworkNetworkApi. update(String id, Network.UpdateNetwork network)Update a networkPortPortApi. update(String id, Port.UpdatePort port)Update a portSubnetSubnetApi. update(String id, Subnet.UpdateSubnet subnet)Update a subnet -
Uses of WrapWith in org.jclouds.openstack.nova.v2_0.extensions
Methods in org.jclouds.openstack.nova.v2_0.extensions with annotations of type WrapWith Modifier and Type Method Description HostAggregateHostAggregateApi. addHost(String id, String host)Adds a host to an aggregateVolumeAttachmentVolumeAttachmentApi. attachVolumeToServerAsDevice(String volumeId, String serverId, String device)Attaches a Volume to a Server.VolumeTypeVolumeTypeApi. create(String name, CreateVolumeTypeOptions... options)Creates a new volume typeStringServerAdminApi. createBackup(String id, String imageName, BackupType backupType, int rotation, CreateBackupOfServerOptions... options)Create backup of a server.HostAggregateHostAggregateApi. createInAvailabilityZone(String name, String availabilityZone)Creates an aggregate, given its name and availability zone.voidServerAdminApi. liveMigrate(String id, String host, boolean blockMigration, boolean diskOverCommit)Live migrate a server.HostAggregateHostAggregateApi. removeHost(String id, String host)Removes a host from an aggregateHostAggregateHostAggregateApi. setMetadata(String id, Map<String,String> metadata)Adds metadata to an aggregateHostAggregateHostAggregateApi. updateAvailabilityZone(String id, String availabilityZone)Updates the availability zone for an aggregate.HostAggregateHostAggregateApi. updateName(String id, String name)Updates the name of an aggregate. -
Uses of WrapWith in org.jclouds.openstack.nova.v2_0.features
Method parameters in org.jclouds.openstack.nova.v2_0.features with annotations of type WrapWith Modifier and Type Method Description FlavorFlavorApi. create(Flavor flavor)Create flavor according to the provided object -
Uses of WrapWith in org.jclouds.rackspace.clouddns.v1.features
Method parameters in org.jclouds.rackspace.clouddns.v1.features with annotations of type WrapWith Modifier and Type Method Description Job<Set<Domain>>DomainApi. create(Iterable<CreateDomain> createDomains)Provisions one or more new DNS domains based on the configuration defined in CreateDomain.Job<Set<RecordDetail>>RecordApi. create(Iterable<Record> createRecords)Create Records for a Domain or Subdomain. -
Uses of WrapWith in org.jclouds.rackspace.cloudloadbalancers.v1.features
Method parameters in org.jclouds.rackspace.cloudloadbalancers.v1.features with annotations of type WrapWith Modifier and Type Method Description Set<Node>NodeApi. add(Iterable<AddNode> addNodes)Add a new node with the configuration defined by the request.voidAccessRuleApi. create(Iterable<AccessRule> accessRules)Create new access rules or append to existing access rules.LoadBalancerLoadBalancerApi. create(CreateLoadBalancer createLB)Create a new load balancer with the configuration defined by the request.voidHealthMonitorApi. createOrUpdate(HealthMonitor healthMonitor)Create or update a health monitor.voidSSLTerminationApi. createOrUpdate(SSLTermination sslTermination)Create or update SSL termination.voidConnectionApi. createOrUpdateConnectionThrottle(ConnectionThrottle connectionThrottle)The connection throttling feature imposes limits on the number of connections per IP address to help mitigate malicious or abusive traffic to your applications.voidLoadBalancerApi. update(int id, UpdateLoadBalancer updateLB)Update the properties of a load balancer.voidNodeApi. update(int id, UpdateNode updateNode)Update the attributes of a node. -
Uses of WrapWith in org.jclouds.softlayer.features
Method parameters in org.jclouds.softlayer.features with annotations of type WrapWith Modifier and Type Method Description NetworkNetworkApi. createNetwork(List<Network.CreateNetwork> networkToBeCreated)creates a networkSubnetNetworkApi. createSubnet(long id, List<Object> subnetToBeCreated)creates a subnet on the given networkbooleanNetworkApi. deleteSubnet(long id, List<Subnet.DeleteSubnet> subnetToBeDeleted)removes the subnet of the given networkbooleanNetworkApi. editNetwork(long id, List<Network.EditNetwork> networkToBeEdited)modifies a network with the given id
-