flexibleengine.Provider
Explore with Pulumi AI
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.
- Access
Key string - The access key of the FlexibleEngine cloud to use.
- Auth
Url string - The Identity authentication URL.
- Cacert
File 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
- 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).
- 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.
- Max
Retries double - How many times HTTP connection should be retried until giving up.
- Password string
- Password to login with.
- Secret
Key string - The secret key of the FlexibleEngine cloud to use.
- Security
Token string - The security token to authenticate with a temporary security credential.
- 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.
- Region string
- The FlexibleEngine region to connect to.
- Access
Key string - The access key of the FlexibleEngine cloud to use.
- Auth
Url string - The Identity authentication URL.
- Cacert
File 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
- 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).
- 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.
- Max
Retries float64 - How many times HTTP connection should be retried until giving up.
- Password string
- Password to login with.
- Secret
Key string - The secret key of the FlexibleEngine cloud to use.
- Security
Token string - The security token to authenticate with a temporary security credential.
- 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.
- region String
- The FlexibleEngine region to connect to.
- access
Key String - The access key of the FlexibleEngine cloud to use.
- auth
Url String - The Identity authentication URL.
- cacert
File 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
- 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).
- 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.
- max
Retries Double - How many times HTTP connection should be retried until giving up.
- password String
- Password to login with.
- secret
Key String - The secret key of the FlexibleEngine cloud to use.
- security
Token String - The security token to authenticate with a temporary security credential.
- 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.
- region string
- The FlexibleEngine region to connect to.
- access
Key string - The access key of the FlexibleEngine cloud to use.
- auth
Url string - The Identity authentication URL.
- cacert
File 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
- 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).
- 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.
- max
Retries number - How many times HTTP connection should be retried until giving up.
- password string
- Password to login with.
- secret
Key string - The secret key of the FlexibleEngine cloud to use.
- security
Token string - The security token to authenticate with a temporary security credential.
- 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.
- 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.
- access
Key String - The access key of the FlexibleEngine cloud to use.
- auth
Url String - The Identity authentication URL.
- cacert
File 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
- 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).
- 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.
- max
Retries Number - How many times HTTP connection should be retried until giving up.
- password String
- Password to login with.
- secret
Key String - The secret key of the FlexibleEngine cloud to use.
- security
Token String - The security token to authenticate with a temporary security credential.
- 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
- flexibleengine flexibleenginecloud/terraform-provider-flexibleengine
- License
- Notes
- This Pulumi package is based on the
flexibleengine
Terraform Provider.