dynatrace.CloudFoundry
Explore with Pulumi AI
Create CloudFoundry Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CloudFoundry(name: string, args: CloudFoundryArgs, opts?: CustomResourceOptions);
@overload
def CloudFoundry(resource_name: str,
args: CloudFoundryArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CloudFoundry(resource_name: str,
opts: Optional[ResourceOptions] = None,
api_url: Optional[str] = None,
enabled: Optional[bool] = None,
label: Optional[str] = None,
login_url: Optional[str] = None,
password: Optional[str] = None,
username: Optional[str] = None,
active_gate_group: Optional[str] = None)
func NewCloudFoundry(ctx *Context, name string, args CloudFoundryArgs, opts ...ResourceOption) (*CloudFoundry, error)
public CloudFoundry(string name, CloudFoundryArgs args, CustomResourceOptions? opts = null)
public CloudFoundry(String name, CloudFoundryArgs args)
public CloudFoundry(String name, CloudFoundryArgs args, CustomResourceOptions options)
type: dynatrace:CloudFoundry
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. CloudFoundryArgs - 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. CloudFoundryArgs - 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. CloudFoundryArgs - 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. CloudFoundryArgs - 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. CloudFoundryArgs - 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 cloudFoundryResource = new Dynatrace.CloudFoundry("cloudFoundryResource", new()
{
ApiUrl = "string",
Enabled = false,
Label = "string",
LoginUrl = "string",
Password = "string",
Username = "string",
ActiveGateGroup = "string",
});
example, err := dynatrace.NewCloudFoundry(ctx, "cloudFoundryResource", &dynatrace.CloudFoundryArgs{
ApiUrl: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Label: pulumi.String("string"),
LoginUrl: pulumi.String("string"),
Password: pulumi.String("string"),
Username: pulumi.String("string"),
ActiveGateGroup: pulumi.String("string"),
})
var cloudFoundryResource = new CloudFoundry("cloudFoundryResource", CloudFoundryArgs.builder()
.apiUrl("string")
.enabled(false)
.label("string")
.loginUrl("string")
.password("string")
.username("string")
.activeGateGroup("string")
.build());
cloud_foundry_resource = dynatrace.CloudFoundry("cloudFoundryResource",
api_url="string",
enabled=False,
label="string",
login_url="string",
password="string",
username="string",
active_gate_group="string")
const cloudFoundryResource = new dynatrace.CloudFoundry("cloudFoundryResource", {
apiUrl: "string",
enabled: false,
label: "string",
loginUrl: "string",
password: "string",
username: "string",
activeGateGroup: "string",
});
type: dynatrace:CloudFoundry
properties:
activeGateGroup: string
apiUrl: string
enabled: false
label: string
loginUrl: string
password: string
username: string
CloudFoundry 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 CloudFoundry resource accepts the following input properties:
- Api
Url This property is required. string - Cloud Foundry API Target
- Enabled
This property is required. bool - This setting is enabled (
true
) or disabled (false
) - Label
This property is required. string - Name this connection
- Login
Url This property is required. string - Cloud Foundry Authentication Endpoint
- Password
This property is required. string - Cloud Foundry Password
- Username
This property is required. string - Cloud Foundry Username
- Active
Gate stringGroup - ActiveGate group
- Api
Url This property is required. string - Cloud Foundry API Target
- Enabled
This property is required. bool - This setting is enabled (
true
) or disabled (false
) - Label
This property is required. string - Name this connection
- Login
Url This property is required. string - Cloud Foundry Authentication Endpoint
- Password
This property is required. string - Cloud Foundry Password
- Username
This property is required. string - Cloud Foundry Username
- Active
Gate stringGroup - ActiveGate group
- api
Url This property is required. String - Cloud Foundry API Target
- enabled
This property is required. Boolean - This setting is enabled (
true
) or disabled (false
) - label
This property is required. String - Name this connection
- login
Url This property is required. String - Cloud Foundry Authentication Endpoint
- password
This property is required. String - Cloud Foundry Password
- username
This property is required. String - Cloud Foundry Username
- active
Gate StringGroup - ActiveGate group
- api
Url This property is required. string - Cloud Foundry API Target
- enabled
This property is required. boolean - This setting is enabled (
true
) or disabled (false
) - label
This property is required. string - Name this connection
- login
Url This property is required. string - Cloud Foundry Authentication Endpoint
- password
This property is required. string - Cloud Foundry Password
- username
This property is required. string - Cloud Foundry Username
- active
Gate stringGroup - ActiveGate group
- api_
url This property is required. str - Cloud Foundry API Target
- enabled
This property is required. bool - This setting is enabled (
true
) or disabled (false
) - label
This property is required. str - Name this connection
- login_
url This property is required. str - Cloud Foundry Authentication Endpoint
- password
This property is required. str - Cloud Foundry Password
- username
This property is required. str - Cloud Foundry Username
- active_
gate_ strgroup - ActiveGate group
- api
Url This property is required. String - Cloud Foundry API Target
- enabled
This property is required. Boolean - This setting is enabled (
true
) or disabled (false
) - label
This property is required. String - Name this connection
- login
Url This property is required. String - Cloud Foundry Authentication Endpoint
- password
This property is required. String - Cloud Foundry Password
- username
This property is required. String - Cloud Foundry Username
- active
Gate StringGroup - ActiveGate group
Outputs
All input properties are implicitly available as output properties. Additionally, the CloudFoundry 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 CloudFoundry Resource
Get an existing CloudFoundry 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?: CloudFoundryState, opts?: CustomResourceOptions): CloudFoundry
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
active_gate_group: Optional[str] = None,
api_url: Optional[str] = None,
enabled: Optional[bool] = None,
label: Optional[str] = None,
login_url: Optional[str] = None,
password: Optional[str] = None,
username: Optional[str] = None) -> CloudFoundry
func GetCloudFoundry(ctx *Context, name string, id IDInput, state *CloudFoundryState, opts ...ResourceOption) (*CloudFoundry, error)
public static CloudFoundry Get(string name, Input<string> id, CloudFoundryState? state, CustomResourceOptions? opts = null)
public static CloudFoundry get(String name, Output<String> id, CloudFoundryState state, CustomResourceOptions options)
resources: _: type: dynatrace:CloudFoundry get: id: ${id}
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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.
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.