class

Build::Domain

Inherits YAML::Serializable < JSON::Serializable < Reference < Object

Constructors

new(id : String, hostname : String, kind : String, status : String, app : DomainApp, cname : String | Nil, acm_status : String | Nil, acm_status_reason : String | Nil, created_at : String | Nil, updated_at : String | Nil, sni_endpoint : DomainSniEndpoint | Nil)

Initializes the object @param [Hash] attributes Model attributes in the form of hash

Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Class methods

build_from_hash(attributes)

Builds the object from hash @param [Hash] attributes Model attributes in the form of hash @return [Object] Returns the model itself

Source

Instance methods

==(other)

Checks equality by comparing each attribute. @param [Object] Object to be compared

Source
_deserialize(type, value)

Deserializes the data based on type @param string type Data type @param string value Value to be deserialized @return [Object] Deserialized data

Source
_to_hash(value)

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value @param [Object] value Any valid value @return [Hash] Returns the value in the form of hash

Source
acm_status

SSL certificate status

Source
acm_status=(acm_status : String | Nil)

SSL certificate status

Source
acm_status_reason

Reason for certificate status

Source
acm_status_reason=(acm_status_reason : String | Nil)

Reason for certificate status

Source
app=(app : DomainApp)
Source
build_from_hash(attributes)

Builds the object from hash @param [Hash] attributes Model attributes in the form of hash @return [Object] Returns the model itself

Source
cname

Optional properties CNAME target for DNS configuration

Source
cname=(cname : String | Nil)

Optional properties CNAME target for DNS configuration

Source
created_at
Source
created_at=(created_at : String | Nil)
Source
eql?(other)

@see the == method @param [Object] Object to be compared

Source
hash

Calculates hash code according to all attributes. @return [Integer] Hash code

Source
hostname

The domain name

Source
hostname=(hostname : String)

The domain name

Source
id

Required properties

Source
id=(id : String)

Required properties

Source
kind

Type of domain

Source
kind=(kind : String)

Type of domain

Source
kind=(kind : String)

Custom attribute writer method checking allowed values (enum). @param [Object] kind Object to be assigned

Source
list_invalid_properties

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

Source
sni_endpoint
Source
sni_endpoint=(sni_endpoint : DomainSniEndpoint | Nil)
Source
status

Domain status

Source
status=(status : String)

Domain status

Source
status=(status : String)

Custom attribute writer method checking allowed values (enum). @param [Object] status Object to be assigned

Source
to_body

to_body is an alias to to_hash (backward compatibility) @return [Hash] Returns the object in the form of hash

Source
to_hash

Returns the object in the form of hash @return [Hash] Returns the object in the form of hash

Source
to_s

Returns the string representation of the object @return [String] String presentation of the object

Source
updated_at
Source
updated_at=(updated_at : String | Nil)
Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source

Nested types