1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. Provider
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

opentelekomcloud.Provider

Explore with Pulumi AI

opentelekomcloud logo
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

    The provider type for the opentelekomcloud package. By default, resources use package-wide configuration settings, however an explicit Provider instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.

    Create Provider Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
    @overload
    def Provider(resource_name: str,
                 args: Optional[ProviderArgs] = None,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Provider(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 access_key: Optional[str] = None,
                 agency_domain_name: Optional[str] = None,
                 agency_name: Optional[str] = None,
                 allow_reauth: Optional[bool] = None,
                 auth_url: Optional[str] = None,
                 backoff_retry_timeout: Optional[float] = None,
                 cacert_file: Optional[str] = None,
                 cert: Optional[str] = None,
                 cloud: Optional[str] = None,
                 delegated_project: Optional[str] = None,
                 domain_id: Optional[str] = None,
                 domain_name: Optional[str] = None,
                 endpoint_type: Optional[str] = None,
                 insecure: Optional[bool] = None,
                 key: Optional[str] = None,
                 max_backoff_retries: Optional[float] = None,
                 max_retries: Optional[float] = None,
                 passcode: Optional[str] = None,
                 password: Optional[str] = None,
                 region: Optional[str] = None,
                 secret_key: Optional[str] = None,
                 security_token: Optional[str] = None,
                 swauth: Optional[bool] = None,
                 tenant_id: Optional[str] = None,
                 tenant_name: Optional[str] = None,
                 token: Optional[str] = None,
                 user_id: Optional[str] = None,
                 user_name: Optional[str] = None)
    func NewProvider(ctx *Context, name string, args *ProviderArgs, opts ...ResourceOption) (*Provider, error)
    public Provider(string name, ProviderArgs? args = null, CustomResourceOptions? opts = null)
    public Provider(String name, ProviderArgs args)
    public Provider(String name, ProviderArgs args, CustomResourceOptions options)
    
    type: pulumi:providers:opentelekomcloud
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Provider Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Provider resource accepts the following input properties:

    AccessKey string
    The access key for API operations. You can retrieve this from the 'My Credential' section of the console.
    AgencyDomainName string
    The name of domain who created the agency (Identity v3).
    AgencyName string
    The name of agency
    AllowReauth bool
    AuthUrl string
    The Identity authentication URL.
    BackoffRetryTimeout double
    Timeout in seconds for backoff retry
    CacertFile string
    A Custom CA certificate.
    Cert string
    A client certificate to authenticate with.
    Cloud string
    An entry in a clouds.yaml file to use.
    DelegatedProject string
    The name of delegated project (Identity v3).
    DomainId string
    The ID of the Domain to scope to (Identity v3).
    DomainName string
    The name of the Domain to scope to (Identity v3).
    EndpointType string
    Insecure bool
    Trust self-signed certificates.
    Key string
    A client private key to authenticate with.
    MaxBackoffRetries double
    How many times HTTP request should be retried when rate limit reached
    MaxRetries double
    How many times HTTP connection should be retried until giving up.
    Passcode string
    One-time MFA passcode
    Password string
    Password to login with.
    Region string
    The OpenTelekomCloud region to connect to.
    SecretKey string
    The secret key for API operations. You can retrieve this from the 'My Credential' section of the console.
    SecurityToken string
    Security token to use for OBS federated authentication.
    Swauth bool
    Use Swift's authentication system instead of Keystone. Only used for interaction with Swift.
    TenantId string
    The ID of the Tenant (Identity v2) or Project (Identity v3) to login with.
    TenantName string
    The name of the Tenant (Identity v2) or Project (Identity v3) to login with.
    Token string
    Authentication token to use as an alternative to username/password.
    UserId string
    User ID to login with.
    UserName string
    Username to login with.
    AccessKey string
    The access key for API operations. You can retrieve this from the 'My Credential' section of the console.
    AgencyDomainName string
    The name of domain who created the agency (Identity v3).
    AgencyName string
    The name of agency
    AllowReauth bool
    AuthUrl string
    The Identity authentication URL.
    BackoffRetryTimeout float64
    Timeout in seconds for backoff retry
    CacertFile string
    A Custom CA certificate.
    Cert string
    A client certificate to authenticate with.
    Cloud string
    An entry in a clouds.yaml file to use.
    DelegatedProject string
    The name of delegated project (Identity v3).
    DomainId string
    The ID of the Domain to scope to (Identity v3).
    DomainName string
    The name of the Domain to scope to (Identity v3).
    EndpointType string
    Insecure bool
    Trust self-signed certificates.
    Key string
    A client private key to authenticate with.
    MaxBackoffRetries float64
    How many times HTTP request should be retried when rate limit reached
    MaxRetries float64
    How many times HTTP connection should be retried until giving up.
    Passcode string
    One-time MFA passcode
    Password string
    Password to login with.
    Region string
    The OpenTelekomCloud region to connect to.
    SecretKey string
    The secret key for API operations. You can retrieve this from the 'My Credential' section of the console.
    SecurityToken string
    Security token to use for OBS federated authentication.
    Swauth bool
    Use Swift's authentication system instead of Keystone. Only used for interaction with Swift.
    TenantId string
    The ID of the Tenant (Identity v2) or Project (Identity v3) to login with.
    TenantName string
    The name of the Tenant (Identity v2) or Project (Identity v3) to login with.
    Token string
    Authentication token to use as an alternative to username/password.
    UserId string
    User ID to login with.
    UserName string
    Username to login with.
    accessKey String
    The access key for API operations. You can retrieve this from the 'My Credential' section of the console.
    agencyDomainName String
    The name of domain who created the agency (Identity v3).
    agencyName String
    The name of agency
    allowReauth Boolean
    authUrl String
    The Identity authentication URL.
    backoffRetryTimeout Double
    Timeout in seconds for backoff retry
    cacertFile String
    A Custom CA certificate.
    cert String
    A client certificate to authenticate with.
    cloud String
    An entry in a clouds.yaml file to use.
    delegatedProject String
    The name of delegated project (Identity v3).
    domainId String
    The ID of the Domain to scope to (Identity v3).
    domainName String
    The name of the Domain to scope to (Identity v3).
    endpointType String
    insecure Boolean
    Trust self-signed certificates.
    key String
    A client private key to authenticate with.
    maxBackoffRetries Double
    How many times HTTP request should be retried when rate limit reached
    maxRetries Double
    How many times HTTP connection should be retried until giving up.
    passcode String
    One-time MFA passcode
    password String
    Password to login with.
    region String
    The OpenTelekomCloud region to connect to.
    secretKey String
    The secret key for API operations. You can retrieve this from the 'My Credential' section of the console.
    securityToken String
    Security token to use for OBS federated authentication.
    swauth Boolean
    Use Swift's authentication system instead of Keystone. Only used for interaction with Swift.
    tenantId String
    The ID of the Tenant (Identity v2) or Project (Identity v3) to login with.
    tenantName String
    The name of the Tenant (Identity v2) or Project (Identity v3) to login with.
    token String
    Authentication token to use as an alternative to username/password.
    userId String
    User ID to login with.
    userName String
    Username to login with.
    accessKey string
    The access key for API operations. You can retrieve this from the 'My Credential' section of the console.
    agencyDomainName string
    The name of domain who created the agency (Identity v3).
    agencyName string
    The name of agency
    allowReauth boolean
    authUrl string
    The Identity authentication URL.
    backoffRetryTimeout number
    Timeout in seconds for backoff retry
    cacertFile string
    A Custom CA certificate.
    cert string
    A client certificate to authenticate with.
    cloud string
    An entry in a clouds.yaml file to use.
    delegatedProject string
    The name of delegated project (Identity v3).
    domainId string
    The ID of the Domain to scope to (Identity v3).
    domainName string
    The name of the Domain to scope to (Identity v3).
    endpointType string
    insecure boolean
    Trust self-signed certificates.
    key string
    A client private key to authenticate with.
    maxBackoffRetries number
    How many times HTTP request should be retried when rate limit reached
    maxRetries number
    How many times HTTP connection should be retried until giving up.
    passcode string
    One-time MFA passcode
    password string
    Password to login with.
    region string
    The OpenTelekomCloud region to connect to.
    secretKey string
    The secret key for API operations. You can retrieve this from the 'My Credential' section of the console.
    securityToken string
    Security token to use for OBS federated authentication.
    swauth boolean
    Use Swift's authentication system instead of Keystone. Only used for interaction with Swift.
    tenantId string
    The ID of the Tenant (Identity v2) or Project (Identity v3) to login with.
    tenantName string
    The name of the Tenant (Identity v2) or Project (Identity v3) to login with.
    token string
    Authentication token to use as an alternative to username/password.
    userId string
    User ID to login with.
    userName string
    Username to login with.
    access_key str
    The access key for API operations. You can retrieve this from the 'My Credential' section of the console.
    agency_domain_name str
    The name of domain who created the agency (Identity v3).
    agency_name str
    The name of agency
    allow_reauth bool
    auth_url str
    The Identity authentication URL.
    backoff_retry_timeout float
    Timeout in seconds for backoff retry
    cacert_file str
    A Custom CA certificate.
    cert str
    A client certificate to authenticate with.
    cloud str
    An entry in a clouds.yaml file to use.
    delegated_project str
    The name of delegated project (Identity v3).
    domain_id str
    The ID of the Domain to scope to (Identity v3).
    domain_name str
    The name of the Domain to scope to (Identity v3).
    endpoint_type str
    insecure bool
    Trust self-signed certificates.
    key str
    A client private key to authenticate with.
    max_backoff_retries float
    How many times HTTP request should be retried when rate limit reached
    max_retries float
    How many times HTTP connection should be retried until giving up.
    passcode str
    One-time MFA passcode
    password str
    Password to login with.
    region str
    The OpenTelekomCloud region to connect to.
    secret_key str
    The secret key for API operations. You can retrieve this from the 'My Credential' section of the console.
    security_token str
    Security token to use for OBS federated authentication.
    swauth bool
    Use Swift's authentication system instead of Keystone. Only used for interaction with Swift.
    tenant_id str
    The ID of the Tenant (Identity v2) or Project (Identity v3) to login with.
    tenant_name str
    The name of the Tenant (Identity v2) or Project (Identity v3) to login with.
    token str
    Authentication token to use as an alternative to username/password.
    user_id str
    User ID to login with.
    user_name str
    Username to login with.
    accessKey String
    The access key for API operations. You can retrieve this from the 'My Credential' section of the console.
    agencyDomainName String
    The name of domain who created the agency (Identity v3).
    agencyName String
    The name of agency
    allowReauth Boolean
    authUrl String
    The Identity authentication URL.
    backoffRetryTimeout Number
    Timeout in seconds for backoff retry
    cacertFile String
    A Custom CA certificate.
    cert String
    A client certificate to authenticate with.
    cloud String
    An entry in a clouds.yaml file to use.
    delegatedProject String
    The name of delegated project (Identity v3).
    domainId String
    The ID of the Domain to scope to (Identity v3).
    domainName String
    The name of the Domain to scope to (Identity v3).
    endpointType String
    insecure Boolean
    Trust self-signed certificates.
    key String
    A client private key to authenticate with.
    maxBackoffRetries Number
    How many times HTTP request should be retried when rate limit reached
    maxRetries Number
    How many times HTTP connection should be retried until giving up.
    passcode String
    One-time MFA passcode
    password String
    Password to login with.
    region String
    The OpenTelekomCloud region to connect to.
    secretKey String
    The secret key for API operations. You can retrieve this from the 'My Credential' section of the console.
    securityToken String
    Security token to use for OBS federated authentication.
    swauth Boolean
    Use Swift's authentication system instead of Keystone. Only used for interaction with Swift.
    tenantId String
    The ID of the Tenant (Identity v2) or Project (Identity v3) to login with.
    tenantName String
    The name of the Tenant (Identity v2) or Project (Identity v3) to login with.
    token String
    Authentication token to use as an alternative to username/password.
    userId String
    User ID to login with.
    userName String
    Username to login with.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Provider resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
    License
    Notes
    This Pulumi package is based on the opentelekomcloud Terraform Provider.
    opentelekomcloud logo
    opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud