OVHCloud v0.45.0 published on Tuesday, Jun 4, 2024 by OVHcloud
ovh.CloudProjectDatabase.getCapabilities
Explore with Pulumi AI
Use this data source to get information about capabilities of a public cloud project.
Using getCapabilities
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCapabilities(args: GetCapabilitiesArgs, opts?: InvokeOptions): Promise<GetCapabilitiesResult>
function getCapabilitiesOutput(args: GetCapabilitiesOutputArgs, opts?: InvokeOptions): Output<GetCapabilitiesResult>
def get_capabilities(service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCapabilitiesResult
def get_capabilities_output(service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCapabilitiesResult]
func GetCapabilities(ctx *Context, args *GetCapabilitiesArgs, opts ...InvokeOption) (*GetCapabilitiesResult, error)
func GetCapabilitiesOutput(ctx *Context, args *GetCapabilitiesOutputArgs, opts ...InvokeOption) GetCapabilitiesResultOutput
> Note: This function is named GetCapabilities
in the Go SDK.
public static class GetCapabilities
{
public static Task<GetCapabilitiesResult> InvokeAsync(GetCapabilitiesArgs args, InvokeOptions? opts = null)
public static Output<GetCapabilitiesResult> Invoke(GetCapabilitiesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCapabilitiesResult> getCapabilities(GetCapabilitiesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: ovh:CloudProjectDatabase/getCapabilities:getCapabilities
arguments:
# arguments dictionary
The following arguments are supported:
- Service
Name string - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used.
- Service
Name string - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used.
- service
Name String - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used.
- service
Name string - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used.
- service_
name str - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used.
- service
Name String - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used.
getCapabilities Result
The following output properties are available:
- Engines
List<Get
Capabilities Engine> - Database engines available.
- Flavors
List<Get
Capabilities Flavor> - Flavors available.
- Id string
- The provider-assigned unique ID for this managed resource.
- Options
List<Get
Capabilities Option> - Options available.
- Plans
List<Get
Capabilities Plan> - Plans available.
- Service
Name string - See Argument Reference above.
- Engines
[]Get
Capabilities Engine - Database engines available.
- Flavors
[]Get
Capabilities Flavor - Flavors available.
- Id string
- The provider-assigned unique ID for this managed resource.
- Options
[]Get
Capabilities Option - Options available.
- Plans
[]Get
Capabilities Plan - Plans available.
- Service
Name string - See Argument Reference above.
- engines
List<Get
Capabilities Engine> - Database engines available.
- flavors
List<Get
Capabilities Flavor> - Flavors available.
- id String
- The provider-assigned unique ID for this managed resource.
- options
List<Get
Capabilities Option> - Options available.
- plans
List<Get
Capabilities Plan> - Plans available.
- service
Name String - See Argument Reference above.
- engines
Get
Capabilities Engine[] - Database engines available.
- flavors
Get
Capabilities Flavor[] - Flavors available.
- id string
- The provider-assigned unique ID for this managed resource.
- options
Get
Capabilities Option[] - Options available.
- plans
Get
Capabilities Plan[] - Plans available.
- service
Name string - See Argument Reference above.
- engines
Sequence[cloudprojectdatabase.
Get Capabilities Engine] - Database engines available.
- flavors
Sequence[cloudprojectdatabase.
Get Capabilities Flavor] - Flavors available.
- id str
- The provider-assigned unique ID for this managed resource.
- options
Sequence[cloudprojectdatabase.
Get Capabilities Option] - Options available.
- plans
Sequence[cloudprojectdatabase.
Get Capabilities Plan] - Plans available.
- service_
name str - See Argument Reference above.
- engines List<Property Map>
- Database engines available.
- flavors List<Property Map>
- Flavors available.
- id String
- The provider-assigned unique ID for this managed resource.
- options List<Property Map>
- Options available.
- plans List<Property Map>
- Plans available.
- service
Name String - See Argument Reference above.
Supporting Types
GetCapabilitiesEngine
- Default
Version string - Default version used for the engine.
- Description string
- Description of the plan.
- Name string
- Name of the plan.
- Ssl
Modes List<string> - SSL modes for this engine.
- Versions List<string>
- Versions available for this engine.
- Default
Version string - Default version used for the engine.
- Description string
- Description of the plan.
- Name string
- Name of the plan.
- Ssl
Modes []string - SSL modes for this engine.
- Versions []string
- Versions available for this engine.
- default
Version String - Default version used for the engine.
- description String
- Description of the plan.
- name String
- Name of the plan.
- ssl
Modes List<String> - SSL modes for this engine.
- versions List<String>
- Versions available for this engine.
- default
Version string - Default version used for the engine.
- description string
- Description of the plan.
- name string
- Name of the plan.
- ssl
Modes string[] - SSL modes for this engine.
- versions string[]
- Versions available for this engine.
- default_
version str - Default version used for the engine.
- description str
- Description of the plan.
- name str
- Name of the plan.
- ssl_
modes Sequence[str] - SSL modes for this engine.
- versions Sequence[str]
- Versions available for this engine.
- default
Version String - Default version used for the engine.
- description String
- Description of the plan.
- name String
- Name of the plan.
- ssl
Modes List<String> - SSL modes for this engine.
- versions List<String>
- Versions available for this engine.
GetCapabilitiesFlavor
GetCapabilitiesOption
GetCapabilitiesPlan
- Backup
Retention string - Automatic backup retention duration.
- Description string
- Description of the plan.
- Name string
- Name of the plan.
- Backup
Retention string - Automatic backup retention duration.
- Description string
- Description of the plan.
- Name string
- Name of the plan.
- backup
Retention String - Automatic backup retention duration.
- description String
- Description of the plan.
- name String
- Name of the plan.
- backup
Retention string - Automatic backup retention duration.
- description string
- Description of the plan.
- name string
- Name of the plan.
- backup_
retention str - Automatic backup retention duration.
- description str
- Description of the plan.
- name str
- Name of the plan.
- backup
Retention String - Automatic backup retention duration.
- description String
- Description of the plan.
- name String
- Name of the plan.
Package Details
- Repository
- ovh ovh/pulumi-ovh
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ovh
Terraform Provider.