1. Packages
  2. Nutanix
  3. API Docs
  4. RecoveryPointReplicateV2
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

nutanix.RecoveryPointReplicateV2

Explore with Pulumi AI

nutanix logo
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

    External identifier of the replicated recovery point can be found in the task completion details under the key

    Create RecoveryPointReplicateV2 Resource

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

    Constructor syntax

    new RecoveryPointReplicateV2(name: string, args: RecoveryPointReplicateV2Args, opts?: CustomResourceOptions);
    @overload
    def RecoveryPointReplicateV2(resource_name: str,
                                 args: RecoveryPointReplicateV2Args,
                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def RecoveryPointReplicateV2(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 ext_id: Optional[str] = None,
                                 pc_ext_id: Optional[str] = None,
                                 cluster_ext_id: Optional[str] = None)
    func NewRecoveryPointReplicateV2(ctx *Context, name string, args RecoveryPointReplicateV2Args, opts ...ResourceOption) (*RecoveryPointReplicateV2, error)
    public RecoveryPointReplicateV2(string name, RecoveryPointReplicateV2Args args, CustomResourceOptions? opts = null)
    public RecoveryPointReplicateV2(String name, RecoveryPointReplicateV2Args args)
    public RecoveryPointReplicateV2(String name, RecoveryPointReplicateV2Args args, CustomResourceOptions options)
    
    type: nutanix:RecoveryPointReplicateV2
    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 RecoveryPointReplicateV2Args
    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 RecoveryPointReplicateV2Args
    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 RecoveryPointReplicateV2Args
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RecoveryPointReplicateV2Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RecoveryPointReplicateV2Args
    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 recoveryPointReplicateV2Resource = new Nutanix.RecoveryPointReplicateV2("recoveryPointReplicateV2Resource", new()
    {
        ExtId = "string",
        PcExtId = "string",
        ClusterExtId = "string",
    });
    
    example, err := nutanix.NewRecoveryPointReplicateV2(ctx, "recoveryPointReplicateV2Resource", &nutanix.RecoveryPointReplicateV2Args{
    	ExtId:        pulumi.String("string"),
    	PcExtId:      pulumi.String("string"),
    	ClusterExtId: pulumi.String("string"),
    })
    
    var recoveryPointReplicateV2Resource = new RecoveryPointReplicateV2("recoveryPointReplicateV2Resource", RecoveryPointReplicateV2Args.builder()
        .extId("string")
        .pcExtId("string")
        .clusterExtId("string")
        .build());
    
    recovery_point_replicate_v2_resource = nutanix.RecoveryPointReplicateV2("recoveryPointReplicateV2Resource",
        ext_id="string",
        pc_ext_id="string",
        cluster_ext_id="string")
    
    const recoveryPointReplicateV2Resource = new nutanix.RecoveryPointReplicateV2("recoveryPointReplicateV2Resource", {
        extId: "string",
        pcExtId: "string",
        clusterExtId: "string",
    });
    
    type: nutanix:RecoveryPointReplicateV2
    properties:
        clusterExtId: string
        extId: string
        pcExtId: string
    

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

    ExtId string
    -(Required) The external identifier that can be used to retrieve the recovery point using its URL.
    PcExtId string
    -(Required) External identifier of the Prism Central.
    ClusterExtId string
    -(Required) External identifier of the cluster.
    ExtId string
    -(Required) The external identifier that can be used to retrieve the recovery point using its URL.
    PcExtId string
    -(Required) External identifier of the Prism Central.
    ClusterExtId string
    -(Required) External identifier of the cluster.
    extId String
    -(Required) The external identifier that can be used to retrieve the recovery point using its URL.
    pcExtId String
    -(Required) External identifier of the Prism Central.
    clusterExtId String
    -(Required) External identifier of the cluster.
    extId string
    -(Required) The external identifier that can be used to retrieve the recovery point using its URL.
    pcExtId string
    -(Required) External identifier of the Prism Central.
    clusterExtId string
    -(Required) External identifier of the cluster.
    ext_id str
    -(Required) The external identifier that can be used to retrieve the recovery point using its URL.
    pc_ext_id str
    -(Required) External identifier of the Prism Central.
    cluster_ext_id str
    -(Required) External identifier of the cluster.
    extId String
    -(Required) The external identifier that can be used to retrieve the recovery point using its URL.
    pcExtId String
    -(Required) External identifier of the Prism Central.
    clusterExtId String
    -(Required) External identifier of the cluster.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    ReplicatedRpExtId string
    • External identifier of replicated recovery point.
    Id string
    The provider-assigned unique ID for this managed resource.
    ReplicatedRpExtId string
    • External identifier of replicated recovery point.
    id String
    The provider-assigned unique ID for this managed resource.
    replicatedRpExtId String
    • External identifier of replicated recovery point.
    id string
    The provider-assigned unique ID for this managed resource.
    replicatedRpExtId string
    • External identifier of replicated recovery point.
    id str
    The provider-assigned unique ID for this managed resource.
    replicated_rp_ext_id str
    • External identifier of replicated recovery point.
    id String
    The provider-assigned unique ID for this managed resource.
    replicatedRpExtId String
    • External identifier of replicated recovery point.

    Look up Existing RecoveryPointReplicateV2 Resource

    Get an existing RecoveryPointReplicateV2 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?: RecoveryPointReplicateV2State, opts?: CustomResourceOptions): RecoveryPointReplicateV2
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            cluster_ext_id: Optional[str] = None,
            ext_id: Optional[str] = None,
            pc_ext_id: Optional[str] = None,
            replicated_rp_ext_id: Optional[str] = None) -> RecoveryPointReplicateV2
    func GetRecoveryPointReplicateV2(ctx *Context, name string, id IDInput, state *RecoveryPointReplicateV2State, opts ...ResourceOption) (*RecoveryPointReplicateV2, error)
    public static RecoveryPointReplicateV2 Get(string name, Input<string> id, RecoveryPointReplicateV2State? state, CustomResourceOptions? opts = null)
    public static RecoveryPointReplicateV2 get(String name, Output<String> id, RecoveryPointReplicateV2State state, CustomResourceOptions options)
    resources:  _:    type: nutanix:RecoveryPointReplicateV2    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:
    ClusterExtId string
    -(Required) External identifier of the cluster.
    ExtId string
    -(Required) The external identifier that can be used to retrieve the recovery point using its URL.
    PcExtId string
    -(Required) External identifier of the Prism Central.
    ReplicatedRpExtId string
    • External identifier of replicated recovery point.
    ClusterExtId string
    -(Required) External identifier of the cluster.
    ExtId string
    -(Required) The external identifier that can be used to retrieve the recovery point using its URL.
    PcExtId string
    -(Required) External identifier of the Prism Central.
    ReplicatedRpExtId string
    • External identifier of replicated recovery point.
    clusterExtId String
    -(Required) External identifier of the cluster.
    extId String
    -(Required) The external identifier that can be used to retrieve the recovery point using its URL.
    pcExtId String
    -(Required) External identifier of the Prism Central.
    replicatedRpExtId String
    • External identifier of replicated recovery point.
    clusterExtId string
    -(Required) External identifier of the cluster.
    extId string
    -(Required) The external identifier that can be used to retrieve the recovery point using its URL.
    pcExtId string
    -(Required) External identifier of the Prism Central.
    replicatedRpExtId string
    • External identifier of replicated recovery point.
    cluster_ext_id str
    -(Required) External identifier of the cluster.
    ext_id str
    -(Required) The external identifier that can be used to retrieve the recovery point using its URL.
    pc_ext_id str
    -(Required) External identifier of the Prism Central.
    replicated_rp_ext_id str
    • External identifier of replicated recovery point.
    clusterExtId String
    -(Required) External identifier of the cluster.
    extId String
    -(Required) The external identifier that can be used to retrieve the recovery point using its URL.
    pcExtId String
    -(Required) External identifier of the Prism Central.
    replicatedRpExtId String
    • External identifier of replicated recovery point.

    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.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg