Class: Aws::Types::RadiusSettings
- Inherits:
-
Object
- Object
- Aws::Types::RadiusSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_protocol ⇒ "PAP", ...
Returns the value of attribute authentication_protocol.
-
#display_label ⇒ ::String
Returns the value of attribute display_label.
-
#radius_port ⇒ ::Integer
Returns the value of attribute radius_port.
-
#radius_retries ⇒ ::Integer
Returns the value of attribute radius_retries.
-
#radius_servers ⇒ ::Array[::String]
Returns the value of attribute radius_servers.
-
#radius_servers_ipv_6 ⇒ ::Array[::String]
Returns the value of attribute radius_servers_ipv_6.
-
#radius_timeout ⇒ ::Integer
Returns the value of attribute radius_timeout.
-
#shared_secret ⇒ ::String
Returns the value of attribute shared_secret.
-
#use_same_username ⇒ Boolean
Returns the value of attribute use_same_username.
Instance Attribute Details
#authentication_protocol ⇒ "PAP", ...
Returns the value of attribute authentication_protocol.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def authentication_protocol @authentication_protocol end |
#display_label ⇒ ::String
Returns the value of attribute display_label.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def display_label @display_label end |
#radius_port ⇒ ::Integer
Returns the value of attribute radius_port.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def radius_port @radius_port end |
#radius_retries ⇒ ::Integer
Returns the value of attribute radius_retries.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def radius_retries @radius_retries end |
#radius_servers ⇒ ::Array[::String]
Returns the value of attribute radius_servers.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def radius_servers @radius_servers end |
#radius_servers_ipv_6 ⇒ ::Array[::String]
Returns the value of attribute radius_servers_ipv_6.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def radius_servers_ipv_6 @radius_servers_ipv_6 end |
#radius_timeout ⇒ ::Integer
Returns the value of attribute radius_timeout.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def radius_timeout @radius_timeout end |
#shared_secret ⇒ ::String
Returns the value of attribute shared_secret.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def shared_secret @shared_secret end |
#use_same_username ⇒ Boolean
Returns the value of attribute use_same_username.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def use_same_username @use_same_username end |