1. Packages
  2. Vcd Provider
  3. API Docs
  4. MultisiteOrgAssociation
vcd 3.14.1 published on Monday, Apr 14, 2025 by vmware

vcd.MultisiteOrgAssociation

Explore with Pulumi AI

Create MultisiteOrgAssociation Resource

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

Constructor syntax

new MultisiteOrgAssociation(name: string, args: MultisiteOrgAssociationArgs, opts?: CustomResourceOptions);
@overload
def MultisiteOrgAssociation(resource_name: str,
                            args: MultisiteOrgAssociationArgs,
                            opts: Optional[ResourceOptions] = None)

@overload
def MultisiteOrgAssociation(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            org_id: Optional[str] = None,
                            associated_org_id: Optional[str] = None,
                            association_data: Optional[str] = None,
                            association_data_file: Optional[str] = None,
                            connection_timeout_mins: Optional[float] = None,
                            multisite_org_association_id: Optional[str] = None)
func NewMultisiteOrgAssociation(ctx *Context, name string, args MultisiteOrgAssociationArgs, opts ...ResourceOption) (*MultisiteOrgAssociation, error)
public MultisiteOrgAssociation(string name, MultisiteOrgAssociationArgs args, CustomResourceOptions? opts = null)
public MultisiteOrgAssociation(String name, MultisiteOrgAssociationArgs args)
public MultisiteOrgAssociation(String name, MultisiteOrgAssociationArgs args, CustomResourceOptions options)
type: vcd:MultisiteOrgAssociation
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. MultisiteOrgAssociationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. MultisiteOrgAssociationArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. MultisiteOrgAssociationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. MultisiteOrgAssociationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. MultisiteOrgAssociationArgs
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 multisiteOrgAssociationResource = new Vcd.MultisiteOrgAssociation("multisiteOrgAssociationResource", new()
{
    OrgId = "string",
    AssociatedOrgId = "string",
    AssociationData = "string",
    AssociationDataFile = "string",
    ConnectionTimeoutMins = 0,
    MultisiteOrgAssociationId = "string",
});
Copy
example, err := vcd.NewMultisiteOrgAssociation(ctx, "multisiteOrgAssociationResource", &vcd.MultisiteOrgAssociationArgs{
OrgId: pulumi.String("string"),
AssociatedOrgId: pulumi.String("string"),
AssociationData: pulumi.String("string"),
AssociationDataFile: pulumi.String("string"),
ConnectionTimeoutMins: pulumi.Float64(0),
MultisiteOrgAssociationId: pulumi.String("string"),
})
Copy
var multisiteOrgAssociationResource = new MultisiteOrgAssociation("multisiteOrgAssociationResource", MultisiteOrgAssociationArgs.builder()
    .orgId("string")
    .associatedOrgId("string")
    .associationData("string")
    .associationDataFile("string")
    .connectionTimeoutMins(0)
    .multisiteOrgAssociationId("string")
    .build());
Copy
multisite_org_association_resource = vcd.MultisiteOrgAssociation("multisiteOrgAssociationResource",
    org_id="string",
    associated_org_id="string",
    association_data="string",
    association_data_file="string",
    connection_timeout_mins=0,
    multisite_org_association_id="string")
Copy
const multisiteOrgAssociationResource = new vcd.MultisiteOrgAssociation("multisiteOrgAssociationResource", {
    orgId: "string",
    associatedOrgId: "string",
    associationData: "string",
    associationDataFile: "string",
    connectionTimeoutMins: 0,
    multisiteOrgAssociationId: "string",
});
Copy
type: vcd:MultisiteOrgAssociation
properties:
    associatedOrgId: string
    associationData: string
    associationDataFile: string
    connectionTimeoutMins: 0
    multisiteOrgAssociationId: string
    orgId: string
Copy

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

