Method: OCI::Bds::Models::AddAutoScalingConfigurationDetails#==

Defined in:
lib/oci/bds/models/add_auto_scaling_configuration_details.rb

#==(other) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • other (Object)

    the other object to be compared



107
108
109
110
111
112
113
114
115
116
# File 'lib/oci/bds/models/add_auto_scaling_configuration_details.rb', line 107

def ==(other)
  return true if equal?(other)

  self.class == other.class &&
    display_name == other.display_name &&
    node_type == other.node_type &&
    is_enabled == other.is_enabled &&
    cluster_admin_password == other.cluster_admin_password &&
    policy == other.policy
end