opentelekomcloud.Provider
Explore with Pulumi AI
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:
- Access
Key string - The access key for API operations. You can retrieve this from the 'My Credential' section of the console.
- Agency
Domain stringName - The name of domain who created the agency (Identity v3).
- Agency
Name string - The name of agency
- Allow
Reauth bool - Auth
Url string - The Identity authentication URL.
- Backoff
Retry doubleTimeout - Timeout in seconds for backoff retry
- Cacert
File string - A Custom CA certificate.
- Cert string
- A client certificate to authenticate with.
- Cloud string
- An entry in a
clouds.yaml
file to use. - Delegated
Project string - The name of delegated project (Identity v3).
- Domain
Id string - The ID of the Domain to scope to (Identity v3).
- Domain
Name string - The name of the Domain to scope to (Identity v3).
- Endpoint
Type string - Insecure bool
- Trust self-signed certificates.
- Key string
- A client private key to authenticate with.
- Max
Backoff doubleRetries - How many times HTTP request should be retried when rate limit reached
- Max
Retries 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.
- Secret
Key string - The secret key for API operations. You can retrieve this from the 'My Credential' section of the console.
- Security
Token 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.
- Tenant
Id string - The ID of the Tenant (Identity v2) or Project (Identity v3) to login with.
- Tenant
Name 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.
- User
Id string - User ID to login with.
- User
Name string - Username to login with.
- Access
Key string - The access key for API operations. You can retrieve this from the 'My Credential' section of the console.
- Agency
Domain stringName - The name of domain who created the agency (Identity v3).
- Agency
Name string - The name of agency
- Allow
Reauth bool - Auth
Url string - The Identity authentication URL.
- Backoff
Retry float64Timeout - Timeout in seconds for backoff retry
- Cacert
File string - A Custom CA certificate.
- Cert string
- A client certificate to authenticate with.
- Cloud string
- An entry in a
clouds.yaml
file to use. - Delegated
Project string - The name of delegated project (Identity v3).
- Domain
Id string - The ID of the Domain to scope to (Identity v3).
- Domain
Name string - The name of the Domain to scope to (Identity v3).
- Endpoint
Type string - Insecure bool
- Trust self-signed certificates.
- Key string
- A client private key to authenticate with.
- Max
Backoff float64Retries - How many times HTTP request should be retried when rate limit reached
- Max
Retries 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.
- Secret
Key string - The secret key for API operations. You can retrieve this from the 'My Credential' section of the console.
- Security
Token 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.
- Tenant
Id string - The ID of the Tenant (Identity v2) or Project (Identity v3) to login with.
- Tenant
Name 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.
- User
Id string - User ID to login with.
- User
Name string - Username to login with.
- access
Key String - The access key for API operations. You can retrieve this from the 'My Credential' section of the console.
- agency
Domain StringName - The name of domain who created the agency (Identity v3).
- agency
Name String - The name of agency
- allow
Reauth Boolean - auth
Url String - The Identity authentication URL.
- backoff
Retry DoubleTimeout - Timeout in seconds for backoff retry
- cacert
File String - A Custom CA certificate.
- cert String
- A client certificate to authenticate with.
- cloud String
- An entry in a
clouds.yaml
file to use. - delegated
Project String - The name of delegated project (Identity v3).
- domain
Id String - The ID of the Domain to scope to (Identity v3).
- domain
Name String - The name of the Domain to scope to (Identity v3).
- endpoint
Type String - insecure Boolean
- Trust self-signed certificates.
- key String
- A client private key to authenticate with.
- max
Backoff DoubleRetries - How many times HTTP request should be retried when rate limit reached
- max
Retries 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.
- secret
Key String - The secret key for API operations. You can retrieve this from the 'My Credential' section of the console.
- security
Token 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.
- tenant
Id String - The ID of the Tenant (Identity v2) or Project (Identity v3) to login with.
- tenant
Name 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.
- user
Id String - User ID to login with.
- user
Name String - Username to login with.
- access
Key string - The access key for API operations. You can retrieve this from the 'My Credential' section of the console.
- agency
Domain stringName - The name of domain who created the agency (Identity v3).
- agency
Name string - The name of agency
- allow
Reauth boolean - auth
Url string - The Identity authentication URL.
- backoff
Retry numberTimeout - Timeout in seconds for backoff retry
- cacert
File string - A Custom CA certificate.
- cert string
- A client certificate to authenticate with.
- cloud string
- An entry in a
clouds.yaml
file to use. - delegated
Project string - The name of delegated project (Identity v3).
- domain
Id string - The ID of the Domain to scope to (Identity v3).
- domain
Name string - The name of the Domain to scope to (Identity v3).
- endpoint
Type string - insecure boolean
- Trust self-signed certificates.
- key string
- A client private key to authenticate with.
- max
Backoff numberRetries - How many times HTTP request should be retried when rate limit reached
- max
Retries 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.
- secret
Key string - The secret key for API operations. You can retrieve this from the 'My Credential' section of the console.
- security
Token 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.
- tenant
Id string - The ID of the Tenant (Identity v2) or Project (Identity v3) to login with.
- tenant
Name 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.
- user
Id string - User ID to login with.
- user
Name 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_ strname - 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_ floattimeout - 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_ floatretries - 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.
- access
Key String - The access key for API operations. You can retrieve this from the 'My Credential' section of the console.
- agency
Domain StringName - The name of domain who created the agency (Identity v3).
- agency
Name String - The name of agency
- allow
Reauth Boolean - auth
Url String - The Identity authentication URL.
- backoff
Retry NumberTimeout - Timeout in seconds for backoff retry
- cacert
File String - A Custom CA certificate.
- cert String
- A client certificate to authenticate with.
- cloud String
- An entry in a
clouds.yaml
file to use. - delegated
Project String - The name of delegated project (Identity v3).
- domain
Id String - The ID of the Domain to scope to (Identity v3).
- domain
Name String - The name of the Domain to scope to (Identity v3).
- endpoint
Type String - insecure Boolean
- Trust self-signed certificates.
- key String
- A client private key to authenticate with.
- max
Backoff NumberRetries - How many times HTTP request should be retried when rate limit reached
- max
Retries 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.
- secret
Key String - The secret key for API operations. You can retrieve this from the 'My Credential' section of the console.
- security
Token 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.
- tenant
Id String - The ID of the Tenant (Identity v2) or Project (Identity v3) to login with.
- tenant
Name 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.
- user
Id String - User ID to login with.
- user
Name 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.