Uses of Annotation Interface
org.jclouds.rest.annotations.WrapWith
Packages that use WrapWith
Package
Description
-
Uses of WrapWith in org.jclouds.chef
Method parameters in org.jclouds.chef with annotations of type WrapWithModifier and TypeMethodDescriptionChefApi.commitSandbox
(String id, boolean isCompleted) Confirms if the sandbox is completed or not.void
ChefApi.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 WrapWithModifier and TypeMethodDescriptionvoid
OrganizationApi.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 -
Uses of WrapWith in org.jclouds.openstack.keystone.v3.features
Methods in org.jclouds.openstack.keystone.v3.features with annotations of type WrapWithModifier and TypeMethodDescriptionvoid
UserApi.changePassword
(String id, String originalPassword, String newPassword) ProjectApi.create
(String name, String description, boolean enabled, boolean isDomain, String domainId, String parentId) UserApi.create
(String name, String password, Boolean enabled, String domainId, String defaultProjectId) UserApi.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 -
Uses of WrapWith in org.jclouds.openstack.neutron.v2.extensions
Method parameters in org.jclouds.openstack.neutron.v2.extensions with annotations of type WrapWithModifier and TypeMethodDescriptionFWaaSApi.create
(CreateFirewall firewall) Create a new firewallRouterApi.create
(Router.CreateRouter router) Create a new routerFWaaSApi.createFirewallPolicy
(CreateFirewallPolicy firewallPolicy) FWaaSApi.createFirewallRule
(CreateFirewallRule firewallRule) FWaaSApi.insertFirewallRuleToPolicy
(String policyId, String firewallRuleId) FWaaSApi.removeFirewallRuleFromPolicy
(String policyId, String firewallRuleId) FWaaSApi.update
(String id, UpdateFirewall updateFirewall) Update a firewallRouterApi.update
(String id, Router.UpdateRouter router) Update a routerFWaaSApi.updateFirewallPolicy
(String id, UpdateFirewallPolicy updateFirewallPolicy) FWaaSApi.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 WrapWithModifier and TypeMethodDescriptionLBaaSApi.createHealthMonitor
(HealthMonitor.CreateHealthMonitor healthMonitor) Creates a new HealthMonitor.LBaaSApi.createMember
(Member.CreateMember member) Creates a new Member.LBaaSApi.createPool
(Pool.CreatePool pool) Creates a new Pool.LBaaSApi.createVIP
(VIP.CreateVIP vip) Creates a new VIP.LBaaSApi.updateHealthMonitor
(String id, HealthMonitor.UpdateHealthMonitor healthMonitor) Update a HealthMonitor.LBaaSApi.updateMember
(String id, Member.UpdateMember member) Update a Member.LBaaSApi.updatePool
(String id, Pool.UpdatePool pool) Update a Pool.LBaaSApi.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 WrapWithModifier and TypeMethodDescriptionFloatingIPApi.create
(FloatingIP.CreateFloatingIP createFloatingIP) Creates a floating IP.NetworkApi.create
(Network.CreateNetwork network) Create a new network with the specified typePortApi.create
(Port.CreatePort port) Create a new port in the specified networkSecurityGroupApi.create
(Rule.CreateRule securityGroupRule) Creates a new Security Group Rule.SecurityGroupApi.create
(SecurityGroup.CreateSecurityGroup securityGroup) Creates a new SecurityGroup.SubnetApi.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 subnetsFloatingIPApi.update
(String id, FloatingIP.UpdateFloatingIP updateFloatingIP) Update a Floating IPNetworkApi.update
(String id, Network.UpdateNetwork network) Update a networkPortApi.update
(String id, Port.UpdatePort port) Update a portSubnetApi.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 WrapWithModifier and TypeMethodDescriptionAdds a host to an aggregateVolumeAttachmentApi.attachVolumeToServerAsDevice
(String volumeId, String serverId, String device) Attaches a Volume to a Server.VolumeTypeApi.create
(String name, CreateVolumeTypeOptions... options) Creates a new volume typeServerAdminApi.createBackup
(String id, String imageName, BackupType backupType, int rotation, CreateBackupOfServerOptions... options) Create backup of a server.HostAggregateApi.createInAvailabilityZone
(String name, String availabilityZone) Creates an aggregate, given its name and availability zone.void
ServerAdminApi.liveMigrate
(String id, String host, boolean blockMigration, boolean diskOverCommit) Live migrate a server.HostAggregateApi.removeHost
(String id, String host) Removes a host from an aggregateHostAggregateApi.setMetadata
(String id, Map<String, String> metadata) Adds metadata to an aggregateHostAggregateApi.updateAvailabilityZone
(String id, String availabilityZone) Updates the availability zone for an aggregate.HostAggregateApi.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 -
Uses of WrapWith in org.jclouds.rackspace.clouddns.v1.features
Method parameters in org.jclouds.rackspace.clouddns.v1.features with annotations of type WrapWithModifier and TypeMethodDescriptionDomainApi.create
(Iterable<CreateDomain> createDomains) Provisions one or more new DNS domains based on the configuration defined in CreateDomain.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 WrapWithModifier and TypeMethodDescriptionAdd a new node with the configuration defined by the request.void
AccessRuleApi.create
(Iterable<AccessRule> accessRules) Create new access rules or append to existing access rules.LoadBalancerApi.create
(CreateLoadBalancer createLB) Create a new load balancer with the configuration defined by the request.void
HealthMonitorApi.createOrUpdate
(HealthMonitor healthMonitor) Create or update a health monitor.void
SSLTerminationApi.createOrUpdate
(SSLTermination sslTermination) Create or update SSL termination.void
ConnectionApi.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.void
LoadBalancerApi.update
(int id, UpdateLoadBalancer updateLB) Update the properties of a load balancer.void
NodeApi.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 WrapWithModifier and TypeMethodDescriptionNetworkApi.createNetwork
(List<Network.CreateNetwork> networkToBeCreated) creates a networkNetworkApi.createSubnet
(long id, List<Object> subnetToBeCreated) creates a subnet on the given networkboolean
NetworkApi.deleteSubnet
(long id, List<Subnet.DeleteSubnet> subnetToBeDeleted) removes the subnet of the given networkboolean
NetworkApi.editNetwork
(long id, List<Network.EditNetwork> networkToBeEdited) modifies a network with the given id