Class: MintPress::Aws::EC2::Explanation
- Inherits:
-
Object
- Object
- MintPress::Aws::EC2::Explanation
- Includes:
- MintLogger, AwsCommon, Mixins::Properties
- Defined in:
- src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb
Properties (Read/Write)
-
#acl ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The network ACL.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'acl'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
46
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 46 property :acl, disposition: :attribute, description: 'The network ACL.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'acl', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#acl_rule ⇒ [MintPress::Aws::EC2::AnalysisAclRule] (Default Value: MintPress::Aws::EC2::AnalysisAclRule.new)
'The network ACL rule.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'acl_rule'
- default ⇒ MintPress::Aws::EC2::AnalysisAclRule.new
47
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 47 property :acl_rule, disposition: :attribute, description: 'The network ACL rule.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'acl_rule', type: [MintPress::Aws::EC2::AnalysisAclRule], default: MintPress::Aws::EC2::AnalysisAclRule.new
-
#address ⇒ [String]
'The IPv4 address, in CIDR notation.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'address'
48
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 48 property :address, disposition: :attribute, description: 'The IPv4 address, in CIDR notation.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'address', type: [String]
-
#addresses ⇒ Array of ⇒ [String]
'The IPv4 addresses, in CIDR notation.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'addresses'
49
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 49 property :addresses, disposition: :attribute, description: 'The IPv4 addresses, in CIDR notation.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'addresses', type: [String], array: true
-
#attached_to ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The resource to which the component is attached.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'attached_to'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
50
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 50 property :attached_to, disposition: :attribute, description: 'The resource to which the component is attached.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'attached_to', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#availability_zones ⇒ Array of ⇒ [String]
'The Availability Zones.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'availability_zones'
51
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 51 property :availability_zones, disposition: :attribute, description: 'The Availability Zones.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'availability_zones', type: [String], array: true
-
#cidrs ⇒ Array of ⇒ [String]
'The CIDR ranges.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'cidrs'
52
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 52 property :cidrs, disposition: :attribute, description: 'The CIDR ranges.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'cidrs', type: [String], array: true
-
#classic_load_balancer_listener ⇒ [MintPress::Aws::EC2::AnalysisLoadBalancerListener] (Default Value: MintPress::Aws::EC2::AnalysisLoadBalancerListener.new)
'The listener for a Classic Load Balancer.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'classic_load_balancer_listener'
- default ⇒ MintPress::Aws::EC2::AnalysisLoadBalancerListener.new
53
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 53 property :classic_load_balancer_listener, disposition: :attribute, description: 'The listener for a Classic Load Balancer.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'classic_load_balancer_listener', type: [MintPress::Aws::EC2::AnalysisLoadBalancerListener], default: MintPress::Aws::EC2::AnalysisLoadBalancerListener.new
-
#component ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The component.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'component'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
54
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 54 property :component, disposition: :attribute, description: 'The component.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'component', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#customer_gateway ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The customer gateway.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'customer_gateway'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
55
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 55 property :customer_gateway, disposition: :attribute, description: 'The customer gateway.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'customer_gateway', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#destination ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The destination.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'destination'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
56
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 56 property :destination, disposition: :attribute, description: 'The destination.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'destination', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#destination_vpc ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The destination VPC.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'destination_vpc'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
57
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 57 property :destination_vpc, disposition: :attribute, description: 'The destination VPC.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'destination_vpc', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#direction ⇒ [String]
'The direction.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'direction'
58
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 58 property :direction, disposition: :attribute, description: 'The direction.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'direction', type: [String]
-
#elastic_load_balancer_listener ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The load balancer listener.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'elastic_load_balancer_listener'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
59
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 59 property :elastic_load_balancer_listener, disposition: :attribute, description: 'The load balancer listener.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'elastic_load_balancer_listener', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#explanation_code ⇒ [String]
'The explanation code.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'explanation_code'
60
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 60 property :explanation_code, disposition: :attribute, description: 'The explanation code.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'explanation_code', type: [String]
-
#ingress_route_table ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The route table.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'ingress_route_table'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
61
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 61 property :ingress_route_table, disposition: :attribute, description: 'The route table.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'ingress_route_table', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#internet_gateway ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The internet gateway.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'internet_gateway'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
62
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 62 property :internet_gateway, disposition: :attribute, description: 'The internet gateway.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'internet_gateway', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#load_balancer_arn ⇒ [String]
'The Amazon Resource Name (ARN) of the load balancer.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'load_balancer_arn'
63
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 63 property :load_balancer_arn, disposition: :attribute, description: 'The Amazon Resource Name (ARN) of the load balancer.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'load_balancer_arn', type: [String]
-
#load_balancer_listener_port ⇒ [Integer]
'The listener port of the load balancer.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'load_balancer_listener_port'
64
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 64 property :load_balancer_listener_port, disposition: :attribute, description: 'The listener port of the load balancer.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'load_balancer_listener_port', type: [Integer]
-
#load_balancer_target ⇒ [MintPress::Aws::EC2::AnalysisLoadBalancerTarget] (Default Value: MintPress::Aws::EC2::AnalysisLoadBalancerTarget.new)
'The target.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'load_balancer_target'
- default ⇒ MintPress::Aws::EC2::AnalysisLoadBalancerTarget.new
65
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 65 property :load_balancer_target, disposition: :attribute, description: 'The target.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'load_balancer_target', type: [MintPress::Aws::EC2::AnalysisLoadBalancerTarget], default: MintPress::Aws::EC2::AnalysisLoadBalancerTarget.new
-
#load_balancer_target_group ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The target group.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'load_balancer_target_group'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
66
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 66 property :load_balancer_target_group, disposition: :attribute, description: 'The target group.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'load_balancer_target_group', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#load_balancer_target_groups ⇒ Hash of ⇒ [MintPress::Aws::EC2::AnalysisComponent]
'The target groups.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'load_balancer_target_groups'
67
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 67 property :load_balancer_target_groups, disposition: :attribute, description: 'The target groups.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'load_balancer_target_groups', type: [MintPress::Aws::EC2::AnalysisComponent], array: false, hash: true
-
#load_balancer_target_port ⇒ [Integer]
'The target port.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'load_balancer_target_port'
68
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 68 property :load_balancer_target_port, disposition: :attribute, description: 'The target port.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'load_balancer_target_port', type: [Integer]
-
#missing_component ⇒ [String]
'The missing component.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'missing_component'
69
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 69 property :missing_component, disposition: :attribute, description: 'The missing component.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'missing_component', type: [String]
-
#nat_gateway ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The NAT gateway.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'nat_gateway'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
70
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 70 property :nat_gateway, disposition: :attribute, description: 'The NAT gateway.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'nat_gateway', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#network_interface ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The network interface.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'network_interface'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
71
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 71 property :network_interface, disposition: :attribute, description: 'The network interface.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'network_interface', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#packet_field ⇒ [String]
'The packet field.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'packet_field'
72
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 72 property :packet_field, disposition: :attribute, description: 'The packet field.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'packet_field', type: [String]
-
#port ⇒ [Integer]
'The port.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'port'
73
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 73 property :port, disposition: :attribute, description: 'The port.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'port', type: [Integer]
-
#port_ranges ⇒ Array of ⇒ [MintPress::Aws::EC2::PortRange]
'The port ranges.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'port_ranges'
74
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 74 property :port_ranges, disposition: :attribute, description: 'The port ranges.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'port_ranges', type: [MintPress::Aws::EC2::PortRange], array: true
-
#prefix_list ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The prefix list.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'prefix_list'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
75
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 75 property :prefix_list, disposition: :attribute, description: 'The prefix list.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'prefix_list', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#protocols ⇒ Array of ⇒ [String]
'The protocols.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'protocols'
76
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 76 property :protocols, disposition: :attribute, description: 'The protocols.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'protocols', type: [String], array: true
-
#route_table ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The route table.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'route_table'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
77
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 77 property :route_table, disposition: :attribute, description: 'The route table.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'route_table', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#route_table_route ⇒ [MintPress::Aws::EC2::AnalysisRouteTableRoute] (Default Value: MintPress::Aws::EC2::AnalysisRouteTableRoute.new)
'The route table route.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'route_table_route'
- default ⇒ MintPress::Aws::EC2::AnalysisRouteTableRoute.new
78
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 78 property :route_table_route, disposition: :attribute, description: 'The route table route.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'route_table_route', type: [MintPress::Aws::EC2::AnalysisRouteTableRoute], default: MintPress::Aws::EC2::AnalysisRouteTableRoute.new
-
#security_group ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The security group.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'security_group'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
79
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 79 property :security_group, disposition: :attribute, description: 'The security group.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'security_group', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#security_group_rule ⇒ [MintPress::Aws::EC2::AnalysisSecurityGroupRule] (Default Value: MintPress::Aws::EC2::AnalysisSecurityGroupRule.new)
'The security group rule.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'security_group_rule'
- default ⇒ MintPress::Aws::EC2::AnalysisSecurityGroupRule.new
80
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 80 property :security_group_rule, disposition: :attribute, description: 'The security group rule.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'security_group_rule', type: [MintPress::Aws::EC2::AnalysisSecurityGroupRule], default: MintPress::Aws::EC2::AnalysisSecurityGroupRule.new
-
#security_groups ⇒ Hash of ⇒ [MintPress::Aws::EC2::AnalysisComponent]
'The security groups.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'security_groups'
81
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 81 property :security_groups, disposition: :attribute, description: 'The security groups.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'security_groups', type: [MintPress::Aws::EC2::AnalysisComponent], array: false, hash: true
-
#source_vpc ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The source VPC.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'source_vpc'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
82
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 82 property :source_vpc, disposition: :attribute, description: 'The source VPC.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'source_vpc', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#state ⇒ [String]
'The state.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'state'
83
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 83 property :state, disposition: :attribute, description: 'The state.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'state', type: [String]
-
#subnet ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The subnet.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'subnet'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
84
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 84 property :subnet, disposition: :attribute, description: 'The subnet.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'subnet', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#subnet_route_table ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The route table for the subnet.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'subnet_route_table'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
85
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 85 property :subnet_route_table, disposition: :attribute, description: 'The route table for the subnet.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'subnet_route_table', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#vpc ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The component VPC.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'vpc'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
86
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 86 property :vpc, disposition: :attribute, description: 'The component VPC.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'vpc', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#vpc_endpoint ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The VPC endpoint.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'vpc_endpoint'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
87
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 87 property :vpc_endpoint, disposition: :attribute, description: 'The VPC endpoint.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'vpc_endpoint', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#vpc_peering_connection ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The VPC peering connection.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'vpc_peering_connection'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
88
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 88 property :vpc_peering_connection, disposition: :attribute, description: 'The VPC peering connection.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'vpc_peering_connection', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#vpn_connection ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The VPN connection.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'vpn_connection'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
89
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 89 property :vpn_connection, disposition: :attribute, description: 'The VPN connection.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'vpn_connection', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#vpn_gateway ⇒ [MintPress::Aws::EC2::AnalysisComponent] (Default Value: MintPress::Aws::EC2::AnalysisComponent.new)
'The VPN gateway.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::EC2::Explanation"
- orig_name ⇒ 'vpn_gateway'
- default ⇒ MintPress::Aws::EC2::AnalysisComponent.new
90
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 90 property :vpn_gateway, disposition: :attribute, description: 'The VPN gateway.', source: "MintPress::Aws::EC2::Explanation", orig_name: 'vpn_gateway', type: [MintPress::Aws::EC2::AnalysisComponent], default: MintPress::Aws::EC2::AnalysisComponent.new
-
#region ⇒ String
Region _specifically for this object_. If you're not doing different objects in different regions, you should not set this, but rather set the region on your AwsPlatformProvider instead
Property Attributes94
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 94 property :region, type: String
-
#platform ⇒ MintPress::InfrastructureAws::AwsPlatform (Default Value: MintPress::InfrastructureAws::AwsPlatform.new)
The platform details, including credentials - normally this will come via AwsPlatformProvider (see the Infrastructure Providers section of the documentation)
Property Attributes- default ⇒ MintPress::InfrastructureAws::AwsPlatform.new
97
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/ec2/explanation.rb', line 97 property :platform, type: MintPress::InfrastructureAws::AwsPlatform, default: MintPress::InfrastructureAws::AwsPlatform.new
Properties (Read Only)
Constant Summary
Constants included from MintLogger
MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN
Instance Attribute Summary
Attributes included from Mixins::Properties
#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Explanation
constructor
A new instance of Explanation.
Methods included from AwsCommon
#alive?, all, #attach_generic, #attached?, #available?, #build_create_hash, #by_id, #by_name, #create_generic, #delete_cascade_generic, #delete_generic, #detach_generic, #exists?, #fill_in_details, #find_by_details, #find_global_object, #get_aws_region, #get_state, #handle_singleton_object, #harvest, #perform_operation, #prop_to_hash, #register_aws_object, #resource_api, #running?, #start_generic, #started?, #stop_generic, #terminate_generic
Methods included from Mixins::Properties
#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send