powerflex.CompatibilityManagement
Explore with Pulumi AI
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:
- Repository
Path string - Repository Path on your local machine to your compatibility gpg file ie: /example/example.gpg.
- Repository
Path string - Repository Path on your local machine to your compatibility gpg file ie: /example/example.gpg.
- repository
Path String - Repository Path on your local machine to your compatibility gpg file ie: /example/example.gpg.
- repository
Path 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.
- repository
Path 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:
- Available
Version string - Available Version of the Compatibility Management Instance.
- Compatibility
Data string - Compatibility Data of the Compatibility Management Instance.
- Compatibility
Data stringBytes - Compatibility Data Bytes of the Compatibility Management Instance.
- Current
Version 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 string - Available Version of the Compatibility Management Instance.
- Compatibility
Data string - Compatibility Data of the Compatibility Management Instance.
- Compatibility
Data stringBytes - Compatibility Data Bytes of the Compatibility Management Instance.
- Current
Version 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 String - Available Version of the Compatibility Management Instance.
- compatibility
Data String - Compatibility Data of the Compatibility Management Instance.
- compatibility
Data StringBytes - Compatibility Data Bytes of the Compatibility Management Instance.
- current
Version 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 string - Available Version of the Compatibility Management Instance.
- compatibility
Data string - Compatibility Data of the Compatibility Management Instance.
- compatibility
Data stringBytes - Compatibility Data Bytes of the Compatibility Management Instance.
- current
Version 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_ strbytes - 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.
- available
Version String - Available Version of the Compatibility Management Instance.
- compatibility
Data String - Compatibility Data of the Compatibility Management Instance.
- compatibility
Data StringBytes - Compatibility Data Bytes of the Compatibility Management Instance.
- current
Version 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.
- Available
Version string - Available Version of the Compatibility Management Instance.
- Compatibility
Data string - Compatibility Data of the Compatibility Management Instance.
- Compatibility
Data stringBytes - Compatibility Data Bytes of the Compatibility Management Instance.
- Current
Version string - Current Version of the Compatibility Management Instance.
- Repository
Path 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 string - Available Version of the Compatibility Management Instance.
- Compatibility
Data string - Compatibility Data of the Compatibility Management Instance.
- Compatibility
Data stringBytes - Compatibility Data Bytes of the Compatibility Management Instance.
- Current
Version string - Current Version of the Compatibility Management Instance.
- Repository
Path 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 String - Available Version of the Compatibility Management Instance.
- compatibility
Data String - Compatibility Data of the Compatibility Management Instance.
- compatibility
Data StringBytes - Compatibility Data Bytes of the Compatibility Management Instance.
- current
Version String - Current Version of the Compatibility Management Instance.
- repository
Path 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 string - Available Version of the Compatibility Management Instance.
- compatibility
Data string - Compatibility Data of the Compatibility Management Instance.
- compatibility
Data stringBytes - Compatibility Data Bytes of the Compatibility Management Instance.
- current
Version string - Current Version of the Compatibility Management Instance.
- repository
Path 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_ strbytes - 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.
- available
Version String - Available Version of the Compatibility Management Instance.
- compatibility
Data String - Compatibility Data of the Compatibility Management Instance.
- compatibility
Data StringBytes - Compatibility Data Bytes of the Compatibility Management Instance.
- current
Version String - Current Version of the Compatibility Management Instance.
- repository
Path 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.