Class: OpenAI::Models::Admin::Organization::AzureExternalStorageProvider

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/openai/models/admin/organization/azure_external_storage_provider.rb,
sig/openai/models/admin/organization/azure_external_storage_provider.rbs

Instance Attribute Summary collapse

Attributes inherited from Internal::Type::BaseModel

#last_response

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], #_request_id, #_set_last_response, coerce, #deconstruct_keys, #deep_to_h, dump, #encode_with, fields, hash, #hash, inherited, #inspect, inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, coerce_with_error, dump, #dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(account_name:, container:, region:, resource_group:, subscription_id:, tenant_id:, type: :azure) ⇒ Object

Parameters:

  • account_name (String)
  • container (String)
  • region (String)
  • resource_group (String)
  • subscription_id (String)
  • tenant_id (String)
  • type (Symbol, :azure) (defaults to: :azure)


# File 'lib/openai/models/admin/organization/azure_external_storage_provider.rb', line 43

Instance Attribute Details

#account_nameString

Parameters:

  • value (String)

Returns:

  • (String)


11
# File 'lib/openai/models/admin/organization/azure_external_storage_provider.rb', line 11

required :account_name, String

#containerString

Parameters:

  • value (String)

Returns:

  • (String)


16
# File 'lib/openai/models/admin/organization/azure_external_storage_provider.rb', line 16

required :container, String

#regionString

Parameters:

  • value (String)

Returns:

  • (String)


21
# File 'lib/openai/models/admin/organization/azure_external_storage_provider.rb', line 21

required :region, String

#resource_groupString

Parameters:

  • value (String)

Returns:

  • (String)


26
# File 'lib/openai/models/admin/organization/azure_external_storage_provider.rb', line 26

required :resource_group, String

#subscription_idString

Parameters:

  • value (String)

Returns:

  • (String)


31
# File 'lib/openai/models/admin/organization/azure_external_storage_provider.rb', line 31

required :subscription_id, String

#tenant_idString

Parameters:

  • value (String)

Returns:

  • (String)


36
# File 'lib/openai/models/admin/organization/azure_external_storage_provider.rb', line 36

required :tenant_id, String

#typeSymbol, :azure

Parameters:

  • value (:azure)

Returns:

  • (Symbol, :azure)


41
# File 'lib/openai/models/admin/organization/azure_external_storage_provider.rb', line 41

required :type, const: :azure

Instance Method Details

#to_hash{

Returns:

  • ({)


41
# File 'sig/openai/models/admin/organization/azure_external_storage_provider.rbs', line 41

def to_hash: -> {