Class: Fastly::Backend

Inherits:
BelongsToServiceAndVersion show all
Defined in:
lib/fastly/backend.rb

Overview

An individual host you want to serve assets off

Instance Attribute Summary collapse

Attributes inherited from BelongsToServiceAndVersion

#version

Attributes inherited from Base

#fetcher

Method Summary

Methods inherited from BelongsToServiceAndVersion

#as_hash, delete_path, get_path, path_escape, post_path, put_path, #service, #version_number

Methods inherited from Base

#as_hash, #delete!, delete_path, get_path, #initialize, list_path, path, post_path, put_path, #require_api_key!, #save!

Constructor Details

This class inherits a constructor from Fastly::Base

Instance Attribute Details

#address ⇒ Object

Returns the value of attribute address.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def address
  @address
end

#auto_loadbalance ⇒ Object

Returns the value of attribute auto_loadbalance.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def auto_loadbalance
  @auto_loadbalance
end

#between_bytes_timeout ⇒ Object

Returns the value of attribute between_bytes_timeout.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def between_bytes_timeout
  @between_bytes_timeout
end

#client_cert ⇒ Object

Returns the value of attribute client_cert.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def client_cert
  @client_cert
end

#comment ⇒ Object

Returns the value of attribute comment.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def comment
  @comment
end

#connect_timeout ⇒ Object

Returns the value of attribute connect_timeout.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def connect_timeout
  @connect_timeout
end

#error_threshold ⇒ Object

Returns the value of attribute error_threshold.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def error_threshold
  @error_threshold
end

#first_byte_timeout ⇒ Object

Returns the value of attribute first_byte_timeout.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def first_byte_timeout
  @first_byte_timeout
end

#healthcheck ⇒ Object

Returns the value of attribute healthcheck.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def healthcheck
  @healthcheck
end

#hostname ⇒ Object

Returns the value of attribute hostname.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def hostname
  @hostname
end

#ipv4 ⇒ Object

Returns the value of attribute ipv4.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def ipv4
  @ipv4
end

#ipv6 ⇒ Object

Returns the value of attribute ipv6.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def ipv6
  @ipv6
end

#max_conn ⇒ Object

Returns the value of attribute max_conn.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def max_conn
  @max_conn
end

#max_tls_version ⇒ Object

Returns the value of attribute max_tls_version.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def max_tls_version
  @max_tls_version
end

#min_tls_version ⇒ Object

Returns the value of attribute min_tls_version.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def min_tls_version
  @min_tls_version
end

#name ⇒ Object

Returns the value of attribute name.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def name
  @name
end

#override_host ⇒ Object

Returns the value of attribute override_host.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def override_host
  @override_host
end

#port ⇒ Object

Returns the value of attribute port.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def port
  @port
end

#request_condition ⇒ Object

Returns the value of attribute request_condition.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def request_condition
  @request_condition
end

#service_id ⇒ Object

Returns the value of attribute service_id.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def service_id
  @service_id
end

#shield ⇒ Object

Returns the value of attribute shield.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def shield
  @shield
end

#ssl_cert_hostname ⇒ Object

Returns the value of attribute ssl_cert_hostname.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def ssl_cert_hostname
  @ssl_cert_hostname
end

#ssl_check_cert ⇒ Object

Returns the value of attribute ssl_check_cert.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def ssl_check_cert
  @ssl_check_cert
end

#ssl_ciphers ⇒ Object

Returns the value of attribute ssl_ciphers.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def ssl_ciphers
  @ssl_ciphers
end

#ssl_hostname ⇒ Object

Returns the value of attribute ssl_hostname.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def ssl_hostname
  @ssl_hostname
end

#ssl_sni_hostname ⇒ Object

Returns the value of attribute ssl_sni_hostname.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def ssl_sni_hostname
  @ssl_sni_hostname
end

#use_ssl ⇒ Object

Returns the value of attribute use_ssl.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def use_ssl
  @use_ssl
end

#weight ⇒ Object

Returns the value of attribute weight.



4
5
6
# File 'lib/fastly/backend.rb', line 4

def weight
  @weight
end