vcd.OrgVdcNsxtNetworkProfile
Explore with Pulumi AI
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:
- Edge
Cluster stringId - 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
- Org
Vdc stringNsxt Network Profile Id - Vapp
Networks stringDefault Segment Profile Template Id - 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
- Vdc
Networks stringDefault Segment Profile Template Id - Default Segment Profile Template ID for all VDC Networks in a VDC
- Edge
Cluster stringId - 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
- Org
Vdc stringNsxt Network Profile Id - Vapp
Networks stringDefault Segment Profile Template Id - 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
- Vdc
Networks stringDefault Segment Profile Template Id - Default Segment Profile Template ID for all VDC Networks in a VDC
- edge
Cluster StringId - 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
- org
Vdc StringNsxt Network Profile Id - vapp
Networks StringDefault Segment Profile Template Id - 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
- vdc
Networks StringDefault Segment Profile Template Id - Default Segment Profile Template ID for all VDC Networks in a VDC
- edge
Cluster stringId - 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
- org
Vdc stringNsxt Network Profile Id - vapp
Networks stringDefault Segment Profile Template Id - 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
- vdc
Networks stringDefault Segment Profile Template Id - Default Segment Profile Template ID for all VDC Networks in a VDC
- edge_
cluster_ strid - 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_ strnsxt_ network_ profile_ id - vapp_
networks_ strdefault_ segment_ profile_ template_ id - 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_ strdefault_ segment_ profile_ template_ id - Default Segment Profile Template ID for all VDC Networks in a VDC
- edge
Cluster StringId - 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
- org
Vdc StringNsxt Network Profile Id - vapp
Networks StringDefault Segment Profile Template Id - 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
- vdc
Networks StringDefault Segment Profile Template Id - 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.
- Edge
Cluster stringId - 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
- Org
Vdc stringNsxt Network Profile Id - Vapp
Networks stringDefault Segment Profile Template Id - 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
- Vdc
Networks stringDefault Segment Profile Template Id - Default Segment Profile Template ID for all VDC Networks in a VDC
- Edge
Cluster stringId - 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
- Org
Vdc stringNsxt Network Profile Id - Vapp
Networks stringDefault Segment Profile Template Id - 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
- Vdc
Networks stringDefault Segment Profile Template Id - Default Segment Profile Template ID for all VDC Networks in a VDC
- edge
Cluster StringId - 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
- org
Vdc StringNsxt Network Profile Id - vapp
Networks StringDefault Segment Profile Template Id - 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
- vdc
Networks StringDefault Segment Profile Template Id - Default Segment Profile Template ID for all VDC Networks in a VDC
- edge
Cluster stringId - 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
- org
Vdc stringNsxt Network Profile Id - vapp
Networks stringDefault Segment Profile Template Id - 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
- vdc
Networks stringDefault Segment Profile Template Id - Default Segment Profile Template ID for all VDC Networks in a VDC
- edge_
cluster_ strid - 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_ strnsxt_ network_ profile_ id - vapp_
networks_ strdefault_ segment_ profile_ template_ id - 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_ strdefault_ segment_ profile_ template_ id - Default Segment Profile Template ID for all VDC Networks in a VDC
- edge
Cluster StringId - 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
- org
Vdc StringNsxt Network Profile Id - vapp
Networks StringDefault Segment Profile Template Id - 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
- vdc
Networks StringDefault Segment Profile Template Id - 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.