1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00
fog--fog-aws/lib/fog/aws/models/compute
2022-06-11 08:46:42 +01:00
..
address.rb add setting tags for address 2018-09-21 15:12:37 +02:00
addresses.rb git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
dhcp_option.rb git grep -l "class AWS" -- lib/fog/aws/models/compute/ | xargs sed -i "" "s/class AWS/class Compute/g" 2018-09-17 23:02:03 +09:00
dhcp_options.rb git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
flavor.rb git grep -l "class AWS" -- lib/fog/aws/models/compute/ | xargs sed -i "" "s/class AWS/class Compute/g" 2018-09-17 23:02:03 +09:00
flavors.rb add x2gd and t4g instance flavours 2022-06-11 08:46:42 +01:00
image.rb git grep -l "class AWS" -- lib/fog/aws/models/compute/ | xargs sed -i "" "s/class AWS/class Compute/g" 2018-09-17 23:02:03 +09:00
images.rb git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
internet_gateway.rb git grep -l "class AWS" -- lib/fog/aws/models/compute/ | xargs sed -i "" "s/class AWS/class Compute/g" 2018-09-17 23:02:03 +09:00
internet_gateways.rb git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
key_pair.rb git grep -l "class AWS" -- lib/fog/aws/models/compute/ | xargs sed -i "" "s/class AWS/class Compute/g" 2018-09-17 23:02:03 +09:00
key_pairs.rb git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
network_acl.rb git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
network_acls.rb git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
network_interface.rb git grep -l "class AWS" -- lib/fog/aws/models/compute/ | xargs sed -i "" "s/class AWS/class Compute/g" 2018-09-17 23:02:03 +09:00
network_interfaces.rb git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
route_table.rb git grep -l "class AWS" -- lib/fog/aws/models/compute/ | xargs sed -i "" "s/class AWS/class Compute/g" 2018-09-17 23:02:03 +09:00
route_tables.rb git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
security_group.rb Add IPv6 support for Ingress Security Groups 2021-08-19 22:36:14 +02:00
security_groups.rb git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
server.rb Implement @geemus recommendations 2021-06-01 09:47:27 +02:00
servers.rb hibernation option to compute 2020-06-18 11:50:11 +01:00
snapshot.rb add statusMessage for snapshot 2019-12-02 16:20:50 +01:00
snapshots.rb git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
spot_request.rb git grep -l "class AWS" -- lib/fog/aws/models/compute/ | xargs sed -i "" "s/class AWS/class Compute/g" 2018-09-17 23:02:03 +09:00
spot_requests.rb git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
subnet.rb git grep -l "class AWS" -- lib/fog/aws/models/compute/ | xargs sed -i "" "s/class AWS/class Compute/g" 2018-09-17 23:02:03 +09:00
subnets.rb git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
tag.rb git grep -l "class AWS" -- lib/fog/aws/models/compute/ | xargs sed -i "" "s/class AWS/class Compute/g" 2018-09-17 23:02:03 +09:00
tags.rb git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
volume.rb git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
volumes.rb git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
vpc.rb Fix VPC model is_default requires 2020-05-29 04:26:19 +01:00
vpcs.rb git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00