1. Packages
  2. Nutanix
  3. API Docs
  4. Provider
Nutanix v0.0.52 published on Friday, Jun 7, 2024 by Piers Karsenbarg

nutanix.Provider

Explore with Pulumi AI

nutanix logo
Nutanix v0.0.52 published on Friday, Jun 7, 2024 by Piers Karsenbarg

    The provider type for the nutanix 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,
                 endpoint: Optional[str] = None,
                 foundation_endpoint: Optional[str] = None,
                 foundation_port: Optional[str] = None,
                 insecure: Optional[bool] = None,
                 ndb_endpoint: Optional[str] = None,
                 ndb_password: Optional[str] = None,
                 ndb_username: Optional[str] = None,
                 password: Optional[str] = None,
                 port: Optional[str] = None,
                 proxy_url: Optional[str] = None,
                 session_auth: Optional[bool] = None,
                 username: Optional[str] = None,
                 wait_timeout: Optional[int] = 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:nutanix
    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

    The Provider resource accepts the following input properties:

    Endpoint string
    URL for Nutanix Prism (e.g IP or FQDN for cluster VIP note, this is never the data services VIP, and should not be an individual CVM address, as this would cause calls to fail during cluster lifecycle management operations, such as AOS upgrades.
    FoundationEndpoint string
    endpoint for foundation VM (eg. Foundation VM IP)
    FoundationPort string
    Port for foundation VM
    Insecure bool
    Explicitly allow the provider to perform "insecure" SSL requests. If omitted,default value is false
    NdbEndpoint string
    endpoint for Era VM (era ip)
    NdbPassword string
    NdbUsername string
    Password string
    Password for provided user name.
    Port string
    Port for Nutanix Prism.
    ProxyUrl string
    SessionAuth bool
    Use session authentification instead of basic auth for each request
    Username string
    User name for Nutanix Prism. Could be local cluster auth (e.g. 'admin') or directory auth.
    WaitTimeout int
    Set if you know that the creation o update of a resource may take long time (minutes)
    Endpoint string
    URL for Nutanix Prism (e.g IP or FQDN for cluster VIP note, this is never the data services VIP, and should not be an individual CVM address, as this would cause calls to fail during cluster lifecycle management operations, such as AOS upgrades.
    FoundationEndpoint string
    endpoint for foundation VM (eg. Foundation VM IP)
    FoundationPort string
    Port for foundation VM
    Insecure bool
    Explicitly allow the provider to perform "insecure" SSL requests. If omitted,default value is false
    NdbEndpoint string
    endpoint for Era VM (era ip)
    NdbPassword string
    NdbUsername string
    Password string
    Password for provided user name.
    Port string
    Port for Nutanix Prism.
    ProxyUrl string
    SessionAuth bool
    Use session authentification instead of basic auth for each request
    Username string
    User name for Nutanix Prism. Could be local cluster auth (e.g. 'admin') or directory auth.
    WaitTimeout int
    Set if you know that the creation o update of a resource may take long time (minutes)
    endpoint String
    URL for Nutanix Prism (e.g IP or FQDN for cluster VIP note, this is never the data services VIP, and should not be an individual CVM address, as this would cause calls to fail during cluster lifecycle management operations, such as AOS upgrades.
    foundationEndpoint String
    endpoint for foundation VM (eg. Foundation VM IP)
    foundationPort String
    Port for foundation VM
    insecure Boolean
    Explicitly allow the provider to perform "insecure" SSL requests. If omitted,default value is false
    ndbEndpoint String
    endpoint for Era VM (era ip)
    ndbPassword String
    ndbUsername String
    password String
    Password for provided user name.
    port String
    Port for Nutanix Prism.
    proxyUrl String
    sessionAuth Boolean
    Use session authentification instead of basic auth for each request
    username String
    User name for Nutanix Prism. Could be local cluster auth (e.g. 'admin') or directory auth.
    waitTimeout Integer
    Set if you know that the creation o update of a resource may take long time (minutes)
    endpoint string
    URL for Nutanix Prism (e.g IP or FQDN for cluster VIP note, this is never the data services VIP, and should not be an individual CVM address, as this would cause calls to fail during cluster lifecycle management operations, such as AOS upgrades.
    foundationEndpoint string
    endpoint for foundation VM (eg. Foundation VM IP)
    foundationPort string
    Port for foundation VM
    insecure boolean
    Explicitly allow the provider to perform "insecure" SSL requests. If omitted,default value is false
    ndbEndpoint string
    endpoint for Era VM (era ip)
    ndbPassword string
    ndbUsername string
    password string
    Password for provided user name.
    port string
    Port for Nutanix Prism.
    proxyUrl string
    sessionAuth boolean
    Use session authentification instead of basic auth for each request
    username string
    User name for Nutanix Prism. Could be local cluster auth (e.g. 'admin') or directory auth.
    waitTimeout number
    Set if you know that the creation o update of a resource may take long time (minutes)
    endpoint str
    URL for Nutanix Prism (e.g IP or FQDN for cluster VIP note, this is never the data services VIP, and should not be an individual CVM address, as this would cause calls to fail during cluster lifecycle management operations, such as AOS upgrades.
    foundation_endpoint str
    endpoint for foundation VM (eg. Foundation VM IP)
    foundation_port str
    Port for foundation VM
    insecure bool
    Explicitly allow the provider to perform "insecure" SSL requests. If omitted,default value is false
    ndb_endpoint str
    endpoint for Era VM (era ip)
    ndb_password str
    ndb_username str
    password str
    Password for provided user name.
    port str
    Port for Nutanix Prism.
    proxy_url str
    session_auth bool
    Use session authentification instead of basic auth for each request
    username str
    User name for Nutanix Prism. Could be local cluster auth (e.g. 'admin') or directory auth.
    wait_timeout int
    Set if you know that the creation o update of a resource may take long time (minutes)
    endpoint String
    URL for Nutanix Prism (e.g IP or FQDN for cluster VIP note, this is never the data services VIP, and should not be an individual CVM address, as this would cause calls to fail during cluster lifecycle management operations, such as AOS upgrades.
    foundationEndpoint String
    endpoint for foundation VM (eg. Foundation VM IP)
    foundationPort String
    Port for foundation VM
    insecure Boolean
    Explicitly allow the provider to perform "insecure" SSL requests. If omitted,default value is false
    ndbEndpoint String
    endpoint for Era VM (era ip)
    ndbPassword String
    ndbUsername String
    password String
    Password for provided user name.
    port String
    Port for Nutanix Prism.
    proxyUrl String
    sessionAuth Boolean
    Use session authentification instead of basic auth for each request
    username String
    User name for Nutanix Prism. Could be local cluster auth (e.g. 'admin') or directory auth.
    waitTimeout Number
    Set if you know that the creation o update of a resource may take long time (minutes)

    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
    nutanix pierskarsenbarg/pulumi-nutanix
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the nutanix Terraform Provider.
    nutanix logo
    Nutanix v0.0.52 published on Friday, Jun 7, 2024 by Piers Karsenbarg