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

vcd.NsxtGlobalDefaultSegmentProfileTemplate

Explore with Pulumi AI

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

    Create NsxtGlobalDefaultSegmentProfileTemplate Resource

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

    Constructor syntax

    new NsxtGlobalDefaultSegmentProfileTemplate(name: string, args?: NsxtGlobalDefaultSegmentProfileTemplateArgs, opts?: CustomResourceOptions);
    @overload
    def NsxtGlobalDefaultSegmentProfileTemplate(resource_name: str,
                                                args: Optional[NsxtGlobalDefaultSegmentProfileTemplateArgs] = None,
                                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def NsxtGlobalDefaultSegmentProfileTemplate(resource_name: str,
                                                opts: Optional[ResourceOptions] = None,
                                                nsxt_global_default_segment_profile_template_id: Optional[str] = None,
                                                vapp_networks_default_segment_profile_template_id: Optional[str] = None,
                                                vdc_networks_default_segment_profile_template_id: Optional[str] = None)
    func NewNsxtGlobalDefaultSegmentProfileTemplate(ctx *Context, name string, args *NsxtGlobalDefaultSegmentProfileTemplateArgs, opts ...ResourceOption) (*NsxtGlobalDefaultSegmentProfileTemplate, error)
    public NsxtGlobalDefaultSegmentProfileTemplate(string name, NsxtGlobalDefaultSegmentProfileTemplateArgs? args = null, CustomResourceOptions? opts = null)
    public NsxtGlobalDefaultSegmentProfileTemplate(String name, NsxtGlobalDefaultSegmentProfileTemplateArgs args)
    public NsxtGlobalDefaultSegmentProfileTemplate(String name, NsxtGlobalDefaultSegmentProfileTemplateArgs args, CustomResourceOptions options)
    
    type: vcd:NsxtGlobalDefaultSegmentProfileTemplate
    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 NsxtGlobalDefaultSegmentProfileTemplateArgs
    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 NsxtGlobalDefaultSegmentProfileTemplateArgs
    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 NsxtGlobalDefaultSegmentProfileTemplateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NsxtGlobalDefaultSegmentProfileTemplateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args NsxtGlobalDefaultSegmentProfileTemplateArgs
    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 nsxtGlobalDefaultSegmentProfileTemplateResource = new Vcd.NsxtGlobalDefaultSegmentProfileTemplate("nsxtGlobalDefaultSegmentProfileTemplateResource", new()
    {
        NsxtGlobalDefaultSegmentProfileTemplateId = "string",
        VappNetworksDefaultSegmentProfileTemplateId = "string",
        VdcNetworksDefaultSegmentProfileTemplateId = "string",
    });
    
    example, err := vcd.NewNsxtGlobalDefaultSegmentProfileTemplate(ctx, "nsxtGlobalDefaultSegmentProfileTemplateResource", &vcd.NsxtGlobalDefaultSegmentProfileTemplateArgs{
    	NsxtGlobalDefaultSegmentProfileTemplateId:   pulumi.String("string"),
    	VappNetworksDefaultSegmentProfileTemplateId: pulumi.String("string"),
    	VdcNetworksDefaultSegmentProfileTemplateId:  pulumi.String("string"),
    })
    
    var nsxtGlobalDefaultSegmentProfileTemplateResource = new NsxtGlobalDefaultSegmentProfileTemplate("nsxtGlobalDefaultSegmentProfileTemplateResource", NsxtGlobalDefaultSegmentProfileTemplateArgs.builder()
        .nsxtGlobalDefaultSegmentProfileTemplateId("string")
        .vappNetworksDefaultSegmentProfileTemplateId("string")
        .vdcNetworksDefaultSegmentProfileTemplateId("string")
        .build());
    
    nsxt_global_default_segment_profile_template_resource = vcd.NsxtGlobalDefaultSegmentProfileTemplate("nsxtGlobalDefaultSegmentProfileTemplateResource",
        nsxt_global_default_segment_profile_template_id="string",
        vapp_networks_default_segment_profile_template_id="string",
        vdc_networks_default_segment_profile_template_id="string")
    
    const nsxtGlobalDefaultSegmentProfileTemplateResource = new vcd.NsxtGlobalDefaultSegmentProfileTemplate("nsxtGlobalDefaultSegmentProfileTemplateResource", {
        nsxtGlobalDefaultSegmentProfileTemplateId: "string",
        vappNetworksDefaultSegmentProfileTemplateId: "string",
        vdcNetworksDefaultSegmentProfileTemplateId: "string",
    });
    
    type: vcd:NsxtGlobalDefaultSegmentProfileTemplate
    properties:
        nsxtGlobalDefaultSegmentProfileTemplateId: string
        vappNetworksDefaultSegmentProfileTemplateId: string
        vdcNetworksDefaultSegmentProfileTemplateId: string
    

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

    NsxtGlobalDefaultSegmentProfileTemplateId string
    VappNetworksDefaultSegmentProfileTemplateId string
    Global Default Segment Profile Template ID for all vApp Networks
    VdcNetworksDefaultSegmentProfileTemplateId string
    Global Default Segment Profile Template ID for all VDC Networks
    NsxtGlobalDefaultSegmentProfileTemplateId string
    VappNetworksDefaultSegmentProfileTemplateId string
    Global Default Segment Profile Template ID for all vApp Networks
    VdcNetworksDefaultSegmentProfileTemplateId string
    Global Default Segment Profile Template ID for all VDC Networks
    nsxtGlobalDefaultSegmentProfileTemplateId String
    vappNetworksDefaultSegmentProfileTemplateId String
    Global Default Segment Profile Template ID for all vApp Networks
    vdcNetworksDefaultSegmentProfileTemplateId String
    Global Default Segment Profile Template ID for all VDC Networks
    nsxtGlobalDefaultSegmentProfileTemplateId string
    vappNetworksDefaultSegmentProfileTemplateId string
    Global Default Segment Profile Template ID for all vApp Networks
    vdcNetworksDefaultSegmentProfileTemplateId string
    Global Default Segment Profile Template ID for all VDC Networks
    nsxt_global_default_segment_profile_template_id str
    vapp_networks_default_segment_profile_template_id str
    Global Default Segment Profile Template ID for all vApp Networks
    vdc_networks_default_segment_profile_template_id str
    Global Default Segment Profile Template ID for all VDC Networks
    nsxtGlobalDefaultSegmentProfileTemplateId String
    vappNetworksDefaultSegmentProfileTemplateId String
    Global Default Segment Profile Template ID for all vApp Networks
    vdcNetworksDefaultSegmentProfileTemplateId String
    Global Default Segment Profile Template ID for all VDC Networks

    Outputs

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

    Get an existing NsxtGlobalDefaultSegmentProfileTemplate 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?: NsxtGlobalDefaultSegmentProfileTemplateState, opts?: CustomResourceOptions): NsxtGlobalDefaultSegmentProfileTemplate
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            nsxt_global_default_segment_profile_template_id: Optional[str] = None,
            vapp_networks_default_segment_profile_template_id: Optional[str] = None,
            vdc_networks_default_segment_profile_template_id: Optional[str] = None) -> NsxtGlobalDefaultSegmentProfileTemplate
    func GetNsxtGlobalDefaultSegmentProfileTemplate(ctx *Context, name string, id IDInput, state *NsxtGlobalDefaultSegmentProfileTemplateState, opts ...ResourceOption) (*NsxtGlobalDefaultSegmentProfileTemplate, error)
    public static NsxtGlobalDefaultSegmentProfileTemplate Get(string name, Input<string> id, NsxtGlobalDefaultSegmentProfileTemplateState? state, CustomResourceOptions? opts = null)
    public static NsxtGlobalDefaultSegmentProfileTemplate get(String name, Output<String> id, NsxtGlobalDefaultSegmentProfileTemplateState state, CustomResourceOptions options)
    resources:  _:    type: vcd:NsxtGlobalDefaultSegmentProfileTemplate    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:
    NsxtGlobalDefaultSegmentProfileTemplateId string
    VappNetworksDefaultSegmentProfileTemplateId string
    Global Default Segment Profile Template ID for all vApp Networks
    VdcNetworksDefaultSegmentProfileTemplateId string
    Global Default Segment Profile Template ID for all VDC Networks
    NsxtGlobalDefaultSegmentProfileTemplateId string
    VappNetworksDefaultSegmentProfileTemplateId string
    Global Default Segment Profile Template ID for all vApp Networks
    VdcNetworksDefaultSegmentProfileTemplateId string
    Global Default Segment Profile Template ID for all VDC Networks
    nsxtGlobalDefaultSegmentProfileTemplateId String
    vappNetworksDefaultSegmentProfileTemplateId String
    Global Default Segment Profile Template ID for all vApp Networks
    vdcNetworksDefaultSegmentProfileTemplateId String
    Global Default Segment Profile Template ID for all VDC Networks
    nsxtGlobalDefaultSegmentProfileTemplateId string
    vappNetworksDefaultSegmentProfileTemplateId string
    Global Default Segment Profile Template ID for all vApp Networks
    vdcNetworksDefaultSegmentProfileTemplateId string
    Global Default Segment Profile Template ID for all VDC Networks
    nsxt_global_default_segment_profile_template_id str
    vapp_networks_default_segment_profile_template_id str
    Global Default Segment Profile Template ID for all vApp Networks
    vdc_networks_default_segment_profile_template_id str
    Global Default Segment Profile Template ID for all VDC Networks
    nsxtGlobalDefaultSegmentProfileTemplateId String
    vappNetworksDefaultSegmentProfileTemplateId String
    Global Default Segment Profile Template ID for all vApp Networks
    vdcNetworksDefaultSegmentProfileTemplateId String
    Global Default Segment Profile Template ID for all VDC Networks

    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