Class: Humidifier::EC2::Route

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::EC2::Route resource

AWS Resource:

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

Methods inherited from Resource

#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property

Constructor Details

This class inherits a constructor from Humidifier::Resource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Humidifier::Resource

Instance Method Details

#carrier_gateway_idObject

returns the CarrierGatewayId property



10
11
12
# File 'lib/humidifier/magic.rb', line 10

def carrier_gateway_id
  properties['carrier_gateway_id']
end

#carrier_gateway_id=(value) ⇒ Object

sets the CarrierGatewayId property (String)



15
16
17
# File 'lib/humidifier/magic.rb', line 15

def carrier_gateway_id=(value)
  update_property('carrier_gateway_id', value)
end

#destination_cidr_blockObject

returns the DestinationCidrBlock property



20
21
22
# File 'lib/humidifier/magic.rb', line 20

def destination_cidr_block
  properties['destination_cidr_block']
end

#destination_cidr_block=(value) ⇒ Object

sets the DestinationCidrBlock property (String)



25
26
27
# File 'lib/humidifier/magic.rb', line 25

def destination_cidr_block=(value)
  update_property('destination_cidr_block', value)
end

#destination_ipv6_cidr_blockObject

returns the DestinationIpv6CidrBlock property



30
31
32
# File 'lib/humidifier/magic.rb', line 30

def destination_ipv6_cidr_block
  properties['destination_ipv6_cidr_block']
end

#destination_ipv6_cidr_block=(value) ⇒ Object

sets the DestinationIpv6CidrBlock property (String)



35
36
37
# File 'lib/humidifier/magic.rb', line 35

def destination_ipv6_cidr_block=(value)
  update_property('destination_ipv6_cidr_block', value)
end

#egress_only_internet_gateway_idObject

returns the EgressOnlyInternetGatewayId property



40
41
42
# File 'lib/humidifier/magic.rb', line 40

def egress_only_internet_gateway_id
  properties['egress_only_internet_gateway_id']
end

#egress_only_internet_gateway_id=(value) ⇒ Object

sets the EgressOnlyInternetGatewayId property (String)



45
46
47
# File 'lib/humidifier/magic.rb', line 45

def egress_only_internet_gateway_id=(value)
  update_property('egress_only_internet_gateway_id', value)
end

#gateway_idObject

returns the GatewayId property



50
51
52
# File 'lib/humidifier/magic.rb', line 50

def gateway_id
  properties['gateway_id']
end

#gateway_id=(value) ⇒ Object

sets the GatewayId property (String)



55
56
57
# File 'lib/humidifier/magic.rb', line 55

def gateway_id=(value)
  update_property('gateway_id', value)
end

#instance_idObject

returns the InstanceId property



60
61
62
# File 'lib/humidifier/magic.rb', line 60

def instance_id
  properties['instance_id']
end

#instance_id=(value) ⇒ Object

sets the InstanceId property (String)



65
66
67
# File 'lib/humidifier/magic.rb', line 65

def instance_id=(value)
  update_property('instance_id', value)
end

#local_gateway_idObject

returns the LocalGatewayId property



70
71
72
# File 'lib/humidifier/magic.rb', line 70

def local_gateway_id
  properties['local_gateway_id']
end

#local_gateway_id=(value) ⇒ Object

sets the LocalGatewayId property (String)



75
76
77
# File 'lib/humidifier/magic.rb', line 75

def local_gateway_id=(value)
  update_property('local_gateway_id', value)
end

#nat_gateway_idObject

returns the NatGatewayId property



80
81
82
# File 'lib/humidifier/magic.rb', line 80

def nat_gateway_id
  properties['nat_gateway_id']
end

#nat_gateway_id=(value) ⇒ Object

sets the NatGatewayId property (String)



85
86
87
# File 'lib/humidifier/magic.rb', line 85

def nat_gateway_id=(value)
  update_property('nat_gateway_id', value)
end

#network_interface_idObject

returns the NetworkInterfaceId property



90
91
92
# File 'lib/humidifier/magic.rb', line 90

def network_interface_id
  properties['network_interface_id']
end

#network_interface_id=(value) ⇒ Object

sets the NetworkInterfaceId property (String)



95
96
97
# File 'lib/humidifier/magic.rb', line 95

def network_interface_id=(value)
  update_property('network_interface_id', value)
end

#route_table_idObject

returns the RouteTableId property



100
101
102
# File 'lib/humidifier/magic.rb', line 100

def route_table_id
  properties['route_table_id']
end

#route_table_id=(value) ⇒ Object

sets the RouteTableId property (String)



105
106
107
# File 'lib/humidifier/magic.rb', line 105

def route_table_id=(value)
  update_property('route_table_id', value)
end

#transit_gateway_idObject

returns the TransitGatewayId property



110
111
112
# File 'lib/humidifier/magic.rb', line 110

def transit_gateway_id
  properties['transit_gateway_id']
end

#transit_gateway_id=(value) ⇒ Object

sets the TransitGatewayId property (String)



115
116
117
# File 'lib/humidifier/magic.rb', line 115

def transit_gateway_id=(value)
  update_property('transit_gateway_id', value)
end

#vpc_endpoint_idObject

returns the VpcEndpointId property



120
121
122
# File 'lib/humidifier/magic.rb', line 120

def vpc_endpoint_id
  properties['vpc_endpoint_id']
end

#vpc_endpoint_id=(value) ⇒ Object

sets the VpcEndpointId property (String)



125
126
127
# File 'lib/humidifier/magic.rb', line 125

def vpc_endpoint_id=(value)
  update_property('vpc_endpoint_id', value)
end

#vpc_peering_connection_idObject

returns the VpcPeeringConnectionId property



130
131
132
# File 'lib/humidifier/magic.rb', line 130

def vpc_peering_connection_id
  properties['vpc_peering_connection_id']
end

#vpc_peering_connection_id=(value) ⇒ Object

sets the VpcPeeringConnectionId property (String)



135
136
137
# File 'lib/humidifier/magic.rb', line 135

def vpc_peering_connection_id=(value)
  update_property('vpc_peering_connection_id', value)
end