Class: Humidifier::EC2::ClientVpnEndpoint

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

Overview

A dynamically-defined class that represents an AWS::EC2::ClientVpnEndpoint 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

#authentication_optionsObject

returns the AuthenticationOptions property



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

def authentication_options
  properties['authentication_options']
end

#authentication_options=(value) ⇒ Object

sets the AuthenticationOptions property (List)



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

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

#client_cidr_blockObject

returns the ClientCidrBlock property



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

def client_cidr_block
  properties['client_cidr_block']
end

#client_cidr_block=(value) ⇒ Object

sets the ClientCidrBlock property (String)



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

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

#client_connect_optionsObject

returns the ClientConnectOptions property



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

def client_connect_options
  properties['client_connect_options']
end

#client_connect_options=(value) ⇒ Object

sets the ClientConnectOptions property (Structure)



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

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

#client_login_banner_optionsObject

returns the ClientLoginBannerOptions property



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

def 
  properties['client_login_banner_options']
end

#client_login_banner_options=(value) ⇒ Object

sets the ClientLoginBannerOptions property (Structure)



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

def (value)
  update_property('client_login_banner_options', value)
end

#connection_log_optionsObject

returns the ConnectionLogOptions property



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

def connection_log_options
  properties['connection_log_options']
end

#connection_log_options=(value) ⇒ Object

sets the ConnectionLogOptions property (Structure)



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

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

#descriptionObject

returns the Description property



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

def description
  properties['description']
end

#description=(value) ⇒ Object

sets the Description property (String)



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

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

#dns_serversObject

returns the DnsServers property



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

def dns_servers
  properties['dns_servers']
end

#dns_servers=(value) ⇒ Object

sets the DnsServers property (List)



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

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

#security_group_idsObject

returns the SecurityGroupIds property



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

def security_group_ids
  properties['security_group_ids']
end

#security_group_ids=(value) ⇒ Object

sets the SecurityGroupIds property (List)



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

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

#self_service_portalObject

returns the SelfServicePortal property



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

def self_service_portal
  properties['self_service_portal']
end

#self_service_portal=(value) ⇒ Object

sets the SelfServicePortal property (String)



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

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

#server_certificate_arnObject

returns the ServerCertificateArn property



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

def server_certificate_arn
  properties['server_certificate_arn']
end

#server_certificate_arn=(value) ⇒ Object

sets the ServerCertificateArn property (String)



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

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

#session_timeout_hoursObject

returns the SessionTimeoutHours property



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

def session_timeout_hours
  properties['session_timeout_hours']
end

#session_timeout_hours=(value) ⇒ Object

sets the SessionTimeoutHours property (Integer)



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

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

#split_tunnelObject

returns the SplitTunnel property



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

def split_tunnel
  properties['split_tunnel']
end

#split_tunnel=(value) ⇒ Object

sets the SplitTunnel property (Boolean)



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

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

#tag_specificationsObject

returns the TagSpecifications property



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

def tag_specifications
  properties['tag_specifications']
end

#tag_specifications=(value) ⇒ Object

sets the TagSpecifications property (List)



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

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

#transport_protocolObject

returns the TransportProtocol property



140
141
142
# File 'lib/humidifier/magic.rb', line 140

def transport_protocol
  properties['transport_protocol']
end

#transport_protocol=(value) ⇒ Object

sets the TransportProtocol property (String)



145
146
147
# File 'lib/humidifier/magic.rb', line 145

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

#vpc_idObject

returns the VpcId property



150
151
152
# File 'lib/humidifier/magic.rb', line 150

def vpc_id
  properties['vpc_id']
end

#vpc_id=(value) ⇒ Object

sets the VpcId property (String)



155
156
157
# File 'lib/humidifier/magic.rb', line 155

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

#vpn_portObject

returns the VpnPort property



160
161
162
# File 'lib/humidifier/magic.rb', line 160

def vpn_port
  properties['vpn_port']
end

#vpn_port=(value) ⇒ Object

sets the VpnPort property (Integer)



165
166
167
# File 'lib/humidifier/magic.rb', line 165

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