Class: OCI::Dns::Models::Zone

Inherits:
Object
  • Object
show all
Defined in:
lib/oci/dns/models/zone.rb

Overview

A DNS zone.

Constant Summary collapse

ZONE_TYPE_ENUM =
[ZONE_TYPE_PRIMARY = 'PRIMARY',
ZONE_TYPE_SECONDARY = 'SECONDARY',
ZONE_TYPE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE']
LIFECYCLE_STATE_ENUM =
[LIFECYCLE_STATE_ACTIVE = 'ACTIVE',
LIFECYCLE_STATE_CREATING = 'CREATING',
LIFECYCLE_STATE_DELETED = 'DELETED',
LIFECYCLE_STATE_DELETING = 'DELETING',
LIFECYCLE_STATE_FAILED = 'FAILED',
LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE']

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ Zone

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash

Options Hash (attributes):

  • :name (String)

    The value to assign to the #name property

  • :zone_type (String)

    The value to assign to the #zone_type property

  • :compartment_id (String)

    The value to assign to the #compartment_id property

  • :external_masters (Array<OCI::Dns::Models::ExternalMaster>)

    The value to assign to the #external_masters property

  • :self_uri (String)

    The value to assign to the #self_uri property

  • :id (String)

    The value to assign to the #id property

  • :time_created (DateTime)

    The value to assign to the #time_created property

  • :version (String)

    The value to assign to the #version property

  • :serial (Integer)

    The value to assign to the #serial property

  • :lifecycle_state (String)

    The value to assign to the #lifecycle_state property



83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
# File 'lib/oci/dns/models/zone.rb', line 83

def initialize(attributes = {})
  return unless attributes.is_a?(Hash)

  # convert string to symbol for hash key
  attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}

  if attributes[:'name']
    self.name = attributes[:'name']
  end

  if attributes[:'zoneType']
    self.zone_type = attributes[:'zoneType']
  end

  raise 'You cannot provide both :zoneType and :zone_type' if attributes.key?(:'zoneType') && attributes.key?(:'zone_type')

  if attributes[:'zone_type']
    self.zone_type = attributes[:'zone_type']
  end

  if attributes[:'compartmentId']
    self.compartment_id = attributes[:'compartmentId']
  end

  raise 'You cannot provide both :compartmentId and :compartment_id' if attributes.key?(:'compartmentId') && attributes.key?(:'compartment_id')

  if attributes[:'compartment_id']
    self.compartment_id = attributes[:'compartment_id']
  end

  if attributes[:'externalMasters']
    self.external_masters = attributes[:'externalMasters']
  end

  raise 'You cannot provide both :externalMasters and :external_masters' if attributes.key?(:'externalMasters') && attributes.key?(:'external_masters')

  if attributes[:'external_masters']
    self.external_masters = attributes[:'external_masters']
  end

  if attributes[:'self']
    self.self_uri = attributes[:'self']
  end

  raise 'You cannot provide both :self and :self_uri' if attributes.key?(:'self') && attributes.key?(:'self_uri')

  if attributes[:'self_uri']
    self.self_uri = attributes[:'self_uri']
  end

  if attributes[:'id']
    self.id = attributes[:'id']
  end

  if attributes[:'timeCreated']
    self.time_created = attributes[:'timeCreated']
  end

  raise 'You cannot provide both :timeCreated and :time_created' if attributes.key?(:'timeCreated') && attributes.key?(:'time_created')

  if attributes[:'time_created']
    self.time_created = attributes[:'time_created']
  end

  if attributes[:'version']
    self.version = attributes[:'version']
  end

  if attributes[:'serial']
    self.serial = attributes[:'serial']
  end

  if attributes[:'lifecycleState']
    self.lifecycle_state = attributes[:'lifecycleState']
  end

  raise 'You cannot provide both :lifecycleState and :lifecycle_state' if attributes.key?(:'lifecycleState') && attributes.key?(:'lifecycle_state')

  if attributes[:'lifecycle_state']
    self.lifecycle_state = attributes[:'lifecycle_state']
  end

end

Instance Attribute Details

#compartment_idString

The OCID of the compartment containing the zone.

Returns:

  • (String)


32
33
34
# File 'lib/oci/dns/models/zone.rb', line 32

def compartment_id
  @compartment_id
end

#external_mastersArray<OCI::Dns::Models::ExternalMaster>

External master servers for the zone.



36
37
38
# File 'lib/oci/dns/models/zone.rb', line 36

def external_masters
  @external_masters
end

#idString

The OCID of the zone.

Returns:

  • (String)


44
45
46
# File 'lib/oci/dns/models/zone.rb', line 44

def id
  @id
end

#lifecycle_stateString

The current state of the zone resource.

Returns:

  • (String)


68
69
70
# File 'lib/oci/dns/models/zone.rb', line 68

def lifecycle_state
  @lifecycle_state
end

#nameString

The name of the zone.

Returns:

  • (String)


23
24
25
# File 'lib/oci/dns/models/zone.rb', line 23

def name
  @name
end

#self_uriString

The canonical absolute URL of the resource.

Returns:

  • (String)


40
41
42
# File 'lib/oci/dns/models/zone.rb', line 40

def self_uri
  @self_uri
end

#serialInteger

The current serial of the zone. As seen in the zone’s SOA record.

Returns:

  • (Integer)


64
65
66
# File 'lib/oci/dns/models/zone.rb', line 64

def serial
  @serial
end

#time_createdDateTime

The date and time the image was created in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.

Example: ‘2016-07-22T17:23:59:60Z`

Returns:

  • (DateTime)


52
53
54
# File 'lib/oci/dns/models/zone.rb', line 52

def time_created
  @time_created
end

#versionString

Version is the never-repeating, totally-orderable, version of the zone, from which the serial field of the zone’s SOA record is derived.

Returns:

  • (String)


59
60
61
# File 'lib/oci/dns/models/zone.rb', line 59

def version
  @version
end

#zone_typeString

The type of the zone. Must be either ‘PRIMARY` or `SECONDARY`.

Returns:

  • (String)


28
29
30
# File 'lib/oci/dns/models/zone.rb', line 28

def zone_type
  @zone_type
end

Instance Method Details

#==(other_object) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • other_object (Object)

    to be compared



189
190
191
192
193
194
195
196
197
198
199
200
201
202
# File 'lib/oci/dns/models/zone.rb', line 189

def ==(other_object)
  return true if self.equal?(other_object)
  self.class == other_object.class &&
      name == other_object.name &&
      zone_type == other_object.zone_type &&
      compartment_id == other_object.compartment_id &&
      external_masters == other_object.external_masters &&
      self_uri == other_object.self_uri &&
      id == other_object.id &&
      time_created == other_object.time_created &&
      version == other_object.version &&
      serial == other_object.serial &&
      lifecycle_state == other_object.lifecycle_state
end

#build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
# File 'lib/oci/dns/models/zone.rb', line 219

def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  self.class.swagger_types.each_pair do |key, type|
    if type =~ /^Array<(.*)>/i
      # check to ensure the input is an array given that the the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.public_method("#{key}=").call(attributes[self.class.attribute_map[key]].map{ |v| OCI::Internal::Util.convert_to_type($1, v) } )
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.public_method("#{key}=").call(OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]]))
    end # or else data not found in attributes(hash), not an issue as the data can be optional
  end

  self
end

#eql?(other_object) ⇒ Boolean

Parameters:

  • other_object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


206
207
208
# File 'lib/oci/dns/models/zone.rb', line 206

def eql?(other_object)
  self == other_object
end

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



212
213
214
# File 'lib/oci/dns/models/zone.rb', line 212

def hash
  [name, zone_type, compartment_id, external_masters, self_uri, id, time_created, version, serial, lifecycle_state].hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



244
245
246
247
248
249
250
251
252
# File 'lib/oci/dns/models/zone.rb', line 244

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = public_method(attr).call
    next if value.nil? && !instance_variable_defined?("@#{attr}")
    hash[param] = _to_hash(value)
  end
  hash
end

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



238
239
240
# File 'lib/oci/dns/models/zone.rb', line 238

def to_s
  to_hash.to_s
end