Dynatrace v0.16.0 published on Tuesday, Sep 10, 2024 by Pulumiverse
dynatrace.Vmware
Explore with Pulumi AI
Create Vmware Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Vmware(name: string, args: VmwareArgs, opts?: CustomResourceOptions);
@overload
def Vmware(resource_name: str,
args: VmwareArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Vmware(resource_name: str,
opts: Optional[ResourceOptions] = None,
enabled: Optional[bool] = None,
ipaddress: Optional[str] = None,
label: Optional[str] = None,
password: Optional[str] = None,
username: Optional[str] = None,
filter: Optional[str] = None)
func NewVmware(ctx *Context, name string, args VmwareArgs, opts ...ResourceOption) (*Vmware, error)
public Vmware(string name, VmwareArgs args, CustomResourceOptions? opts = null)
public Vmware(String name, VmwareArgs args)
public Vmware(String name, VmwareArgs args, CustomResourceOptions options)
type: dynatrace:Vmware
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 VmwareArgs
- 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 VmwareArgs
- 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 VmwareArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args VmwareArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args VmwareArgs
- 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 vmwareResource = new Dynatrace.Vmware("vmwareResource", new()
{
Enabled = false,
Ipaddress = "string",
Label = "string",
Password = "string",
Username = "string",
Filter = "string",
});
example, err := dynatrace.NewVmware(ctx, "vmwareResource", &dynatrace.VmwareArgs{
Enabled: pulumi.Bool(false),
Ipaddress: pulumi.String("string"),
Label: pulumi.String("string"),
Password: pulumi.String("string"),
Username: pulumi.String("string"),
Filter: pulumi.String("string"),
})
var vmwareResource = new Vmware("vmwareResource", VmwareArgs.builder()
.enabled(false)
.ipaddress("string")
.label("string")
.password("string")
.username("string")
.filter("string")
.build());
vmware_resource = dynatrace.Vmware("vmwareResource",
enabled=False,
ipaddress="string",
label="string",
password="string",
username="string",
filter="string")
const vmwareResource = new dynatrace.Vmware("vmwareResource", {
enabled: false,
ipaddress: "string",
label: "string",
password: "string",
username: "string",
filter: "string",
});
type: dynatrace:Vmware
properties:
enabled: false
filter: string
ipaddress: string
label: string
password: string
username: string
Vmware Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Vmware resource accepts the following input properties:
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Ipaddress string
- Specify the IP address or name of the vCenter or standalone ESXi host:
- Label string
- Name this connection
- Password string
- no documentation available
- Username string
- Provide user credentials for the vCenter or standalone ESXi host:
- Filter string
- This string should have one of the following formats: - $prefix(parameter) - property value starting with 'parameter' -
$eq(parameter) - property value exactly matching 'parameter' - $suffix(parameter) - property value ends with 'parameter'
- $contains(parameter) - property value contains 'parameter'
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Ipaddress string
- Specify the IP address or name of the vCenter or standalone ESXi host:
- Label string
- Name this connection
- Password string
- no documentation available
- Username string
- Provide user credentials for the vCenter or standalone ESXi host:
- Filter string
- This string should have one of the following formats: - $prefix(parameter) - property value starting with 'parameter' -
$eq(parameter) - property value exactly matching 'parameter' - $suffix(parameter) - property value ends with 'parameter'
- $contains(parameter) - property value contains 'parameter'
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - ipaddress String
- Specify the IP address or name of the vCenter or standalone ESXi host:
- label String
- Name this connection
- password String
- no documentation available
- username String
- Provide user credentials for the vCenter or standalone ESXi host:
- filter String
- This string should have one of the following formats: - $prefix(parameter) - property value starting with 'parameter' -
$eq(parameter) - property value exactly matching 'parameter' - $suffix(parameter) - property value ends with 'parameter'
- $contains(parameter) - property value contains 'parameter'
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - ipaddress string
- Specify the IP address or name of the vCenter or standalone ESXi host:
- label string
- Name this connection
- password string
- no documentation available
- username string
- Provide user credentials for the vCenter or standalone ESXi host:
- filter string
- This string should have one of the following formats: - $prefix(parameter) - property value starting with 'parameter' -
$eq(parameter) - property value exactly matching 'parameter' - $suffix(parameter) - property value ends with 'parameter'
- $contains(parameter) - property value contains 'parameter'
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - ipaddress str
- Specify the IP address or name of the vCenter or standalone ESXi host:
- label str
- Name this connection
- password str
- no documentation available
- username str
- Provide user credentials for the vCenter or standalone ESXi host:
- filter str
- This string should have one of the following formats: - $prefix(parameter) - property value starting with 'parameter' -
$eq(parameter) - property value exactly matching 'parameter' - $suffix(parameter) - property value ends with 'parameter'
- $contains(parameter) - property value contains 'parameter'
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - ipaddress String
- Specify the IP address or name of the vCenter or standalone ESXi host:
- label String
- Name this connection
- password String
- no documentation available
- username String
- Provide user credentials for the vCenter or standalone ESXi host:
- filter String
- This string should have one of the following formats: - $prefix(parameter) - property value starting with 'parameter' -
$eq(parameter) - property value exactly matching 'parameter' - $suffix(parameter) - property value ends with 'parameter'
- $contains(parameter) - property value contains 'parameter'
Outputs
All input properties are implicitly available as output properties. Additionally, the Vmware 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 Vmware Resource
Get an existing Vmware 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?: VmwareState, opts?: CustomResourceOptions): Vmware
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
enabled: Optional[bool] = None,
filter: Optional[str] = None,
ipaddress: Optional[str] = None,
label: Optional[str] = None,
password: Optional[str] = None,
username: Optional[str] = None) -> Vmware
func GetVmware(ctx *Context, name string, id IDInput, state *VmwareState, opts ...ResourceOption) (*Vmware, error)
public static Vmware Get(string name, Input<string> id, VmwareState? state, CustomResourceOptions? opts = null)
public static Vmware get(String name, Output<String> id, VmwareState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Filter string
- This string should have one of the following formats: - $prefix(parameter) - property value starting with 'parameter' -
$eq(parameter) - property value exactly matching 'parameter' - $suffix(parameter) - property value ends with 'parameter'
- $contains(parameter) - property value contains 'parameter'
- Ipaddress string
- Specify the IP address or name of the vCenter or standalone ESXi host:
- Label string
- Name this connection
- Password string
- no documentation available
- Username string
- Provide user credentials for the vCenter or standalone ESXi host:
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Filter string
- This string should have one of the following formats: - $prefix(parameter) - property value starting with 'parameter' -
$eq(parameter) - property value exactly matching 'parameter' - $suffix(parameter) - property value ends with 'parameter'
- $contains(parameter) - property value contains 'parameter'
- Ipaddress string
- Specify the IP address or name of the vCenter or standalone ESXi host:
- Label string
- Name this connection
- Password string
- no documentation available
- Username string
- Provide user credentials for the vCenter or standalone ESXi host:
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - filter String
- This string should have one of the following formats: - $prefix(parameter) - property value starting with 'parameter' -
$eq(parameter) - property value exactly matching 'parameter' - $suffix(parameter) - property value ends with 'parameter'
- $contains(parameter) - property value contains 'parameter'
- ipaddress String
- Specify the IP address or name of the vCenter or standalone ESXi host:
- label String
- Name this connection
- password String
- no documentation available
- username String
- Provide user credentials for the vCenter or standalone ESXi host:
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - filter string
- This string should have one of the following formats: - $prefix(parameter) - property value starting with 'parameter' -
$eq(parameter) - property value exactly matching 'parameter' - $suffix(parameter) - property value ends with 'parameter'
- $contains(parameter) - property value contains 'parameter'
- ipaddress string
- Specify the IP address or name of the vCenter or standalone ESXi host:
- label string
- Name this connection
- password string
- no documentation available
- username string
- Provide user credentials for the vCenter or standalone ESXi host:
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - filter str
- This string should have one of the following formats: - $prefix(parameter) - property value starting with 'parameter' -
$eq(parameter) - property value exactly matching 'parameter' - $suffix(parameter) - property value ends with 'parameter'
- $contains(parameter) - property value contains 'parameter'
- ipaddress str
- Specify the IP address or name of the vCenter or standalone ESXi host:
- label str
- Name this connection
- password str
- no documentation available
- username str
- Provide user credentials for the vCenter or standalone ESXi host:
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - filter String
- This string should have one of the following formats: - $prefix(parameter) - property value starting with 'parameter' -
$eq(parameter) - property value exactly matching 'parameter' - $suffix(parameter) - property value ends with 'parameter'
- $contains(parameter) - property value contains 'parameter'
- ipaddress String
- Specify the IP address or name of the vCenter or standalone ESXi host:
- label String
- Name this connection
- password String
- no documentation available
- username String
- Provide user credentials for the vCenter or standalone ESXi host:
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.