OrgId This property is required. string
The ID of the current organization where we start the association with a remote one.
AssociatedOrgId string
ID of the remote org associated with the current one.
AssociationData string
Data produced from another org, needed to associate to this org from another one. (Used instead of associated_data_file)
AssociationDataFile string
Name of the file containing the data used to associate to this org from another one. (Used instead of associated_data). This file can be created (by the other org administrator) using the data source vcd.getMultisiteOrgData.
ConnectionTimeoutMins double
How many minutes to keep checking for connection (0=no check)
MultisiteOrgAssociationId string
OrgId This property is required. string
The ID of the current organization where we start the association with a remote one.
AssociatedOrgId string
ID of the remote org associated with the current one.
AssociationData string
Data produced from another org, needed to associate to this org from another one. (Used instead of associated_data_file)
AssociationDataFile string
Name of the file containing the data used to associate to this org from another one. (Used instead of associated_data). This file can be created (by the other org administrator) using the data source vcd.getMultisiteOrgData.
ConnectionTimeoutMins float64
How many minutes to keep checking for connection (0=no check)
MultisiteOrgAssociationId string
orgId This property is required. String
The ID of the current organization where we start the association with a remote one.
associatedOrgId String
ID of the remote org associated with the current one.
associationData String
Data produced from another org, needed to associate to this org from another one. (Used instead of associated_data_file)
associationDataFile String
Name of the file containing the data used to associate to this org from another one. (Used instead of associated_data). This file can be created (by the other org administrator) using the data source vcd.getMultisiteOrgData.
connectionTimeoutMins Double
How many minutes to keep checking for connection (0=no check)
multisiteOrgAssociationId String
orgId This property is required. string
The ID of the current organization where we start the association with a remote one.
associatedOrgId string
ID of the remote org associated with the current one.
associationData string
Data produced from another org, needed to associate to this org from another one. (Used instead of associated_data_file)
associationDataFile string
Name of the file containing the data used to associate to this org from another one. (Used instead of associated_data). This file can be created (by the other org administrator) using the data source vcd.getMultisiteOrgData.
connectionTimeoutMins number
How many minutes to keep checking for connection (0=no check)
multisiteOrgAssociationId string
org_id This property is required. str
The ID of the current organization where we start the association with a remote one.
associated_org_id str
ID of the remote org associated with the current one.
association_data str
Data produced from another org, needed to associate to this org from another one. (Used instead of associated_data_file)
association_data_file str
Name of the file containing the data used to associate to this org from another one. (Used instead of associated_data). This file can be created (by the other org administrator) using the data source vcd.getMultisiteOrgData.
connection_timeout_mins float
How many minutes to keep checking for connection (0=no check)
multisite_org_association_id str
orgId This property is required. String
The ID of the current organization where we start the association with a remote one.
associatedOrgId String
ID of the remote org associated with the current one.
associationData String
Data produced from another org, needed to associate to this org from another one. (Used instead of associated_data_file)
associationDataFile String
Name of the file containing the data used to associate to this org from another one. (Used instead of associated_data). This file can be created (by the other org administrator) using the data source vcd.getMultisiteOrgData.
connectionTimeoutMins Number
How many minutes to keep checking for connection (0=no check)
multisiteOrgAssociationId String

Outputs

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

AssociatedOrgName string
The name of the associated org.
AssociatedSiteId string
ID of the remote site to which the associated org belongs.
Id string
The provider-assigned unique ID for this managed resource.
Status string
The status of the association (one of ASYMMETRIC, ACTIVE, UNREACHABLE, ERROR)
AssociatedOrgName string
The name of the associated org.
AssociatedSiteId string
ID of the remote site to which the associated org belongs.
Id string
The provider-assigned unique ID for this managed resource.
Status string
The status of the association (one of ASYMMETRIC, ACTIVE, UNREACHABLE, ERROR)
associatedOrgName String
The name of the associated org.
associatedSiteId String
ID of the remote site to which the associated org belongs.
id String
The provider-assigned unique ID for this managed resource.
status String
The status of the association (one of ASYMMETRIC, ACTIVE, UNREACHABLE, ERROR)
associatedOrgName string
The name of the associated org.
associatedSiteId string
ID of the remote site to which the associated org belongs.
id string
The provider-assigned unique ID for this managed resource.
status string
The status of the association (one of ASYMMETRIC, ACTIVE, UNREACHABLE, ERROR)
associated_org_name str
The name of the associated org.
associated_site_id str
ID of the remote site to which the associated org belongs.
id str
The provider-assigned unique ID for this managed resource.
status str
The status of the association (one of ASYMMETRIC, ACTIVE, UNREACHABLE, ERROR)
associatedOrgName String
The name of the associated org.
associatedSiteId String
ID of the remote site to which the associated org belongs.
id String
The provider-assigned unique ID for this managed resource.
status String
The status of the association (one of ASYMMETRIC, ACTIVE, UNREACHABLE, ERROR)

Look up Existing MultisiteOrgAssociation Resource

Get an existing MultisiteOrgAssociation 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?: MultisiteOrgAssociationState, opts?: CustomResourceOptions): MultisiteOrgAssociation
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        associated_org_id: Optional[str] = None,
        associated_org_name: Optional[str] = None,
        associated_site_id: Optional[str] = None,
        association_data: Optional[str] = None,
        association_data_file: Optional[str] = None,
        connection_timeout_mins: Optional[float] = None,
        multisite_org_association_id: Optional[str] = None,
        org_id: Optional[str] = None,
        status: Optional[str] = None) -> MultisiteOrgAssociation
