1. Packages
  2. Flexibleengine Provider
  3. API Docs
  4. Provider
flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud

flexibleengine.Provider

Explore with Pulumi AI

flexibleengine logo
flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud

    The provider type for the flexibleengine 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: ProviderArgs,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Provider(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 access_key: Optional[str] = None,
                 auth_url: Optional[str] = None,
                 cacert_file: Optional[str] = None,
                 cert: Optional[str] = None,
                 cloud: Optional[str] = None,
                 domain_id: Optional[str] = None,
                 domain_name: Optional[str] = None,
                 endpoints: Optional[Mapping[str, str]] = None,
                 insecure: Optional[bool] = None,
                 key: Optional[str] = None,
                 max_retries: Optional[float] = None,
                 password: Optional[str] = None,
                 region: Optional[str] = None,
                 secret_key: Optional[str] = None,
                 security_token: Optional[str] = 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, CustomResourceOptions? opts = null)
    public Provider(String name, ProviderArgs args)
    public Provider(String name, ProviderArgs args, CustomResourceOptions options)
    
    type: pulumi:providers:flexibleengine
    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:

    Region string
    The FlexibleEngine region to connect to.
    AccessKey string
    The access key of the FlexibleEngine cloud to use.
    AuthUrl string
    The Identity authentication URL.
    CacertFile string
    A Custom CA certificate.
    Cert string
    A client certificate to authenticate with.
    Cloud string
    The endpoint of cloud provider, defaults to prod-cloud-ocb.orange-business.com
    DomainId string
    The ID of the Domain to scope to (Identity v3).
    DomainName string
    The name of the Domain to scope to (Identity v3).
    Endpoints Dictionary<string, string>
    Experimental Feature: the custom endpoints used to override the default endpoint URL
    Insecure bool
    Trust self-signed certificates.
    Key string
    A client private key to authenticate with.
    MaxRetries double
    How many times HTTP connection should be retried until giving up.
    Password string
    Password to login with.
    SecretKey string
    The secret key of the FlexibleEngine cloud to use.
    SecurityToken string
    The security token to authenticate with a temporary security credential.
    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.
    Region string
    The FlexibleEngine region to connect to.
    AccessKey string
    The access key of the FlexibleEngine cloud to use.
    AuthUrl string
    The Identity authentication URL.
    CacertFile string
    A Custom CA certificate.
    Cert string
    A client certificate to authenticate with.
    Cloud string
    The endpoint of cloud provider, defaults to prod-cloud-ocb.orange-business.com
    DomainId string
    The ID of the Domain to scope to (Identity v3).
    DomainName string
    The name of the Domain to scope to (Identity v3).
    Endpoints map[string]string
    Experimental Feature: the custom endpoints used to override the default endpoint URL
    Insecure bool
    Trust self-signed certificates.
    Key string
    A client private key to authenticate with.
    MaxRetries float64
    How many times HTTP connection should be retried until giving up.
    Password string
    Password to login with.
    SecretKey string
    The secret key of the FlexibleEngine cloud to use.
    SecurityToken string
    The security token to authenticate with a temporary security credential.
    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.
    region String
    The FlexibleEngine region to connect to.
    accessKey String
    The access key of the FlexibleEngine cloud to use.
    authUrl String
    The Identity authentication URL.
    cacertFile String
    A Custom CA certificate.
    cert String
    A client certificate to authenticate with.
    cloud String
    The endpoint of cloud provider, defaults to prod-cloud-ocb.orange-business.com
    domainId String
    The ID of the Domain to scope to (Identity v3).
    domainName String
    The name of the Domain to scope to (Identity v3).
    endpoints Map<String,String>
    Experimental Feature: the custom endpoints used to override the default endpoint URL
    insecure Boolean
    Trust self-signed certificates.
    key String
    A client private key to authenticate with.
    maxRetries Double
    How many times HTTP connection should be retried until giving up.
    password String
    Password to login with.
    secretKey String
    The secret key of the FlexibleEngine cloud to use.
    securityToken String
    The security token to authenticate with a temporary security credential.
    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.
    region string
    The FlexibleEngine region to connect to.
    accessKey string
    The access key of the FlexibleEngine cloud to use.
    authUrl string
    The Identity authentication URL.
    cacertFile string
    A Custom CA certificate.
    cert string
    A client certificate to authenticate with.
    cloud string
    The endpoint of cloud provider, defaults to prod-cloud-ocb.orange-business.com
    domainId string
    The ID of the Domain to scope to (Identity v3).
    domainName string
    The name of the Domain to scope to (Identity v3).
    endpoints {[key: string]: string}
    Experimental Feature: the custom endpoints used to override the default endpoint URL
    insecure boolean
    Trust self-signed certificates.
    key string
    A client private key to authenticate with.
    maxRetries number
    How many times HTTP connection should be retried until giving up.
    password string
    Password to login with.
    secretKey string
    The secret key of the FlexibleEngine cloud to use.
    securityToken string
    The security token to authenticate with a temporary security credential.
    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.
    region str
    The FlexibleEngine region to connect to.
    access_key str
    The access key of the FlexibleEngine cloud to use.
    auth_url str
    The Identity authentication URL.
    cacert_file str
    A Custom CA certificate.
    cert str
    A client certificate to authenticate with.
    cloud str
    The endpoint of cloud provider, defaults to prod-cloud-ocb.orange-business.com
    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).
    endpoints Mapping[str, str]
    Experimental Feature: the custom endpoints used to override the default endpoint URL
    insecure bool
    Trust self-signed certificates.
    key str
    A client private key to authenticate with.
    max_retries float
    How many times HTTP connection should be retried until giving up.
    password str
    Password to login with.
    secret_key str
    The secret key of the FlexibleEngine cloud to use.
    security_token str
    The security token to authenticate with a temporary security credential.
    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.
    region String
    The FlexibleEngine region to connect to.
    accessKey String
    The access key of the FlexibleEngine cloud to use.
    authUrl String
    The Identity authentication URL.
    cacertFile String
    A Custom CA certificate.
    cert String
    A client certificate to authenticate with.
    cloud String
    The endpoint of cloud provider, defaults to prod-cloud-ocb.orange-business.com
    domainId String
    The ID of the Domain to scope to (Identity v3).
    domainName String
    The name of the Domain to scope to (Identity v3).
    endpoints Map<String>
    Experimental Feature: the custom endpoints used to override the default endpoint URL
    insecure Boolean
    Trust self-signed certificates.
    key String
    A client private key to authenticate with.
    maxRetries Number
    How many times HTTP connection should be retried until giving up.
    password String
    Password to login with.
    secretKey String
    The secret key of the FlexibleEngine cloud to use.
    securityToken String
    The security token to authenticate with a temporary security credential.
    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
    flexibleengine flexibleenginecloud/terraform-provider-flexibleengine
    License
    Notes
    This Pulumi package is based on the flexibleengine Terraform Provider.
    flexibleengine logo
    flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud