azure-native.vmwarecloudsimple.DedicatedCloudNode
Explore with Pulumi AI
Dedicated cloud node model
Uses Azure REST API version 2019-04-01. In version 2.x of the Azure Native provider, it used API version 2019-04-01.
Create DedicatedCloudNode Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DedicatedCloudNode(name: string, args: DedicatedCloudNodeArgs, opts?: CustomResourceOptions);
@overload
def DedicatedCloudNode(resource_name: str,
args: DedicatedCloudNodeArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DedicatedCloudNode(resource_name: str,
opts: Optional[ResourceOptions] = None,
availability_zone_id: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
nodes_count: Optional[int] = None,
placement_group_id: Optional[str] = None,
purchase_id: Optional[str] = None,
resource_group_name: Optional[str] = None,
dedicated_cloud_node_name: Optional[str] = None,
location: Optional[str] = None,
sku: Optional[SkuArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewDedicatedCloudNode(ctx *Context, name string, args DedicatedCloudNodeArgs, opts ...ResourceOption) (*DedicatedCloudNode, error)
public DedicatedCloudNode(string name, DedicatedCloudNodeArgs args, CustomResourceOptions? opts = null)
public DedicatedCloudNode(String name, DedicatedCloudNodeArgs args)
public DedicatedCloudNode(String name, DedicatedCloudNodeArgs args, CustomResourceOptions options)
type: azure-native:vmwarecloudsimple:DedicatedCloudNode
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. DedicatedCloudNodeArgs - 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. DedicatedCloudNodeArgs - 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. DedicatedCloudNodeArgs - 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. DedicatedCloudNodeArgs - 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. DedicatedCloudNodeArgs - 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 dedicatedCloudNodeResource = new AzureNative.VMwareCloudSimple.DedicatedCloudNode("dedicatedCloudNodeResource", new()
{
AvailabilityZoneId = "string",
Id = "string",
Name = "string",
NodesCount = 0,
PlacementGroupId = "string",
PurchaseId = "string",
ResourceGroupName = "string",
DedicatedCloudNodeName = "string",
Location = "string",
Sku = new AzureNative.VMwareCloudSimple.Inputs.SkuArgs
{
Name = "string",
Capacity = "string",
Description = "string",
Family = "string",
Tier = "string",
},
Tags =
{
{ "string", "string" },
},
});
example, err := vmwarecloudsimple.NewDedicatedCloudNode(ctx, "dedicatedCloudNodeResource", &vmwarecloudsimple.DedicatedCloudNodeArgs{
AvailabilityZoneId: pulumi.String("string"),
Id: pulumi.String("string"),
Name: pulumi.String("string"),
NodesCount: pulumi.Int(0),
PlacementGroupId: pulumi.String("string"),
PurchaseId: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
DedicatedCloudNodeName: pulumi.String("string"),
Location: pulumi.String("string"),
Sku: &vmwarecloudsimple.SkuArgs{
Name: pulumi.String("string"),
Capacity: pulumi.String("string"),
Description: pulumi.String("string"),
Family: pulumi.String("string"),
Tier: pulumi.String("string"),
},
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var dedicatedCloudNodeResource = new DedicatedCloudNode("dedicatedCloudNodeResource", DedicatedCloudNodeArgs.builder()
.availabilityZoneId("string")
.id("string")
.name("string")
.nodesCount(0)
.placementGroupId("string")
.purchaseId("string")
.resourceGroupName("string")
.dedicatedCloudNodeName("string")
.location("string")
.sku(SkuArgs.builder()
.name("string")
.capacity("string")
.description("string")
.family("string")
.tier("string")
.build())
.tags(Map.of("string", "string"))
.build());
dedicated_cloud_node_resource = azure_native.vmwarecloudsimple.DedicatedCloudNode("dedicatedCloudNodeResource",
availability_zone_id="string",
id="string",
name="string",
nodes_count=0,
placement_group_id="string",
purchase_id="string",
resource_group_name="string",
dedicated_cloud_node_name="string",
location="string",
sku={
"name": "string",
"capacity": "string",
"description": "string",
"family": "string",
"tier": "string",
},
tags={
"string": "string",
})
const dedicatedCloudNodeResource = new azure_native.vmwarecloudsimple.DedicatedCloudNode("dedicatedCloudNodeResource", {
availabilityZoneId: "string",
id: "string",
name: "string",
nodesCount: 0,
placementGroupId: "string",
purchaseId: "string",
resourceGroupName: "string",
dedicatedCloudNodeName: "string",
location: "string",
sku: {
name: "string",
capacity: "string",
description: "string",
family: "string",
tier: "string",
},
tags: {
string: "string",
},
});
type: azure-native:vmwarecloudsimple:DedicatedCloudNode
properties:
availabilityZoneId: string
dedicatedCloudNodeName: string
id: string
location: string
name: string
nodesCount: 0
placementGroupId: string
purchaseId: string
resourceGroupName: string
sku:
capacity: string
description: string
family: string
name: string
tier: string
tags:
string: string
DedicatedCloudNode 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 DedicatedCloudNode resource accepts the following input properties:
- Availability
Zone Id This property is required. string - Availability Zone id, e.g. "az1"
- Id
This property is required. string - SKU's id
- Name
This property is required. string - SKU's name
- Nodes
Count This property is required. int - count of nodes to create
- Placement
Group Id This property is required. string - Placement Group id, e.g. "n1"
- Purchase
Id This property is required. string - purchase id
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group
- Dedicated
Cloud Node Name Changes to this property will trigger replacement.
- dedicated cloud node name
- Location
Changes to this property will trigger replacement.
- Azure region
- Sku
Pulumi.
Azure Native. VMware Cloud Simple. Inputs. Sku - Dedicated Cloud Nodes SKU
- Dictionary<string, string>
- Dedicated Cloud Nodes tags
- Availability
Zone Id This property is required. string - Availability Zone id, e.g. "az1"
- Id
This property is required. string - SKU's id
- Name
This property is required. string - SKU's name
- Nodes
Count This property is required. int - count of nodes to create
- Placement
Group Id This property is required. string - Placement Group id, e.g. "n1"
- Purchase
Id This property is required. string - purchase id
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group
- Dedicated
Cloud Node Name Changes to this property will trigger replacement.
- dedicated cloud node name
- Location
Changes to this property will trigger replacement.
- Azure region
- Sku
Sku
Args - Dedicated Cloud Nodes SKU
- map[string]string
- Dedicated Cloud Nodes tags
- availability
Zone Id This property is required. String - Availability Zone id, e.g. "az1"
- id
This property is required. String - SKU's id
- name
This property is required. String - SKU's name
- nodes
Count This property is required. Integer - count of nodes to create
- placement
Group Id This property is required. String - Placement Group id, e.g. "n1"
- purchase
Id This property is required. String - purchase id
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group
- dedicated
Cloud Node Name Changes to this property will trigger replacement.
- dedicated cloud node name
- location
Changes to this property will trigger replacement.
- Azure region
- sku Sku
- Dedicated Cloud Nodes SKU
- Map<String,String>
- Dedicated Cloud Nodes tags
- availability
Zone Id This property is required. string - Availability Zone id, e.g. "az1"
- id
This property is required. string - SKU's id
- name
This property is required. string - SKU's name
- nodes
Count This property is required. number - count of nodes to create
- placement
Group Id This property is required. string - Placement Group id, e.g. "n1"
- purchase
Id This property is required. string - purchase id
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group
- dedicated
Cloud Node Name Changes to this property will trigger replacement.
- dedicated cloud node name
- location
Changes to this property will trigger replacement.
- Azure region
- sku Sku
- Dedicated Cloud Nodes SKU
- {[key: string]: string}
- Dedicated Cloud Nodes tags
- availability_
zone_ id This property is required. str - Availability Zone id, e.g. "az1"
- id
This property is required. str - SKU's id
- name
This property is required. str - SKU's name
- nodes_
count This property is required. int - count of nodes to create
- placement_
group_ id This property is required. str - Placement Group id, e.g. "n1"
- purchase_
id This property is required. str - purchase id
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group
- dedicated_
cloud_ node_ name Changes to this property will trigger replacement.
- dedicated cloud node name
- location
Changes to this property will trigger replacement.
- Azure region
- sku
Sku
Args - Dedicated Cloud Nodes SKU
- Mapping[str, str]
- Dedicated Cloud Nodes tags
- availability
Zone Id This property is required. String - Availability Zone id, e.g. "az1"
- id
This property is required. String - SKU's id
- name
This property is required. String - SKU's name
- nodes
Count This property is required. Number - count of nodes to create
- placement
Group Id This property is required. String - Placement Group id, e.g. "n1"
- purchase
Id This property is required. String - purchase id
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group
- dedicated
Cloud Node Name Changes to this property will trigger replacement.
- dedicated cloud node name
- location
Changes to this property will trigger replacement.
- Azure region
- sku Property Map
- Dedicated Cloud Nodes SKU
- Map<String>
- Dedicated Cloud Nodes tags
Outputs
All input properties are implicitly available as output properties. Additionally, the DedicatedCloudNode resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Properties
Pulumi.
Azure Native. VMware Cloud Simple. Outputs. Dedicated Cloud Node Properties Response - Dedicated Cloud Nodes properties
- Type string
- {resourceProviderNamespace}/{resourceType}
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Properties
Dedicated
Cloud Node Properties Response - Dedicated Cloud Nodes properties
- Type string
- {resourceProviderNamespace}/{resourceType}
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- properties
Dedicated
Cloud Node Properties Response - Dedicated Cloud Nodes properties
- type String
- {resourceProviderNamespace}/{resourceType}
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- properties
Dedicated
Cloud Node Properties Response - Dedicated Cloud Nodes properties
- type string
- {resourceProviderNamespace}/{resourceType}
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- properties
Dedicated
Cloud Node Properties Response - Dedicated Cloud Nodes properties
- type str
- {resourceProviderNamespace}/{resourceType}
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- properties Property Map
- Dedicated Cloud Nodes properties
- type String
- {resourceProviderNamespace}/{resourceType}
Supporting Types
DedicatedCloudNodePropertiesResponse, DedicatedCloudNodePropertiesResponseArgs
- Availability
Zone Id This property is required. string - Availability Zone id, e.g. "az1"
- Availability
Zone Name This property is required. string - Availability Zone name, e.g. "Availability Zone 1"
- Cloud
Rack Name This property is required. string - VMWare Cloud Rack Name
- Created
This property is required. string - date time the resource was created
- Id
This property is required. string - SKU's id
- Name
This property is required. string - SKU's name
- Nodes
Count This property is required. int - count of nodes to create
- Placement
Group Id This property is required. string - Placement Group id, e.g. "n1"
- Placement
Group Name This property is required. string - Placement Name, e.g. "Placement Group 1"
- Private
Cloud Id This property is required. string - Private Cloud Id
- Private
Cloud Name This property is required. string - Resource Pool Name
- Provisioning
State This property is required. string - The provisioning status of the resource
- Purchase
Id This property is required. string - purchase id
- Status
This property is required. string - Node status, indicates is private cloud set up on this node or not
- Vmware
Cluster Name This property is required. string - VMWare Cluster Name
- Availability
Zone Id This property is required. string - Availability Zone id, e.g. "az1"
- Availability
Zone Name This property is required. string - Availability Zone name, e.g. "Availability Zone 1"
- Cloud
Rack Name This property is required. string - VMWare Cloud Rack Name
- Created
This property is required. string - date time the resource was created
- Id
This property is required. string - SKU's id
- Name
This property is required. string - SKU's name
- Nodes
Count This property is required. int - count of nodes to create
- Placement
Group Id This property is required. string - Placement Group id, e.g. "n1"
- Placement
Group Name This property is required. string - Placement Name, e.g. "Placement Group 1"
- Private
Cloud Id This property is required. string - Private Cloud Id
- Private
Cloud Name This property is required. string - Resource Pool Name
- Provisioning
State This property is required. string - The provisioning status of the resource
- Purchase
Id This property is required. string - purchase id
- Status
This property is required. string - Node status, indicates is private cloud set up on this node or not
- Vmware
Cluster Name This property is required. string - VMWare Cluster Name
- availability
Zone Id This property is required. String - Availability Zone id, e.g. "az1"
- availability
Zone Name This property is required. String - Availability Zone name, e.g. "Availability Zone 1"
- cloud
Rack Name This property is required. String - VMWare Cloud Rack Name
- created
This property is required. String - date time the resource was created
- id
This property is required. String - SKU's id
- name
This property is required. String - SKU's name
- nodes
Count This property is required. Integer - count of nodes to create
- placement
Group Id This property is required. String - Placement Group id, e.g. "n1"
- placement
Group Name This property is required. String - Placement Name, e.g. "Placement Group 1"
- private
Cloud Id This property is required. String - Private Cloud Id
- private
Cloud Name This property is required. String - Resource Pool Name
- provisioning
State This property is required. String - The provisioning status of the resource
- purchase
Id This property is required. String - purchase id
- status
This property is required. String - Node status, indicates is private cloud set up on this node or not
- vmware
Cluster Name This property is required. String - VMWare Cluster Name
- availability
Zone Id This property is required. string - Availability Zone id, e.g. "az1"
- availability
Zone Name This property is required. string - Availability Zone name, e.g. "Availability Zone 1"
- cloud
Rack Name This property is required. string - VMWare Cloud Rack Name
- created
This property is required. string - date time the resource was created
- id
This property is required. string - SKU's id
- name
This property is required. string - SKU's name
- nodes
Count This property is required. number - count of nodes to create
- placement
Group Id This property is required. string - Placement Group id, e.g. "n1"
- placement
Group Name This property is required. string - Placement Name, e.g. "Placement Group 1"
- private
Cloud Id This property is required. string - Private Cloud Id
- private
Cloud Name This property is required. string - Resource Pool Name
- provisioning
State This property is required. string - The provisioning status of the resource
- purchase
Id This property is required. string - purchase id
- status
This property is required. string - Node status, indicates is private cloud set up on this node or not
- vmware
Cluster Name This property is required. string - VMWare Cluster Name
- availability_
zone_ id This property is required. str - Availability Zone id, e.g. "az1"
- availability_
zone_ name This property is required. str - Availability Zone name, e.g. "Availability Zone 1"
- cloud_
rack_ name This property is required. str - VMWare Cloud Rack Name
- created
This property is required. str - date time the resource was created
- id
This property is required. str - SKU's id
- name
This property is required. str - SKU's name
- nodes_
count This property is required. int - count of nodes to create
- placement_
group_ id This property is required. str - Placement Group id, e.g. "n1"
- placement_
group_ name This property is required. str - Placement Name, e.g. "Placement Group 1"
- private_
cloud_ id This property is required. str - Private Cloud Id
- private_
cloud_ name This property is required. str - Resource Pool Name
- provisioning_
state This property is required. str - The provisioning status of the resource
- purchase_
id This property is required. str - purchase id
- status
This property is required. str - Node status, indicates is private cloud set up on this node or not
- vmware_
cluster_ name This property is required. str - VMWare Cluster Name
- availability
Zone Id This property is required. String - Availability Zone id, e.g. "az1"
- availability
Zone Name This property is required. String - Availability Zone name, e.g. "Availability Zone 1"
- cloud
Rack Name This property is required. String - VMWare Cloud Rack Name
- created
This property is required. String - date time the resource was created
- id
This property is required. String - SKU's id
- name
This property is required. String - SKU's name
- nodes
Count This property is required. Number - count of nodes to create
- placement
Group Id This property is required. String - Placement Group id, e.g. "n1"
- placement
Group Name This property is required. String - Placement Name, e.g. "Placement Group 1"
- private
Cloud Id This property is required. String - Private Cloud Id
- private
Cloud Name This property is required. String - Resource Pool Name
- provisioning
State This property is required. String - The provisioning status of the resource
- purchase
Id This property is required. String - purchase id
- status
This property is required. String - Node status, indicates is private cloud set up on this node or not
- vmware
Cluster Name This property is required. String - VMWare Cluster Name
Sku, SkuArgs
- Name
This property is required. string - The name of the SKU for VMWare CloudSimple Node
- Capacity string
- The capacity of the SKU
- Description string
- dedicatedCloudNode example: 8 x Ten-Core Intel® Xeon® Processor E5-2640 v4 2.40GHz 25MB Cache (90W); 12 x 64GB PC4-19200 2400MHz DDR4 ECC Registered DIMM, ...
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here
- Tier string
- The tier of the SKU
- Name
This property is required. string - The name of the SKU for VMWare CloudSimple Node
- Capacity string
- The capacity of the SKU
- Description string
- dedicatedCloudNode example: 8 x Ten-Core Intel® Xeon® Processor E5-2640 v4 2.40GHz 25MB Cache (90W); 12 x 64GB PC4-19200 2400MHz DDR4 ECC Registered DIMM, ...
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here
- Tier string
- The tier of the SKU
- name
This property is required. String - The name of the SKU for VMWare CloudSimple Node
- capacity String
- The capacity of the SKU
- description String
- dedicatedCloudNode example: 8 x Ten-Core Intel® Xeon® Processor E5-2640 v4 2.40GHz 25MB Cache (90W); 12 x 64GB PC4-19200 2400MHz DDR4 ECC Registered DIMM, ...
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here
- tier String
- The tier of the SKU
- name
This property is required. string - The name of the SKU for VMWare CloudSimple Node
- capacity string
- The capacity of the SKU
- description string
- dedicatedCloudNode example: 8 x Ten-Core Intel® Xeon® Processor E5-2640 v4 2.40GHz 25MB Cache (90W); 12 x 64GB PC4-19200 2400MHz DDR4 ECC Registered DIMM, ...
- family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here
- tier string
- The tier of the SKU
- name
This property is required. str - The name of the SKU for VMWare CloudSimple Node
- capacity str
- The capacity of the SKU
- description str
- dedicatedCloudNode example: 8 x Ten-Core Intel® Xeon® Processor E5-2640 v4 2.40GHz 25MB Cache (90W); 12 x 64GB PC4-19200 2400MHz DDR4 ECC Registered DIMM, ...
- family str
- If the service has different generations of hardware, for the same SKU, then that can be captured here
- tier str
- The tier of the SKU
- name
This property is required. String - The name of the SKU for VMWare CloudSimple Node
- capacity String
- The capacity of the SKU
- description String
- dedicatedCloudNode example: 8 x Ten-Core Intel® Xeon® Processor E5-2640 v4 2.40GHz 25MB Cache (90W); 12 x 64GB PC4-19200 2400MHz DDR4 ECC Registered DIMM, ...
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here
- tier String
- The tier of the SKU
SkuResponse, SkuResponseArgs
- Name
This property is required. string - The name of the SKU for VMWare CloudSimple Node
- Capacity string
- The capacity of the SKU
- Description string
- dedicatedCloudNode example: 8 x Ten-Core Intel® Xeon® Processor E5-2640 v4 2.40GHz 25MB Cache (90W); 12 x 64GB PC4-19200 2400MHz DDR4 ECC Registered DIMM, ...
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here
- Tier string
- The tier of the SKU
- Name
This property is required. string - The name of the SKU for VMWare CloudSimple Node
- Capacity string
- The capacity of the SKU
- Description string
- dedicatedCloudNode example: 8 x Ten-Core Intel® Xeon® Processor E5-2640 v4 2.40GHz 25MB Cache (90W); 12 x 64GB PC4-19200 2400MHz DDR4 ECC Registered DIMM, ...
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here
- Tier string
- The tier of the SKU
- name
This property is required. String - The name of the SKU for VMWare CloudSimple Node
- capacity String
- The capacity of the SKU
- description String
- dedicatedCloudNode example: 8 x Ten-Core Intel® Xeon® Processor E5-2640 v4 2.40GHz 25MB Cache (90W); 12 x 64GB PC4-19200 2400MHz DDR4 ECC Registered DIMM, ...
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here
- tier String
- The tier of the SKU
- name
This property is required. string - The name of the SKU for VMWare CloudSimple Node
- capacity string
- The capacity of the SKU
- description string
- dedicatedCloudNode example: 8 x Ten-Core Intel® Xeon® Processor E5-2640 v4 2.40GHz 25MB Cache (90W); 12 x 64GB PC4-19200 2400MHz DDR4 ECC Registered DIMM, ...
- family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here
- tier string
- The tier of the SKU
- name
This property is required. str - The name of the SKU for VMWare CloudSimple Node
- capacity str
- The capacity of the SKU
- description str
- dedicatedCloudNode example: 8 x Ten-Core Intel® Xeon® Processor E5-2640 v4 2.40GHz 25MB Cache (90W); 12 x 64GB PC4-19200 2400MHz DDR4 ECC Registered DIMM, ...
- family str
- If the service has different generations of hardware, for the same SKU, then that can be captured here
- tier str
- The tier of the SKU
- name
This property is required. String - The name of the SKU for VMWare CloudSimple Node
- capacity String
- The capacity of the SKU
- description String
- dedicatedCloudNode example: 8 x Ten-Core Intel® Xeon® Processor E5-2640 v4 2.40GHz 25MB Cache (90W); 12 x 64GB PC4-19200 2400MHz DDR4 ECC Registered DIMM, ...
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here
- tier String
- The tier of the SKU
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:vmwarecloudsimple:DedicatedCloudNode myNode /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudNodes/{dedicatedCloudNodeName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0