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

vcd.OrgVdcNsxtNetworkProfile

Explore with Pulumi AI

vcd logo
vcd 3.14.1 published on Monday, Apr 14, 2025 by vmware

    Create OrgVdcNsxtNetworkProfile Resource

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

    Constructor syntax

    new OrgVdcNsxtNetworkProfile(name: string, args?: OrgVdcNsxtNetworkProfileArgs, opts?: CustomResourceOptions);
    @overload
    def OrgVdcNsxtNetworkProfile(resource_name: str,
                                 args: Optional[OrgVdcNsxtNetworkProfileArgs] = None,
                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def OrgVdcNsxtNetworkProfile(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 edge_cluster_id: Optional[str] = None,
                                 org: Optional[str] = None,
                                 org_vdc_nsxt_network_profile_id: Optional[str] = None,
                                 vapp_networks_default_segment_profile_template_id: Optional[str] = None,
                                 vdc: Optional[str] = None,
                                 vdc_networks_default_segment_profile_template_id: Optional[str] = None)
    func NewOrgVdcNsxtNetworkProfile(ctx *Context, name string, args *OrgVdcNsxtNetworkProfileArgs, opts ...ResourceOption) (*OrgVdcNsxtNetworkProfile, error)
    public OrgVdcNsxtNetworkProfile(string name, OrgVdcNsxtNetworkProfileArgs? args = null, CustomResourceOptions? opts = null)
    public OrgVdcNsxtNetworkProfile(String name, OrgVdcNsxtNetworkProfileArgs args)
    public OrgVdcNsxtNetworkProfile(String name, OrgVdcNsxtNetworkProfileArgs args, CustomResourceOptions options)
    
    type: vcd:OrgVdcNsxtNetworkProfile
    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 OrgVdcNsxtNetworkProfileArgs
    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 OrgVdcNsxtNetworkProfileArgs
    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 OrgVdcNsxtNetworkProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OrgVdcNsxtNetworkProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OrgVdcNsxtNetworkProfileArgs
    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 orgVdcNsxtNetworkProfileResource = new Vcd.OrgVdcNsxtNetworkProfile("orgVdcNsxtNetworkProfileResource", new()
    {
        EdgeClusterId = "string",
        Org = "string",
        OrgVdcNsxtNetworkProfileId = "string",
        VappNetworksDefaultSegmentProfileTemplateId = "string",
        Vdc = "string",
        VdcNetworksDefaultSegmentProfileTemplateId = "string",
    });
    
    example, err := vcd.NewOrgVdcNsxtNetworkProfile(ctx, "orgVdcNsxtNetworkProfileResource", &vcd.OrgVdcNsxtNetworkProfileArgs{
    	EdgeClusterId:              pulumi.String("string"),
    	Org:                        pulumi.String("string"),
    	OrgVdcNsxtNetworkProfileId: pulumi.String("string"),
    	VappNetworksDefaultSegmentProfileTemplateId: pulumi.String("string"),
    	Vdc: pulumi.String("string"),
    	VdcNetworksDefaultSegmentProfileTemplateId: pulumi.String("string"),
    })
    
    var orgVdcNsxtNetworkProfileResource = new OrgVdcNsxtNetworkProfile("orgVdcNsxtNetworkProfileResource", OrgVdcNsxtNetworkProfileArgs.builder()
        .edgeClusterId("string")
        .org("string")
        .orgVdcNsxtNetworkProfileId("string")
        .vappNetworksDefaultSegmentProfileTemplateId("string")
        .vdc("string")
        .vdcNetworksDefaultSegmentProfileTemplateId("string")
        .build());
    
    org_vdc_nsxt_network_profile_resource = vcd.OrgVdcNsxtNetworkProfile("orgVdcNsxtNetworkProfileResource",
        edge_cluster_id="string",
        org="string",
        org_vdc_nsxt_network_profile_id="string",
        vapp_networks_default_segment_profile_template_id="string",
        vdc="string",
        vdc_networks_default_segment_profile_template_id="string")
    
    const orgVdcNsxtNetworkProfileResource = new vcd.OrgVdcNsxtNetworkProfile("orgVdcNsxtNetworkProfileResource", {
        edgeClusterId: "string",
        org: "string",
        orgVdcNsxtNetworkProfileId: "string",
        vappNetworksDefaultSegmentProfileTemplateId: "string",
        vdc: "string",
        vdcNetworksDefaultSegmentProfileTemplateId: "string",
    });
    
    type: vcd:OrgVdcNsxtNetworkProfile
    properties:
        edgeClusterId: string
        org: string
        orgVdcNsxtNetworkProfileId: string
        vappNetworksDefaultSegmentProfileTemplateId: string
        vdc: string
        vdcNetworksDefaultSegmentProfileTemplateId: string
    

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

    EdgeClusterId string
    Edge Cluster ID to be used for this VDC
    Org string
    The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organizations
    OrgVdcNsxtNetworkProfileId string
    VappNetworksDefaultSegmentProfileTemplateId string
    Default Segment Profile Template ID for all vApp Networks in a VDC
    Vdc string
    The name of VDC to use, optional if defined at provider level
    VdcNetworksDefaultSegmentProfileTemplateId string
    Default Segment Profile Template ID for all VDC Networks in a VDC
    EdgeClusterId string
    Edge Cluster ID to be used for this VDC
    Org string
    The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organizations
    OrgVdcNsxtNetworkProfileId string
    VappNetworksDefaultSegmentProfileTemplateId string
    Default Segment Profile Template ID for all vApp Networks in a VDC
    Vdc string
    The name of VDC to use, optional if defined at provider level
    VdcNetworksDefaultSegmentProfileTemplateId string
    Default Segment Profile Template ID for all VDC Networks in a VDC
    edgeClusterId String
    Edge Cluster ID to be used for this VDC
    org String
    The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organizations
    orgVdcNsxtNetworkProfileId String
    vappNetworksDefaultSegmentProfileTemplateId String
    Default Segment Profile Template ID for all vApp Networks in a VDC
    vdc String
    The name of VDC to use, optional if defined at provider level
    vdcNetworksDefaultSegmentProfileTemplateId String
    Default Segment Profile Template ID for all VDC Networks in a VDC
    edgeClusterId string
    Edge Cluster ID to be used for this VDC
    org string
    The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organizations
    orgVdcNsxtNetworkProfileId string
    vappNetworksDefaultSegmentProfileTemplateId string
    Default Segment Profile Template ID for all vApp Networks in a VDC
    vdc string
    The name of VDC to use, optional if defined at provider level
    vdcNetworksDefaultSegmentProfileTemplateId string
    Default Segment Profile Template ID for all VDC Networks in a VDC
    edge_cluster_id str
    Edge Cluster ID to be used for this VDC
    org str
    The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organizations
    org_vdc_nsxt_network_profile_id str
    vapp_networks_default_segment_profile_template_id str
    Default Segment Profile Template ID for all vApp Networks in a VDC
    vdc str
    The name of VDC to use, optional if defined at provider level
    vdc_networks_default_segment_profile_template_id str
    Default Segment Profile Template ID for all VDC Networks in a VDC
    edgeClusterId String
    Edge Cluster ID to be used for this VDC
    org String
    The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organizations
    orgVdcNsxtNetworkProfileId String
    vappNetworksDefaultSegmentProfileTemplateId String
    Default Segment Profile Template ID for all vApp Networks in a VDC
    vdc String
    The name of VDC to use, optional if defined at provider level
    vdcNetworksDefaultSegmentProfileTemplateId String
    Default Segment Profile Template ID for all VDC Networks in a VDC

    Outputs

    All input properties are implicitly available as output properties. Additionally, the OrgVdcNsxtNetworkProfile 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.

    Look up Existing OrgVdcNsxtNetworkProfile Resource

    Get an existing OrgVdcNsxtNetworkProfile 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?: OrgVdcNsxtNetworkProfileState, opts?: CustomResourceOptions): OrgVdcNsxtNetworkProfile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            edge_cluster_id: Optional[str] = None,
            org: Optional[str] = None,
            org_vdc_nsxt_network_profile_id: Optional[str] = None,
            vapp_networks_default_segment_profile_template_id: Optional[str] = None,
            vdc: Optional[str] = None,
            vdc_networks_default_segment_profile_template_id: Optional[str] = None) -> OrgVdcNsxtNetworkProfile
    func GetOrgVdcNsxtNetworkProfile(ctx *Context, name string, id IDInput, state *OrgVdcNsxtNetworkProfileState, opts ...ResourceOption) (*OrgVdcNsxtNetworkProfile, error)
    public static OrgVdcNsxtNetworkProfile Get(string name, Input<string> id, OrgVdcNsxtNetworkProfileState? state, CustomResourceOptions? opts = null)
    public static OrgVdcNsxtNetworkProfile get(String name, Output<String> id, OrgVdcNsxtNetworkProfileState state, CustomResourceOptions options)
    resources:  _:    type: vcd:OrgVdcNsxtNetworkProfile    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:
    EdgeClusterId string
    Edge Cluster ID to be used for this VDC
    Org string
    The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organizations
    OrgVdcNsxtNetworkProfileId string
    VappNetworksDefaultSegmentProfileTemplateId string
    Default Segment Profile Template ID for all vApp Networks in a VDC
    Vdc string
    The name of VDC to use, optional if defined at provider level
    VdcNetworksDefaultSegmentProfileTemplateId string
    Default Segment Profile Template ID for all VDC Networks in a VDC
    EdgeClusterId string
    Edge Cluster ID to be used for this VDC
    Org string
    The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organizations
    OrgVdcNsxtNetworkProfileId string
    VappNetworksDefaultSegmentProfileTemplateId string
    Default Segment Profile Template ID for all vApp Networks in a VDC
    Vdc string
    The name of VDC to use, optional if defined at provider level
    VdcNetworksDefaultSegmentProfileTemplateId string
    Default Segment Profile Template ID for all VDC Networks in a VDC
    edgeClusterId String
    Edge Cluster ID to be used for this VDC
    org String
    The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organizations
    orgVdcNsxtNetworkProfileId String
    vappNetworksDefaultSegmentProfileTemplateId String
    Default Segment Profile Template ID for all vApp Networks in a VDC
    vdc String
    The name of VDC to use, optional if defined at provider level
    vdcNetworksDefaultSegmentProfileTemplateId String
    Default Segment Profile Template ID for all VDC Networks in a VDC
    edgeClusterId string
    Edge Cluster ID to be used for this VDC
    org string
    The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organizations
    orgVdcNsxtNetworkProfileId string
    vappNetworksDefaultSegmentProfileTemplateId string
    Default Segment Profile Template ID for all vApp Networks in a VDC
    vdc string
    The name of VDC to use, optional if defined at provider level
    vdcNetworksDefaultSegmentProfileTemplateId string
    Default Segment Profile Template ID for all VDC Networks in a VDC
    edge_cluster_id str
    Edge Cluster ID to be used for this VDC
    org str
    The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organizations
    org_vdc_nsxt_network_profile_id str
    vapp_networks_default_segment_profile_template_id str
    Default Segment Profile Template ID for all vApp Networks in a VDC
    vdc str
    The name of VDC to use, optional if defined at provider level
    vdc_networks_default_segment_profile_template_id str
    Default Segment Profile Template ID for all VDC Networks in a VDC
    edgeClusterId String
    Edge Cluster ID to be used for this VDC
    org String
    The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organizations
    orgVdcNsxtNetworkProfileId String
    vappNetworksDefaultSegmentProfileTemplateId String
    Default Segment Profile Template ID for all vApp Networks in a VDC
    vdc String
    The name of VDC to use, optional if defined at provider level
    vdcNetworksDefaultSegmentProfileTemplateId String
    Default Segment Profile Template ID for all VDC Networks in a VDC

    Package Details

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