1. Packages
  2. Gcorelabs Provider
  3. API Docs
  4. Provider
gcorelabs 0.3.63 published on Monday, Apr 14, 2025 by g-core

gcorelabs.Provider

Explore with Pulumi AI

gcorelabs logo
gcorelabs 0.3.63 published on Monday, Apr 14, 2025 by g-core

    The provider type for the gcorelabs 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,
                 api_endpoint: Optional[str] = None,
                 gcore_api: Optional[str] = None,
                 gcore_cdn_api: Optional[str] = None,
                 gcore_client_id: Optional[str] = None,
                 gcore_cloud_api: Optional[str] = None,
                 gcore_dns_api: Optional[str] = None,
                 gcore_platform: Optional[str] = None,
                 gcore_platform_api: Optional[str] = None,
                 gcore_storage_api: Optional[str] = None,
                 ignore_creds_auth_error: Optional[bool] = None,
                 password: Optional[str] = None,
                 permanent_api_token: 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:gcorelabs
    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:

    ApiEndpoint string
    A single API endpoint for all products. Will be used when specific product API url is not defined.
    GcoreApi string
    Region API

    Deprecated: Deprecated

    GcoreCdnApi string
    CDN API (define only if you want to override CDN API endpoint)
    GcoreClientId string
    Client id
    GcoreCloudApi string
    Region API (define only if you want to override Region API endpoint)
    GcoreDnsApi string
    DNS API (define only if you want to override DNS API endpoint)
    GcorePlatform string
    Platform URL is used for generate JWT

    Deprecated: Deprecated

    GcorePlatformApi string
    Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
    GcoreStorageApi string
    Storage API (define only if you want to override Storage API endpoint)
    IgnoreCredsAuthError bool
    Should be set to true when you are gonna to use storage resource with permanent API-token only.

    Deprecated: Deprecated

    Password string

    Deprecated: Deprecated

    PermanentApiToken string
    A permanent API-token
    UserName string

    Deprecated: Deprecated

    ApiEndpoint string
    A single API endpoint for all products. Will be used when specific product API url is not defined.
    GcoreApi string
    Region API

    Deprecated: Deprecated

    GcoreCdnApi string
    CDN API (define only if you want to override CDN API endpoint)
    GcoreClientId string
    Client id
    GcoreCloudApi string
    Region API (define only if you want to override Region API endpoint)
    GcoreDnsApi string
    DNS API (define only if you want to override DNS API endpoint)
    GcorePlatform string
    Platform URL is used for generate JWT

    Deprecated: Deprecated

    GcorePlatformApi string
    Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
    GcoreStorageApi string
    Storage API (define only if you want to override Storage API endpoint)
    IgnoreCredsAuthError bool
    Should be set to true when you are gonna to use storage resource with permanent API-token only.

    Deprecated: Deprecated

    Password string

    Deprecated: Deprecated

    PermanentApiToken string
    A permanent API-token
    UserName string

    Deprecated: Deprecated

    apiEndpoint String
    A single API endpoint for all products. Will be used when specific product API url is not defined.
    gcoreApi String
    Region API

    Deprecated: Deprecated

    gcoreCdnApi String
    CDN API (define only if you want to override CDN API endpoint)
    gcoreClientId String
    Client id
    gcoreCloudApi String
    Region API (define only if you want to override Region API endpoint)
    gcoreDnsApi String
    DNS API (define only if you want to override DNS API endpoint)
    gcorePlatform String
    Platform URL is used for generate JWT

    Deprecated: Deprecated

    gcorePlatformApi String
    Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
    gcoreStorageApi String
    Storage API (define only if you want to override Storage API endpoint)
    ignoreCredsAuthError Boolean
    Should be set to true when you are gonna to use storage resource with permanent API-token only.

    Deprecated: Deprecated

    password String

    Deprecated: Deprecated

    permanentApiToken String
    A permanent API-token
    userName String

    Deprecated: Deprecated

    apiEndpoint string
    A single API endpoint for all products. Will be used when specific product API url is not defined.
    gcoreApi string
    Region API

    Deprecated: Deprecated

    gcoreCdnApi string
    CDN API (define only if you want to override CDN API endpoint)
    gcoreClientId string
    Client id
    gcoreCloudApi string
    Region API (define only if you want to override Region API endpoint)
    gcoreDnsApi string
    DNS API (define only if you want to override DNS API endpoint)
    gcorePlatform string
    Platform URL is used for generate JWT

    Deprecated: Deprecated

    gcorePlatformApi string
    Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
    gcoreStorageApi string
    Storage API (define only if you want to override Storage API endpoint)
    ignoreCredsAuthError boolean
    Should be set to true when you are gonna to use storage resource with permanent API-token only.

    Deprecated: Deprecated

    password string

    Deprecated: Deprecated

    permanentApiToken string
    A permanent API-token
    userName string

    Deprecated: Deprecated

    api_endpoint str
    A single API endpoint for all products. Will be used when specific product API url is not defined.
    gcore_api str
    Region API

    Deprecated: Deprecated

    gcore_cdn_api str
    CDN API (define only if you want to override CDN API endpoint)
    gcore_client_id str
    Client id
    gcore_cloud_api str
    Region API (define only if you want to override Region API endpoint)
    gcore_dns_api str
    DNS API (define only if you want to override DNS API endpoint)
    gcore_platform str
    Platform URL is used for generate JWT

    Deprecated: Deprecated

    gcore_platform_api str
    Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
    gcore_storage_api str
    Storage API (define only if you want to override Storage API endpoint)
    ignore_creds_auth_error bool
    Should be set to true when you are gonna to use storage resource with permanent API-token only.

    Deprecated: Deprecated

    password str

    Deprecated: Deprecated

    permanent_api_token str
    A permanent API-token
    user_name str

    Deprecated: Deprecated

    apiEndpoint String
    A single API endpoint for all products. Will be used when specific product API url is not defined.
    gcoreApi String
    Region API

    Deprecated: Deprecated

    gcoreCdnApi String
    CDN API (define only if you want to override CDN API endpoint)
    gcoreClientId String
    Client id
    gcoreCloudApi String
    Region API (define only if you want to override Region API endpoint)
    gcoreDnsApi String
    DNS API (define only if you want to override DNS API endpoint)
    gcorePlatform String
    Platform URL is used for generate JWT

    Deprecated: Deprecated

    gcorePlatformApi String
    Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
    gcoreStorageApi String
    Storage API (define only if you want to override Storage API endpoint)
    ignoreCredsAuthError Boolean
    Should be set to true when you are gonna to use storage resource with permanent API-token only.

    Deprecated: Deprecated

    password String

    Deprecated: Deprecated

    permanentApiToken String
    A permanent API-token
    userName String

    Deprecated: Deprecated

    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
    gcorelabs g-core/terraform-provider-gcorelabs
    License
    Notes
    This Pulumi package is based on the gcorelabs Terraform Provider.
    gcorelabs logo
    gcorelabs 0.3.63 published on Monday, Apr 14, 2025 by g-core