1. Packages
  2. Dynatrace
  3. API Docs
  4. CloudFoundry
Dynatrace v0.12.0 published on Tuesday, Jul 16, 2024 by Pulumiverse

dynatrace.CloudFoundry

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.12.0 published on Tuesday, Jul 16, 2024 by Pulumiverse

    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 string
    The unique name of the resource.
    args CloudFoundryArgs
    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 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 string
    The unique name of the resource.
    args CloudFoundryArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CloudFoundryArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args 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

    The CloudFoundry resource accepts the following input properties:

    ApiUrl string
    Cloud Foundry API Target
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Label string
    Name this connection
    LoginUrl string
    Cloud Foundry Authentication Endpoint
    Password string
    Cloud Foundry Password
    Username string
    Cloud Foundry Username
    ActiveGateGroup string
    ActiveGate group
    ApiUrl string
    Cloud Foundry API Target
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Label string
    Name this connection
    LoginUrl string
    Cloud Foundry Authentication Endpoint
    Password string
    Cloud Foundry Password
    Username string
    Cloud Foundry Username
    ActiveGateGroup string
    ActiveGate group
    apiUrl String
    Cloud Foundry API Target
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    label String
    Name this connection
    loginUrl String
    Cloud Foundry Authentication Endpoint
    password String
    Cloud Foundry Password
    username String
    Cloud Foundry Username
    activeGateGroup String
    ActiveGate group
    apiUrl string
    Cloud Foundry API Target
    enabled boolean
    This setting is enabled (true) or disabled (false)
    label string
    Name this connection
    loginUrl string
    Cloud Foundry Authentication Endpoint
    password string
    Cloud Foundry Password
    username string
    Cloud Foundry Username
    activeGateGroup string
    ActiveGate group
    api_url str
    Cloud Foundry API Target
    enabled bool
    This setting is enabled (true) or disabled (false)
    label str
    Name this connection
    login_url str
    Cloud Foundry Authentication Endpoint
    password str
    Cloud Foundry Password
    username str
    Cloud Foundry Username
    active_gate_group str
    ActiveGate group
    apiUrl String
    Cloud Foundry API Target
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    label String
    Name this connection
    loginUrl String
    Cloud Foundry Authentication Endpoint
    password String
    Cloud Foundry Password
    username String
    Cloud Foundry Username
    activeGateGroup String
    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)
    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.
    The following state arguments are supported:
    ActiveGateGroup string
    ActiveGate group
    ApiUrl string
    Cloud Foundry API Target
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Label string
    Name this connection
    LoginUrl string
    Cloud Foundry Authentication Endpoint
    Password string
    Cloud Foundry Password
    Username string
    Cloud Foundry Username
    ActiveGateGroup string
    ActiveGate group
    ApiUrl string
    Cloud Foundry API Target
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Label string
    Name this connection
    LoginUrl string
    Cloud Foundry Authentication Endpoint
    Password string
    Cloud Foundry Password
    Username string
    Cloud Foundry Username
    activeGateGroup String
    ActiveGate group
    apiUrl String
    Cloud Foundry API Target
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    label String
    Name this connection
    loginUrl String
    Cloud Foundry Authentication Endpoint
    password String
    Cloud Foundry Password
    username String
    Cloud Foundry Username
    activeGateGroup string
    ActiveGate group
    apiUrl string
    Cloud Foundry API Target
    enabled boolean
    This setting is enabled (true) or disabled (false)
    label string
    Name this connection
    loginUrl string
    Cloud Foundry Authentication Endpoint
    password string
    Cloud Foundry Password
    username string
    Cloud Foundry Username
    active_gate_group str
    ActiveGate group
    api_url str
    Cloud Foundry API Target
    enabled bool
    This setting is enabled (true) or disabled (false)
    label str
    Name this connection
    login_url str
    Cloud Foundry Authentication Endpoint
    password str
    Cloud Foundry Password
    username str
    Cloud Foundry Username
    activeGateGroup String
    ActiveGate group
    apiUrl String
    Cloud Foundry API Target
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    label String
    Name this connection
    loginUrl String
    Cloud Foundry Authentication Endpoint
    password String
    Cloud Foundry Password
    username String
    Cloud Foundry Username

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.12.0 published on Tuesday, Jul 16, 2024 by Pulumiverse