func GetMultisiteOrgAssociation(ctx *Context, name string, id IDInput, state *MultisiteOrgAssociationState, opts ...ResourceOption) (*MultisiteOrgAssociation, error)
public static MultisiteOrgAssociation Get(string name, Input<string> id, MultisiteOrgAssociationState? state, CustomResourceOptions? opts = null)
public static MultisiteOrgAssociation get(String name, Output<String> id, MultisiteOrgAssociationState state, CustomResourceOptions options)
resources:  _:    type: vcd:MultisiteOrgAssociation    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
AssociatedOrgId string
ID of the remote org associated with the current one.
AssociatedOrgName string
The name of the associated org.
AssociatedSiteId string
ID of the remote site to which the associated org belongs.
AssociationData string
Data produced from another org, needed to associate to this org from another one. (Used instead of associated_data_file)
AssociationDataFile string
Name of the file containing the data used to associate to this org from another one. (Used instead of associated_data). This file can be created (by the other org administrator) using the data source vcd.getMultisiteOrgData.
ConnectionTimeoutMins double
How many minutes to keep checking for connection (0=no check)
MultisiteOrgAssociationId string
OrgId string
The ID of the current organization where we start the association with a remote one.
Status string
The status of the association (one of ASYMMETRIC, ACTIVE, UNREACHABLE, ERROR)
AssociatedOrgId string
ID of the remote org associated with the current one.
AssociatedOrgName string
The name of the associated org.
AssociatedSiteId string
ID of the remote site to which the associated org belongs.
AssociationData string
Data produced from another org, needed to associate to this org from another one. (Used instead of associated_data_file)
AssociationDataFile string
Name of the file containing the data used to associate to this org from another one. (Used instead of associated_data). This file can be created (by the other org administrator) using the data source vcd.getMultisiteOrgData.
ConnectionTimeoutMins float64
How many minutes to keep checking for connection (0=no check)
MultisiteOrgAssociationId string
OrgId string
The ID of the current organization where we start the association with a remote one.
Status string
The status of the association (one of ASYMMETRIC, ACTIVE, UNREACHABLE, ERROR)
associatedOrgId String
ID of the remote org associated with the current one.
associatedOrgName String
The name of the associated org.
associatedSiteId String
ID of the remote site to which the associated org belongs.
associationData String
Data produced from another org, needed to associate to this org from another one. (Used instead of associated_data_file)
associationDataFile String
Name of the file containing the data used to associate to this org from another one. (Used instead of associated_data). This file can be created (by the other org administrator) using the data source vcd.getMultisiteOrgData.
connectionTimeoutMins Double
How many minutes to keep checking for connection (0=no check)
multisiteOrgAssociationId String
orgId String
The ID of the current organization where we start the association with a remote one.
status String
The status of the association (one of ASYMMETRIC, ACTIVE, UNREACHABLE, ERROR)
associatedOrgId string
ID of the remote org associated with the current one.
associatedOrgName string
The name of the associated org.
associatedSiteId string
ID of the remote site to which the associated org belongs.
associationData string
Data produced from another org, needed to associate to this org from another one. (Used instead of associated_data_file)
associationDataFile string
Name of the file containing the data used to associate to this org from another one. (Used instead of associated_data). This file can be created (by the other org administrator) using the data source vcd.getMultisiteOrgData.
connectionTimeoutMins number
How many minutes to keep checking for connection (0=no check)
multisiteOrgAssociationId string
orgId string
The ID of the current organization where we start the association with a remote one.
status string
The status of the association (one of ASYMMETRIC, ACTIVE, UNREACHABLE, ERROR)
associated_org_id str
ID of the remote org associated with the current one.
associated_org_name str
The name of the associated org.
associated_site_id str
ID of the remote site to which the associated org belongs.
association_data str
Data produced from another org, needed to associate to this org from another one. (Used instead of associated_data_file)
association_data_file str
Name of the file containing the data used to associate to this org from another one. (Used instead of associated_data). This file can be created (by the other org administrator) using the data source vcd.getMultisiteOrgData.
connection_timeout_mins float
How many minutes to keep checking for connection (0=no check)
multisite_org_association_id str
org_id str
The ID of the current organization where we start the association with a remote one.
status str
The status of the association (one of ASYMMETRIC, ACTIVE, UNREACHABLE, ERROR)
associatedOrgId String
ID of the remote org associated with the current one.
associatedOrgName String
The name of the associated org.
associatedSiteId String
ID of the remote site to which the associated org belongs.
associationData String
Data produced from another org, needed to associate to this org from another one. (Used instead of associated_data_file)
associationDataFile String
Name of the file containing the data used to associate to this org from another one. (Used instead of associated_data). This file can be created (by the other org administrator) using the data source vcd.getMultisiteOrgData.
connectionTimeoutMins Number
How many minutes to keep checking for connection (0=no check)
multisiteOrgAssociationId String
orgId String
The ID of the current organization where we start the association with a remote one.
status String
The status of the association (one of ASYMMETRIC, ACTIVE, UNREACHABLE, ERROR)

Package Details

Repository
vcd vmware/terraform-provider-vcd
License
Notes
This Pulumi package is based on the vcd Terraform Provider.