NAME
Net::Fastly::Origin - Representation of a logical group of directors - for example the asset server directors from all your DCNs
ACCESSORS
service_id
The id of the service this belongs to.
version
The number of the version this belongs to.
name
The domain name of this domain
add_director <director object>
Add a director to an origin.
Returns true on success and false on failure.
delete_director <director object>
Delete a director from an origin.
Returns true on success and false on failure.