|
| 1 | +--- |
| 2 | +subcategory: "Hosted Private Cloud (Managed VMWare)" |
| 3 | +--- |
| 4 | + |
| 5 | +# ovh_dedicated_cloud (Data Source) |
| 6 | + |
| 7 | +Get information about a Managed VMware service. |
| 8 | + |
| 9 | +## Example Usage |
| 10 | + |
| 11 | +```terraform |
| 12 | +data "ovh_dedicated_cloud" "pcc" { |
| 13 | + service_name = "<Dedicated Cloud service name>" |
| 14 | +} |
| 15 | +``` |
| 16 | + |
| 17 | +<!-- schema generated by tfplugindocs --> |
| 18 | +## Schema |
| 19 | + |
| 20 | +### Required |
| 21 | + |
| 22 | +- `service_name` (String) Domain of the service |
| 23 | + |
| 24 | +### Read-Only |
| 25 | + |
| 26 | +- `advanced_security` (Boolean) Advanced security state |
| 27 | +- `bandwidth` (String) The current bandwidth of your VMware on OVHcloud |
| 28 | +- `billing_type` (String) Billing type of your VMware on OVHcloud |
| 29 | +- `can_migrate_to_vcd` (Boolean) Can the PCC be migrated to VCD |
| 30 | +- `certified_interface_url` (String) Url to the VMware on OVHcloud certified interface |
| 31 | +- `commercial_range` (String) The current version of your VMware on OVHcloud |
| 32 | +- `description` (String) Description of your VMware on OVHcloud |
| 33 | +- `generation` (String) Generation of your VMware on OVHcloud |
| 34 | +- `iam` (Attributes) IAM resource metadata (see [below for nested schema](#nestedatt--iam)) |
| 35 | +- `location` (String) Datacenter where your VMware on OVHcloud is physically located |
| 36 | +- `management_interface` (String) The management interface name |
| 37 | +- `product_reference` (String) The reference universe information for your VMware on OVHcloud |
| 38 | +- `service_pack_name` (String) Name of the current service pack |
| 39 | +- `spla` (Boolean) SPLA licensing state |
| 40 | +- `ssl_v3` (Boolean) Enable SSL v3 support. Warning : this option is not recommended as it was recognized as a security breach. If this is enabled, we advise you to enable the filtered User access policy |
| 41 | +- `state` (String) Current state of your VMware on OVHcloud |
| 42 | +- `user_access_policy` (String) Access policy of your VMware on OVHcloud : opened to every IPs or filtered |
| 43 | +- `user_limit_concurrent_session` (Number) The maximum amount of connected users allowed on the VMware on OVHcloud management interface |
| 44 | +- `user_logout_policy` (String) Which user will be disconnected first in case of quota of maximum connection is reached |
| 45 | +- `user_session_timeout` (Number) The timeout (in seconds) for the user sessions on the VMware on OVHcloud management interface. 0 value disable the timeout |
| 46 | +- `v_scope_url` (String) Url to the VMware on OVHcloud vScope interface |
| 47 | +- `version` (Attributes) Version of the management interface (see [below for nested schema](#nestedatt--version)) |
| 48 | +- `web_interface_url` (String) Url to the VMware on OVHcloud web interface |
| 49 | + |
| 50 | +<a id="nestedatt--iam"></a> |
| 51 | +### Nested Schema for `iam` |
| 52 | + |
| 53 | +Read-Only: |
| 54 | + |
| 55 | +- `display_name` (String) Resource display name |
| 56 | +- `id` (String) Unique identifier of the resource |
| 57 | +- `tags` (Map of String) Resource tags. Tags that were internally computed are prefixed with ovh: |
| 58 | +- `urn` (String) Unique resource name used in policies |
| 59 | + |
| 60 | + |
| 61 | +<a id="nestedatt--version"></a> |
| 62 | +### Nested Schema for `version` |
| 63 | + |
| 64 | +Read-Only: |
| 65 | + |
| 66 | +- `build` (String) |
| 67 | +- `major` (String) |
| 68 | +- `minor` (String) |
0 commit comments