Class: Twilio::REST::Voice::V1::ConnectionPolicyContext::ConnectionPolicyTargetInstance

Inherits:
InstanceResource
  • Object
show all
Defined in:
lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb

Instance Method Summary collapse

Constructor Details

#initialize(version, payload, connection_policy_sid: nil, sid: nil) ⇒ ConnectionPolicyTargetInstance

Initialize the ConnectionPolicyTargetInstance

Parameters:

  • version (Version)

    Version that contains the resource

  • payload (Hash)

    payload that contains response from Twilio

  • connection_policy_sid (String) (defaults to: nil)

    The SID of the Connection Policy that owns the Target.

  • sid (String) (defaults to: nil)

    The unique string that we created to identify the Target resource to fetch.



297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 297

def initialize(version, payload, connection_policy_sid: nil, sid: nil)
  super(version)

  # Marshaled Properties
  @properties = {
      'account_sid' => payload['account_sid'],
      'connection_policy_sid' => payload['connection_policy_sid'],
      'sid' => payload['sid'],
      'friendly_name' => payload['friendly_name'],
      'target' => payload['target'],
      'priority' => payload['priority'].to_i,
      'weight' => payload['weight'].to_i,
      'enabled' => payload['enabled'],
      'date_created' => Twilio.deserialize_iso8601_datetime(payload['date_created']),
      'date_updated' => Twilio.deserialize_iso8601_datetime(payload['date_updated']),
      'url' => payload['url'],
  }

  # Context
  @instance_context = nil
  @params = {'connection_policy_sid' => connection_policy_sid, 'sid' => sid || @properties['sid'], }
end

Instance Method Details

#account_sidString

Returns The SID of the Account that created the resource.

Returns:

  • (String)

    The SID of the Account that created the resource



337
338
339
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 337

def 
  @properties['account_sid']
end

#connection_policy_sidString

Returns The SID of the Connection Policy that owns the Target.

Returns:

  • (String)

    The SID of the Connection Policy that owns the Target



343
344
345
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 343

def connection_policy_sid
  @properties['connection_policy_sid']
end

#contextConnectionPolicyTargetContext

Generate an instance context for the instance, the context is capable of performing various actions. All instance actions are proxied to the context

Returns:



324
325
326
327
328
329
330
331
332
333
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 324

def context
  unless @instance_context
    @instance_context = ConnectionPolicyTargetContext.new(
        @version,
        @params['connection_policy_sid'],
        @params['sid'],
    )
  end
  @instance_context
end

#date_createdTime

Returns The RFC 2822 date and time in GMT when the resource was created.

Returns:

  • (Time)

    The RFC 2822 date and time in GMT when the resource was created



385
386
387
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 385

def date_created
  @properties['date_created']
end

#date_updatedTime

Returns The RFC 2822 date and time in GMT when the resource was last updated.

Returns:

  • (Time)

    The RFC 2822 date and time in GMT when the resource was last updated



391
392
393
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 391

def date_updated
  @properties['date_updated']
end

#deleteBoolean

Deletes the ConnectionPolicyTargetInstance

Returns:

  • (Boolean)

    true if delete succeeds, false otherwise



436
437
438
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 436

def delete
  context.delete
end

#enabledBoolean

Returns Whether the target is enabled.

Returns:

  • (Boolean)

    Whether the target is enabled



379
380
381
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 379

def enabled
  @properties['enabled']
end

#fetchConnectionPolicyTargetInstance

Fetch a ConnectionPolicyTargetInstance

Returns:



404
405
406
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 404

def fetch
  context.fetch
end

#friendly_nameString

Returns The string that you assigned to describe the resource.

Returns:

  • (String)

    The string that you assigned to describe the resource



355
356
357
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 355

def friendly_name
  @properties['friendly_name']
end

#inspectObject

Provide a detailed, user friendly representation



449
450
451
452
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 449

def inspect
  values = @properties.map{|k, v| "#{k}: #{v}"}.join(" ")
  "<Twilio.Voice.V1.ConnectionPolicyTargetInstance #{values}>"
end

#priorityString

Returns The relative importance of the target.

Returns:

  • (String)

    The relative importance of the target



367
368
369
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 367

def priority
  @properties['priority']
end

#sidString

Returns The unique string that identifies the resource.

Returns:

  • (String)

    The unique string that identifies the resource



349
350
351
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 349

def sid
  @properties['sid']
end

#targetString

Returns The SIP address you want Twilio to route your calls to.

Returns:

  • (String)

    The SIP address you want Twilio to route your calls to



361
362
363
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 361

def target
  @properties['target']
end

#to_sObject

Provide a user friendly representation



442
443
444
445
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 442

def to_s
  values = @params.map{|k, v| "#{k}: #{v}"}.join(" ")
  "<Twilio.Voice.V1.ConnectionPolicyTargetInstance #{values}>"
end

#update(friendly_name: :unset, target: :unset, priority: :unset, weight: :unset, enabled: :unset) ⇒ ConnectionPolicyTargetInstance

Update the ConnectionPolicyTargetInstance

Parameters:

  • friendly_name (String) (defaults to: :unset)

    A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long.

  • target (String) (defaults to: :unset)

    The SIP address you want Twilio to route your calls to. This must be a sip: schema. sips is NOT supported.

  • priority (String) (defaults to: :unset)

    The relative importance of the target. Can be an integer from 0 to 65535, inclusive. The lowest number represents the most important target.

  • weight (String) (defaults to: :unset)

    The value that determines the relative share of the load the Target should receive compared to other Targets with the same priority. Can be an integer from 1 to 65535, inclusive. Targets with higher values receive more load than those with lower ones with the same priority.

  • enabled (Boolean) (defaults to: :unset)

    Whether the Target is enabled.

Returns:



423
424
425
426
427
428
429
430
431
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 423

def update(friendly_name: :unset, target: :unset, priority: :unset, weight: :unset, enabled: :unset)
  context.update(
      friendly_name: friendly_name,
      target: target,
      priority: priority,
      weight: weight,
      enabled: enabled,
  )
end

#urlString

Returns The absolute URL of the resource.

Returns:

  • (String)

    The absolute URL of the resource



397
398
399
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 397

def url
  @properties['url']
end

#weightString

Returns The value that determines the relative load the Target should receive compared to others with the same priority.

Returns:

  • (String)

    The value that determines the relative load the Target should receive compared to others with the same priority



373
374
375
# File 'lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb', line 373

def weight
  @properties['weight']
end