1. Packages
  2. Powerflex Provider
  3. API Docs
  4. CompatibilityManagement
powerflex 1.8.0 published on Monday, Apr 14, 2025 by dell

powerflex.CompatibilityManagement

Explore with Pulumi AI

powerflex logo
powerflex 1.8.0 published on Monday, Apr 14, 2025 by dell

    Create CompatibilityManagement Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CompatibilityManagement(name: string, args: CompatibilityManagementArgs, opts?: CustomResourceOptions);
    @overload
    def CompatibilityManagement(resource_name: str,
                                args: CompatibilityManagementArgs,
                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def CompatibilityManagement(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                repository_path: Optional[str] = None)
    func NewCompatibilityManagement(ctx *Context, name string, args CompatibilityManagementArgs, opts ...ResourceOption) (*CompatibilityManagement, error)
    public CompatibilityManagement(string name, CompatibilityManagementArgs args, CustomResourceOptions? opts = null)
    public CompatibilityManagement(String name, CompatibilityManagementArgs args)
    public CompatibilityManagement(String name, CompatibilityManagementArgs args, CustomResourceOptions options)
    
    type: powerflex:CompatibilityManagement
    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 CompatibilityManagementArgs
    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 CompatibilityManagementArgs
    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 CompatibilityManagementArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CompatibilityManagementArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CompatibilityManagementArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var compatibilityManagementResource = new Powerflex.CompatibilityManagement("compatibilityManagementResource", new()
    {
        RepositoryPath = "string",
    });
    
    example, err := powerflex.NewCompatibilityManagement(ctx, "compatibilityManagementResource", &powerflex.CompatibilityManagementArgs{
    	RepositoryPath: pulumi.String("string"),
    })
    
    var compatibilityManagementResource = new CompatibilityManagement("compatibilityManagementResource", CompatibilityManagementArgs.builder()
        .repositoryPath("string")
        .build());
    
    compatibility_management_resource = powerflex.CompatibilityManagement("compatibilityManagementResource", repository_path="string")
    
    const compatibilityManagementResource = new powerflex.CompatibilityManagement("compatibilityManagementResource", {repositoryPath: "string"});
    
    type: powerflex:CompatibilityManagement
    properties:
        repositoryPath: string
    

    CompatibilityManagement 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 CompatibilityManagement resource accepts the following input properties:

    RepositoryPath string
    Repository Path on your local machine to your compatibility gpg file ie: /example/example.gpg.
    RepositoryPath string
    Repository Path on your local machine to your compatibility gpg file ie: /example/example.gpg.
    repositoryPath String
    Repository Path on your local machine to your compatibility gpg file ie: /example/example.gpg.
    repositoryPath string
    Repository Path on your local machine to your compatibility gpg file ie: /example/example.gpg.
    repository_path str
    Repository Path on your local machine to your compatibility gpg file ie: /example/example.gpg.
    repositoryPath String
    Repository Path on your local machine to your compatibility gpg file ie: /example/example.gpg.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CompatibilityManagement resource produces the following output properties:

    AvailableVersion string
    Available Version of the Compatibility Management Instance.
    CompatibilityData string
    Compatibility Data of the Compatibility Management Instance.
    CompatibilityDataBytes string
    Compatibility Data Bytes of the Compatibility Management Instance.
    CurrentVersion string
    Current Version of the Compatibility Management Instance.
    Id string
    The provider-assigned unique ID for this managed resource.
    Source string
    Source of the Compatibility Management Instance.
    AvailableVersion string
    Available Version of the Compatibility Management Instance.
    CompatibilityData string
    Compatibility Data of the Compatibility Management Instance.
    CompatibilityDataBytes string
    Compatibility Data Bytes of the Compatibility Management Instance.
    CurrentVersion string
    Current Version of the Compatibility Management Instance.
    Id string
    The provider-assigned unique ID for this managed resource.
    Source string
    Source of the Compatibility Management Instance.
    availableVersion String
    Available Version of the Compatibility Management Instance.
    compatibilityData String
    Compatibility Data of the Compatibility Management Instance.
    compatibilityDataBytes String
    Compatibility Data Bytes of the Compatibility Management Instance.
    currentVersion String
    Current Version of the Compatibility Management Instance.
    id String
    The provider-assigned unique ID for this managed resource.
    source String
    Source of the Compatibility Management Instance.
    availableVersion string
    Available Version of the Compatibility Management Instance.
    compatibilityData string
    Compatibility Data of the Compatibility Management Instance.
    compatibilityDataBytes string
    Compatibility Data Bytes of the Compatibility Management Instance.
    currentVersion string
    Current Version of the Compatibility Management Instance.
    id string
    The provider-assigned unique ID for this managed resource.
    source string
    Source of the Compatibility Management Instance.
    available_version str
    Available Version of the Compatibility Management Instance.
    compatibility_data str
    Compatibility Data of the Compatibility Management Instance.
    compatibility_data_bytes str
    Compatibility Data Bytes of the Compatibility Management Instance.
    current_version str
    Current Version of the Compatibility Management Instance.
    id str
    The provider-assigned unique ID for this managed resource.
    source str
    Source of the Compatibility Management Instance.
    availableVersion String
    Available Version of the Compatibility Management Instance.
    compatibilityData String
    Compatibility Data of the Compatibility Management Instance.
    compatibilityDataBytes String
    Compatibility Data Bytes of the Compatibility Management Instance.
    currentVersion String
    Current Version of the Compatibility Management Instance.
    id String
    The provider-assigned unique ID for this managed resource.
    source String
    Source of the Compatibility Management Instance.

    Look up Existing CompatibilityManagement Resource

    Get an existing CompatibilityManagement resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: CompatibilityManagementState, opts?: CustomResourceOptions): CompatibilityManagement
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            available_version: Optional[str] = None,
            compatibility_data: Optional[str] = None,
            compatibility_data_bytes: Optional[str] = None,
            current_version: Optional[str] = None,
            repository_path: Optional[str] = None,
            source: Optional[str] = None) -> CompatibilityManagement
    func GetCompatibilityManagement(ctx *Context, name string, id IDInput, state *CompatibilityManagementState, opts ...ResourceOption) (*CompatibilityManagement, error)
    public static CompatibilityManagement Get(string name, Input<string> id, CompatibilityManagementState? state, CustomResourceOptions? opts = null)
    public static CompatibilityManagement get(String name, Output<String> id, CompatibilityManagementState state, CustomResourceOptions options)
    resources:  _:    type: powerflex:CompatibilityManagement    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AvailableVersion string
    Available Version of the Compatibility Management Instance.
    CompatibilityData string
    Compatibility Data of the Compatibility Management Instance.
    CompatibilityDataBytes string
    Compatibility Data Bytes of the Compatibility Management Instance.
    CurrentVersion string
    Current Version of the Compatibility Management Instance.
    RepositoryPath string
    Repository Path on your local machine to your compatibility gpg file ie: /example/example.gpg.
    Source string
    Source of the Compatibility Management Instance.
    AvailableVersion string
    Available Version of the Compatibility Management Instance.
    CompatibilityData string
    Compatibility Data of the Compatibility Management Instance.
    CompatibilityDataBytes string
    Compatibility Data Bytes of the Compatibility Management Instance.
    CurrentVersion string
    Current Version of the Compatibility Management Instance.
    RepositoryPath string
    Repository Path on your local machine to your compatibility gpg file ie: /example/example.gpg.
    Source string
    Source of the Compatibility Management Instance.
    availableVersion String
    Available Version of the Compatibility Management Instance.
    compatibilityData String
    Compatibility Data of the Compatibility Management Instance.
    compatibilityDataBytes String
    Compatibility Data Bytes of the Compatibility Management Instance.
    currentVersion String
    Current Version of the Compatibility Management Instance.
    repositoryPath String
    Repository Path on your local machine to your compatibility gpg file ie: /example/example.gpg.
    source String
    Source of the Compatibility Management Instance.
    availableVersion string
    Available Version of the Compatibility Management Instance.
    compatibilityData string
    Compatibility Data of the Compatibility Management Instance.
    compatibilityDataBytes string
    Compatibility Data Bytes of the Compatibility Management Instance.
    currentVersion string
    Current Version of the Compatibility Management Instance.
    repositoryPath string
    Repository Path on your local machine to your compatibility gpg file ie: /example/example.gpg.
    source string
    Source of the Compatibility Management Instance.
    available_version str
    Available Version of the Compatibility Management Instance.
    compatibility_data str
    Compatibility Data of the Compatibility Management Instance.
    compatibility_data_bytes str
    Compatibility Data Bytes of the Compatibility Management Instance.
    current_version str
    Current Version of the Compatibility Management Instance.
    repository_path str
    Repository Path on your local machine to your compatibility gpg file ie: /example/example.gpg.
    source str
    Source of the Compatibility Management Instance.
    availableVersion String
    Available Version of the Compatibility Management Instance.
    compatibilityData String
    Compatibility Data of the Compatibility Management Instance.
    compatibilityDataBytes String
    Compatibility Data Bytes of the Compatibility Management Instance.
    currentVersion String
    Current Version of the Compatibility Management Instance.
    repositoryPath String
    Repository Path on your local machine to your compatibility gpg file ie: /example/example.gpg.
    source String
    Source of the Compatibility Management Instance.

    Package Details

    Repository
    powerflex dell/terraform-provider-powerflex
    License
    Notes
    This Pulumi package is based on the powerflex Terraform Provider.
    powerflex logo
    powerflex 1.8.0 published on Monday, Apr 14, 2025 by dell