Class: OCI::Dts::Models::TransferAppliance
- Inherits:
-
Object
- Object
- OCI::Dts::Models::TransferAppliance
- Defined in:
- lib/oci/dts/models/transfer_appliance.rb
Overview
TransferAppliance model.
Constant Summary collapse
- LIFECYCLE_STATE_ENUM =
[ LIFECYCLE_STATE_REQUESTED = 'REQUESTED'.freeze, LIFECYCLE_STATE_ORACLE_PREPARING = 'ORACLE_PREPARING'.freeze, LIFECYCLE_STATE_SHIPPING = 'SHIPPING'.freeze, LIFECYCLE_STATE_DELIVERED = 'DELIVERED'.freeze, LIFECYCLE_STATE_PREPARING = 'PREPARING'.freeze, LIFECYCLE_STATE_FINALIZED = 'FINALIZED'.freeze, LIFECYCLE_STATE_RETURN_DELAYED = 'RETURN_DELAYED'.freeze, LIFECYCLE_STATE_RETURN_SHIPPED = 'RETURN_SHIPPED'.freeze, LIFECYCLE_STATE_RETURN_SHIPPED_CANCELLED = 'RETURN_SHIPPED_CANCELLED'.freeze, LIFECYCLE_STATE_ORACLE_RECEIVED = 'ORACLE_RECEIVED'.freeze, LIFECYCLE_STATE_ORACLE_RECEIVED_CANCELLED = 'ORACLE_RECEIVED_CANCELLED'.freeze, LIFECYCLE_STATE_PROCESSING = 'PROCESSING'.freeze, LIFECYCLE_STATE_COMPLETE = 'COMPLETE'.freeze, LIFECYCLE_STATE_CUSTOMER_NEVER_RECEIVED = 'CUSTOMER_NEVER_RECEIVED'.freeze, LIFECYCLE_STATE_ORACLE_NEVER_RECEIVED = 'ORACLE_NEVER_RECEIVED'.freeze, LIFECYCLE_STATE_CUSTOMER_LOST = 'CUSTOMER_LOST'.freeze, LIFECYCLE_STATE_CANCELLED = 'CANCELLED'.freeze, LIFECYCLE_STATE_DELETED = 'DELETED'.freeze, LIFECYCLE_STATE_REJECTED = 'REJECTED'.freeze, LIFECYCLE_STATE_ERROR = 'ERROR'.freeze, LIFECYCLE_STATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze ].freeze
Instance Attribute Summary collapse
- #appliance_delivery_tracking_number ⇒ String
- #appliance_delivery_vendor ⇒ String
- #appliance_return_delivery_tracking_number ⇒ String
- #creation_time ⇒ DateTime
- #customer_received_time ⇒ DateTime
- #customer_returned_time ⇒ DateTime
- #customer_shipping_address ⇒ OCI::Dts::Models::ShippingAddress
- #delivery_security_tie_id ⇒ String
-
#label ⇒ String
[Required] Unique alpha-numeric identifier for a transfer appliance auto generated during create.
- #lifecycle_state ⇒ String
- #next_billing_time ⇒ DateTime
- #return_security_tie_id ⇒ String
- #serial_number ⇒ String
- #transfer_job_id ⇒ String
- #upload_status_log_uri ⇒ String
Class Method Summary collapse
-
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
-
.swagger_types ⇒ Object
Attribute type mapping.
Instance Method Summary collapse
-
#==(other) ⇒ Object
Checks equality by comparing each attribute.
-
#build_from_hash(attributes) ⇒ Object
Builds the object from hash.
- #eql?(other) ⇒ Boolean
-
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
-
#initialize(attributes = {}) ⇒ TransferAppliance
constructor
Initializes the object.
-
#to_hash ⇒ Hash
Returns the object in the form of hash.
-
#to_s ⇒ String
Returns the string representation of the object.
Constructor Details
#initialize(attributes = {}) ⇒ TransferAppliance
Initializes the object
147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 147 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 } self.label = attributes[:'label'] if attributes[:'label'] self.lifecycle_state = attributes[:'lifecycleState'] if attributes[:'lifecycleState'] raise 'You cannot provide both :lifecycleState and :lifecycle_state' if attributes.key?(:'lifecycleState') && attributes.key?(:'lifecycle_state') self.lifecycle_state = attributes[:'lifecycle_state'] if attributes[:'lifecycle_state'] self.transfer_job_id = attributes[:'transferJobId'] if attributes[:'transferJobId'] raise 'You cannot provide both :transferJobId and :transfer_job_id' if attributes.key?(:'transferJobId') && attributes.key?(:'transfer_job_id') self.transfer_job_id = attributes[:'transfer_job_id'] if attributes[:'transfer_job_id'] self.serial_number = attributes[:'serialNumber'] if attributes[:'serialNumber'] raise 'You cannot provide both :serialNumber and :serial_number' if attributes.key?(:'serialNumber') && attributes.key?(:'serial_number') self.serial_number = attributes[:'serial_number'] if attributes[:'serial_number'] self.creation_time = attributes[:'creationTime'] if attributes[:'creationTime'] raise 'You cannot provide both :creationTime and :creation_time' if attributes.key?(:'creationTime') && attributes.key?(:'creation_time') self.creation_time = attributes[:'creation_time'] if attributes[:'creation_time'] self.customer_received_time = attributes[:'customerReceivedTime'] if attributes[:'customerReceivedTime'] raise 'You cannot provide both :customerReceivedTime and :customer_received_time' if attributes.key?(:'customerReceivedTime') && attributes.key?(:'customer_received_time') self.customer_received_time = attributes[:'customer_received_time'] if attributes[:'customer_received_time'] self.customer_returned_time = attributes[:'customerReturnedTime'] if attributes[:'customerReturnedTime'] raise 'You cannot provide both :customerReturnedTime and :customer_returned_time' if attributes.key?(:'customerReturnedTime') && attributes.key?(:'customer_returned_time') self.customer_returned_time = attributes[:'customer_returned_time'] if attributes[:'customer_returned_time'] self.next_billing_time = attributes[:'nextBillingTime'] if attributes[:'nextBillingTime'] raise 'You cannot provide both :nextBillingTime and :next_billing_time' if attributes.key?(:'nextBillingTime') && attributes.key?(:'next_billing_time') self.next_billing_time = attributes[:'next_billing_time'] if attributes[:'next_billing_time'] self.delivery_security_tie_id = attributes[:'deliverySecurityTieId'] if attributes[:'deliverySecurityTieId'] raise 'You cannot provide both :deliverySecurityTieId and :delivery_security_tie_id' if attributes.key?(:'deliverySecurityTieId') && attributes.key?(:'delivery_security_tie_id') self.delivery_security_tie_id = attributes[:'delivery_security_tie_id'] if attributes[:'delivery_security_tie_id'] self.return_security_tie_id = attributes[:'returnSecurityTieId'] if attributes[:'returnSecurityTieId'] raise 'You cannot provide both :returnSecurityTieId and :return_security_tie_id' if attributes.key?(:'returnSecurityTieId') && attributes.key?(:'return_security_tie_id') self.return_security_tie_id = attributes[:'return_security_tie_id'] if attributes[:'return_security_tie_id'] self.appliance_delivery_tracking_number = attributes[:'applianceDeliveryTrackingNumber'] if attributes[:'applianceDeliveryTrackingNumber'] raise 'You cannot provide both :applianceDeliveryTrackingNumber and :appliance_delivery_tracking_number' if attributes.key?(:'applianceDeliveryTrackingNumber') && attributes.key?(:'appliance_delivery_tracking_number') self.appliance_delivery_tracking_number = attributes[:'appliance_delivery_tracking_number'] if attributes[:'appliance_delivery_tracking_number'] self.appliance_return_delivery_tracking_number = attributes[:'applianceReturnDeliveryTrackingNumber'] if attributes[:'applianceReturnDeliveryTrackingNumber'] raise 'You cannot provide both :applianceReturnDeliveryTrackingNumber and :appliance_return_delivery_tracking_number' if attributes.key?(:'applianceReturnDeliveryTrackingNumber') && attributes.key?(:'appliance_return_delivery_tracking_number') self.appliance_return_delivery_tracking_number = attributes[:'appliance_return_delivery_tracking_number'] if attributes[:'appliance_return_delivery_tracking_number'] self.appliance_delivery_vendor = attributes[:'applianceDeliveryVendor'] if attributes[:'applianceDeliveryVendor'] raise 'You cannot provide both :applianceDeliveryVendor and :appliance_delivery_vendor' if attributes.key?(:'applianceDeliveryVendor') && attributes.key?(:'appliance_delivery_vendor') self.appliance_delivery_vendor = attributes[:'appliance_delivery_vendor'] if attributes[:'appliance_delivery_vendor'] self.customer_shipping_address = attributes[:'customerShippingAddress'] if attributes[:'customerShippingAddress'] raise 'You cannot provide both :customerShippingAddress and :customer_shipping_address' if attributes.key?(:'customerShippingAddress') && attributes.key?(:'customer_shipping_address') self.customer_shipping_address = attributes[:'customer_shipping_address'] if attributes[:'customer_shipping_address'] self.upload_status_log_uri = attributes[:'uploadStatusLogUri'] if attributes[:'uploadStatusLogUri'] raise 'You cannot provide both :uploadStatusLogUri and :upload_status_log_uri' if attributes.key?(:'uploadStatusLogUri') && attributes.key?(:'upload_status_log_uri') self.upload_status_log_uri = attributes[:'upload_status_log_uri'] if attributes[:'upload_status_log_uri'] end |
Instance Attribute Details
#appliance_delivery_tracking_number ⇒ String
66 67 68 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 66 def appliance_delivery_tracking_number @appliance_delivery_tracking_number end |
#appliance_delivery_vendor ⇒ String
72 73 74 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 72 def appliance_delivery_vendor @appliance_delivery_vendor end |
#appliance_return_delivery_tracking_number ⇒ String
69 70 71 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 69 def appliance_return_delivery_tracking_number @appliance_return_delivery_tracking_number end |
#creation_time ⇒ DateTime
48 49 50 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 48 def creation_time @creation_time end |
#customer_received_time ⇒ DateTime
51 52 53 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 51 def customer_received_time @customer_received_time end |
#customer_returned_time ⇒ DateTime
54 55 56 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 54 def customer_returned_time @customer_returned_time end |
#customer_shipping_address ⇒ OCI::Dts::Models::ShippingAddress
75 76 77 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 75 def customer_shipping_address @customer_shipping_address end |
#delivery_security_tie_id ⇒ String
60 61 62 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 60 def delivery_security_tie_id @delivery_security_tie_id end |
#label ⇒ String
[Required] Unique alpha-numeric identifier for a transfer appliance auto generated during create.
36 37 38 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 36 def label @label end |
#lifecycle_state ⇒ String
39 40 41 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 39 def lifecycle_state @lifecycle_state end |
#next_billing_time ⇒ DateTime
57 58 59 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 57 def next_billing_time @next_billing_time end |
#return_security_tie_id ⇒ String
63 64 65 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 63 def return_security_tie_id @return_security_tie_id end |
#serial_number ⇒ String
45 46 47 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 45 def serial_number @serial_number end |
#transfer_job_id ⇒ String
42 43 44 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 42 def transfer_job_id @transfer_job_id end |
#upload_status_log_uri ⇒ String
78 79 80 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 78 def upload_status_log_uri @upload_status_log_uri end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 81 def self.attribute_map { # rubocop:disable Style/SymbolLiteral 'label': :'label', 'lifecycle_state': :'lifecycleState', 'transfer_job_id': :'transferJobId', 'serial_number': :'serialNumber', 'creation_time': :'creationTime', 'customer_received_time': :'customerReceivedTime', 'customer_returned_time': :'customerReturnedTime', 'next_billing_time': :'nextBillingTime', 'delivery_security_tie_id': :'deliverySecurityTieId', 'return_security_tie_id': :'returnSecurityTieId', 'appliance_delivery_tracking_number': :'applianceDeliveryTrackingNumber', 'appliance_return_delivery_tracking_number': :'applianceReturnDeliveryTrackingNumber', 'appliance_delivery_vendor': :'applianceDeliveryVendor', 'customer_shipping_address': :'customerShippingAddress', 'upload_status_log_uri': :'uploadStatusLogUri' # rubocop:enable Style/SymbolLiteral } end |
.swagger_types ⇒ Object
Attribute type mapping.
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 104 def self.swagger_types { # rubocop:disable Style/SymbolLiteral 'label': :'String', 'lifecycle_state': :'String', 'transfer_job_id': :'String', 'serial_number': :'String', 'creation_time': :'DateTime', 'customer_received_time': :'DateTime', 'customer_returned_time': :'DateTime', 'next_billing_time': :'DateTime', 'delivery_security_tie_id': :'String', 'return_security_tie_id': :'String', 'appliance_delivery_tracking_number': :'String', 'appliance_return_delivery_tracking_number': :'String', 'appliance_delivery_vendor': :'String', 'customer_shipping_address': :'OCI::Dts::Models::ShippingAddress', 'upload_status_log_uri': :'String' # rubocop:enable Style/SymbolLiteral } end |
Instance Method Details
#==(other) ⇒ Object
Checks equality by comparing each attribute.
260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 260 def ==(other) return true if equal?(other) self.class == other.class && label == other.label && lifecycle_state == other.lifecycle_state && transfer_job_id == other.transfer_job_id && serial_number == other.serial_number && creation_time == other.creation_time && customer_received_time == other.customer_received_time && customer_returned_time == other.customer_returned_time && next_billing_time == other.next_billing_time && delivery_security_tie_id == other.delivery_security_tie_id && return_security_tie_id == other.return_security_tie_id && appliance_delivery_tracking_number == other.appliance_delivery_tracking_number && appliance_return_delivery_tracking_number == other.appliance_return_delivery_tracking_number && appliance_delivery_vendor == other.appliance_delivery_vendor && customer_shipping_address == other.customer_shipping_address && upload_status_log_uri == other.upload_status_log_uri end |
#build_from_hash(attributes) ⇒ Object
Builds the object from hash
304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 304 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) public_method("#{key}=").call( attributes[self.class.attribute_map[key]] .map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) } ) end elsif !attributes[self.class.attribute_map[key]].nil? 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) ⇒ Boolean
284 285 286 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 284 def eql?(other) self == other end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
293 294 295 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 293 def hash [label, lifecycle_state, transfer_job_id, serial_number, creation_time, customer_received_time, customer_returned_time, next_billing_time, delivery_security_tie_id, return_security_tie_id, appliance_delivery_tracking_number, appliance_return_delivery_tracking_number, appliance_delivery_vendor, customer_shipping_address, upload_status_log_uri].hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
337 338 339 340 341 342 343 344 345 346 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 337 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_s ⇒ String
Returns the string representation of the object
331 332 333 |
# File 'lib/oci/dts/models/transfer_appliance.rb', line 331 def to_s to_hash.to_s end |