import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../types/input"; import * as outputs from "../types/output"; /** * This resource provides the Sddc resource in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service. * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/vmware/latest/Sddc * * Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/ocvp * * Creates an Oracle Cloud VMware Solution software-defined data center (SDDC). * * Use the [WorkRequest](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20230701/WorkRequest/) operations to track the * creation of the SDDC. * * **Important:** You must configure the SDDC's networking resources with the security rules detailed in [Security Rules for Oracle Cloud VMware Solution SDDCs](https://docs.cloud.oracle.com/iaas/Content/VMware/Reference/ocvssecurityrules.htm). Otherwise, provisioning the SDDC will fail. The rules are based on the requirements set by VMware. * * ## Example Usage * * ```typescript * import * as pulumi from "@pulumi/pulumi"; * import * as oci from "@pulumi/oci"; * * const testSddc = new oci.ocvp.Sddc("test_sddc", { * compartmentId: compartmentId, * initialConfigurations: [{ * initialClusterConfigurations: [{ * computeAvailabilityDomain: sddcInitialConfigurationInitialClusterConfigurationsComputeAvailabilityDomain, * esxiHostsCount: Number(sddcInitialConfigurationInitialClusterConfigurationsEsxiHostsCount), * networkConfiguration: { * nsxEdgeVtepVlanId: testVlan.id, * nsxVtepVlanId: testVlan.id, * provisioningSubnetId: testSubnet.id, * vmotionVlanId: testVlan.id, * vsanVlanId: testVlan.id, * hcxVlanId: testVlan.id, * nsxEdgeUplink1vlanId: testNsxEdgeUplink1vlan.id, * nsxEdgeUplink2vlanId: testNsxEdgeUplink2vlan.id, * provisioningVlanId: testVlan.id, * replicationVlanId: testVlan.id, * vsphereVlanId: testVlan.id, * }, * vsphereType: sddcInitialConfigurationInitialClusterConfigurationsVsphereType, * capacityReservationId: testCapacityReservation.id, * clusterByolAllocationDetails: { * firewallByolAllocationId: testByolAllocation.id, * vsanByolAllocationId: testByolAllocation.id, * }, * datastoreClusterIds: sddcInitialConfigurationInitialClusterConfigurationsDatastoreClusterIds, * datastores: [{ * blockVolumeIds: sddcInitialConfigurationInitialClusterConfigurationsDatastoresBlockVolumeIds, * datastoreType: sddcInitialConfigurationInitialClusterConfigurationsDatastoresDatastoreType, * }], * displayName: sddcInitialConfigurationInitialClusterConfigurationsDisplayName, * initialCommitment: sddcInitialConfigurationInitialClusterConfigurationsInitialCommitment, * initialHostOcpuCount: sddcInitialConfigurationInitialClusterConfigurationsInitialHostOcpuCount, * initialHostShapeName: testShape.name, * initialVcfByolAllocationId: testByolAllocation.id, * instanceDisplayNamePrefix: sddcInitialConfigurationInitialClusterConfigurationsInstanceDisplayNamePrefix, * isShieldedInstanceEnabled: sddcInitialConfigurationInitialClusterConfigurationsIsShieldedInstanceEnabled === "true", * workloadNetworkCidr: sddcInitialConfigurationInitialClusterConfigurationsWorkloadNetworkCidr, * }], * }], * sshAuthorizedKeys: sddcSshAuthorizedKeys, * vmwareSoftwareVersion: sddcVmwareSoftwareVersion, * definedTags: { * "Operations.CostCenter": "42", * }, * displayName: sddcDisplayName, * freeformTags: { * Department: "Finance", * }, * isSingleHostSddc: sddcIsSingleHostSddc === "true", * sddcByolAllocationDetails: { * loadBalancerByolAllocationId: testByolAllocation.id, * loadBalancerInstanceCount: Number(sddcSddcByolAllocationDetailsLoadBalancerInstanceCount), * }, * hcxAction: hcxAction, * isHcxEnabled: sddcIsHcxEnabled === "true", * }); * ``` * * ## How to migrate from deprecated fields to new fields * * 1. Before starting migration, back up your terraform state file. * 2. Get the SDDC OCID for the `oci.Ocvp.Sddc` resource you plan to migrate. * 3. Remove the `oci.Ocvp.Sddc` resource from Terraform state via command: terraform state rm \ * 4. Update `oci.Ocvp.Sddc` resource config. Remove all deprecated fields and add corresponding new fields to the resource config. Note: Remove and do not add `hcxAction` or `refreshHcxLicenseStatus` because these fields will not be imported. * 5. Import `oci.Ocvp.Sddc` resource to Terraform state using command: terraform import \ \. * 6. Run `pulumi preview` to check if there is any planned change for `oci.Ocvp.Sddc` resource. If there is any planned change, update `oci.Ocvp.Sddc` resource config until there is no planned change. * * ## Import * * Sddcs can be imported using the `id`, e.g. * * ```sh * $ pulumi import oci:Ocvp/sddc:Sddc test_sddc "id" * ``` */ export declare class Sddc extends pulumi.CustomResource { /** * Get an existing Sddc resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param state Any extra arguments used during the lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ static get(name: string, id: pulumi.Input, state?: SddcState, opts?: pulumi.CustomResourceOptions): Sddc; /** * Returns true if the given object is an instance of Sddc. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ static isInstance(obj: any): obj is Sddc; /** * The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC. **Deprecated**. * * @deprecated The 'actual_esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead. */ readonly actualEsxiHostsCount: pulumi.Output; /** * (Optional) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Capacity Reservation. **Deprecated**. Please use `capacityReservationId` of `initialClusterConfigurations` instead. * * @deprecated The 'capacity_reservation_id' field has been deprecated. Please use 'initial_configuration' instead. */ readonly capacityReservationId: pulumi.Output; /** * The number of Clusters in the SDDC. */ readonly clustersCount: pulumi.Output; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to contain the SDDC. */ readonly compartmentId: pulumi.Output; /** * (Required) The availability domain to create the SDDC's ESXi hosts in. For multi-AD SDDC deployment, set to `multi-AD`. **Deprecated**. Please use `computeAvailabilityDomain` of `initialClusterConfigurations` instead. * * @deprecated The 'compute_availability_domain' field has been deprecated. Please use 'initial_configuration' instead. */ readonly computeAvailabilityDomain: pulumi.Output; /** * (Optional) A list of datastore info for the SDDC. This value is required only when `initialHostShapeName` is a standard shape. **Deprecated**. Please use `datastores` of `initialClusterConfigurations` instead. * * @deprecated The 'datastores' field has been deprecated. Please use 'initial_configuration' instead. */ readonly datastores: pulumi.Output; /** * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}` */ readonly definedTags: pulumi.Output<{ [key: string]: string; }>; /** * (Updatable) A descriptive name for the SDDC. SDDC name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. Avoid entering confidential information. */ readonly displayName: pulumi.Output; /** * (Required) The number of ESXi hosts to create in the SDDC. You can add more hosts later (see [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost)). Creating a SDDC with a ESXi host count of 1 will be considered a single ESXi host SDDC. **Deprecated**. Please use `esxiHostsCount` of `initialClusterConfigurations` instead. * * **Note:** If you later delete EXSi hosts from a production SDDC to total less than 3, you are still billed for the 3 minimum recommended ESXi hosts. Also, you cannot add more VMware workloads to the SDDC until it again has at least 3 ESXi hosts. * * @deprecated The 'esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead. */ readonly esxiHostsCount: pulumi.Output; /** * (Updatable) The ESXi software bundle to install on the ESXi hosts in the SDDC. Only versions under the same vmwareSoftwareVersion and have been validate by Oracle Cloud VMware Solution will be accepted. To get a list of the available versions, use [ListSupportedVmwareSoftwareVersions](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20230701/SupportedVmwareSoftwareVersionSummary/ListSupportedVmwareSoftwareVersions). */ readonly esxiSoftwareVersion: pulumi.Output; /** * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}` */ readonly freeformTags: pulumi.Output<{ [key: string]: string; }>; /** * (Updatable) The action to be performed upon HCX licenses. "UPGRADE" will upgrade the SDDC from HCX Advanced to HCX Enterprise. "DOWNGRADE" will downgrade the SDDC from HCX Enterprise to HCX Advanced after current HCX Enterprise billing cycle end date. After downgrade completion, you can run `terraform refresh` to update the Terraform state. "CANCEL_DOWNGRADE" will cancel the pending downgrade of HCX licenses. The action will only be performed when its value is changed. This field can also be used to enable HCX Enterprise during SDDC creation. If "UPGRADE" is set during SDDC creation, the SDDC will be created with HCX Enterprise enable. Supported actions during update: UPGRADE, DOWNGRADE, CANCEL_DOWNGRADE. Supported actions during creation: UPGRADE. */ readonly hcxAction: pulumi.Output; /** * The FQDN for HCX Manager. Example: `hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com` */ readonly hcxFqdn: pulumi.Output; /** * (**Deprecated**) The SDDC includes an administrator username and initial password for HCX Manager. Make sure to change this initial HCX Manager password to a different value. **Deprecated**. Please use the `oci.Ocvp.getRetrievePassword` data source instead. * * @deprecated The 'hcx_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead. */ readonly hcxInitialPassword: pulumi.Output; /** * HCX configuration of the SDDC. */ readonly hcxMode: pulumi.Output; /** * (**Deprecated**) The activation keys to use on the on-premises HCX Enterprise appliances you site pair with HCX Manager in your VMware Solution. The number of keys provided depends on the HCX license type. HCX Advanced provides 3 activation keys. HCX Enterprise provides 10 activation keys. **Deprecated**. Please use `hcxOnPremLicenses` instead. * * @deprecated The 'hcx_on_prem_key' field has been deprecated and may be removed in a future version. Do not use this field. */ readonly hcxOnPremKey: pulumi.Output; /** * The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution. */ readonly hcxOnPremLicenses: pulumi.Output; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `PrivateIp` object that is the virtual IP (VIP) for HCX Manager. For information about `PrivateIp` objects, see the Core Services API. */ readonly hcxPrivateIpId: pulumi.Output; /** * (Optional) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the HCX component of the VMware environment. This value is required only when `isHcxEnabled` is true. **Deprecated**. Please use `hcxVlanId` of `networkConfiguration` instead. * * @deprecated The 'hcx_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ readonly hcxVlanId: pulumi.Output; /** * Details of SDDC initial configuration */ readonly initialConfigurations: pulumi.Output; /** * (Optional) The initial OCPU count of the SDDC's ESXi hosts. **Deprecated**. Please use `initialHostOcpuCount` of `initialClusterConfigurations` instead. * * @deprecated The 'initial_host_ocpu_count' field has been deprecated. Please use 'initial_configuration' instead. */ readonly initialHostOcpuCount: pulumi.Output; /** * (Optional) The initial compute shape of the SDDC's ESXi hosts. [ListSupportedHostShapes](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedHostShapes/ListSupportedHostShapes). **Deprecated**. Please use `initialHostShapeName` of `initialClusterConfigurations` instead. * * @deprecated The 'initial_host_shape_name' field has been deprecated. Please use 'initial_configuration' instead. */ readonly initialHostShapeName: pulumi.Output; /** * (Optional) The billing option selected during SDDC creation. [ListSupportedSkus](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedSkuSummary/ListSupportedSkus). **Deprecated**. Please use `initialCommitment` of `initialClusterConfigurations` instead. * * @deprecated The 'initial_sku' field has been deprecated. Please use 'initial_configuration' instead. */ readonly initialSku: pulumi.Output; /** * (Optional) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's `displayName` is used as the prefix. * * For example, if the value is `mySDDC`, the ESXi hosts are named `mySDDC-1`, `mySDDC-2`, and so on. **Deprecated**. Please use `instanceDisplayNamePrefix` of `initialClusterConfigurations` instead. * * @deprecated The 'instance_display_name_prefix' field has been deprecated. Please use 'initial_configuration' instead. */ readonly instanceDisplayNamePrefix: pulumi.Output; /** * For SDDC with dense compute shapes, this parameter indicates whether to enable HCX Advanced for this SDDC. For SDDC with standard compute shapes, this parameter is equivalent to `isHcxEnterpriseEnabled`. */ readonly isHcxEnabled: pulumi.Output; /** * (**Deprecated**) Indicates whether HCX Enterprise is enabled for this SDDC. * * @deprecated The 'is_hcx_enterprise_enabled' field has been deprecated and may be removed in a future version. Do not use this field. */ readonly isHcxEnterpriseEnabled: pulumi.Output; /** * Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced. */ readonly isHcxPendingDowngrade: pulumi.Output; /** * (Optional) Indicates whether shielded instance is enabled for this SDDC. **Deprecated**. Please use `isShieldedInstanceEnabled` of `initialClusterConfigurations` instead. * * @deprecated The 'is_shielded_instance_enabled' field has been deprecated. Please use 'initial_configuration' instead. */ readonly isShieldedInstanceEnabled: pulumi.Output; /** * Indicates whether this SDDC is designated for only single ESXi host. */ readonly isSingleHostSddc: pulumi.Output; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge Uplink 1 component of the VMware environment. **Deprecated**. Please use `nsxEdgeUplink1vlanId` of `networkConfiguration` instead. * * @deprecated The 'nsx_edge_uplink1vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ readonly nsxEdgeUplink1vlanId: pulumi.Output; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge Uplink 2 component of the VMware environment. **Deprecated**. Please use `nsxEdgeUplink2vlanId` of `networkConfiguration` instead. * * **Note:** This VLAN is reserved for future use to deploy public-facing applications on the VMware SDDC. * * @deprecated The 'nsx_edge_uplink2vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ readonly nsxEdgeUplink2vlanId: pulumi.Output; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `PrivateIp` object that is the virtual IP (VIP) for the NSX Edge Uplink. Use this OCID as the route target for route table rules when setting up connectivity between the SDDC and other networks. For information about `PrivateIp` objects, see the Core Services API. */ readonly nsxEdgeUplinkIpId: pulumi.Output; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge VTEP component of the VMware environment. **Deprecated**. Please use `nsxEdgeVtepVlanId` of `networkConfiguration` instead. * * @deprecated The 'nsx_edge_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ readonly nsxEdgeVtepVlanId: pulumi.Output; /** * The FQDN for NSX Manager. Example: `nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com` */ readonly nsxManagerFqdn: pulumi.Output; /** * (**Deprecated**) The SDDC includes an administrator username and initial password for NSX Manager. Make sure to change this initial NSX Manager password to a different value. **Deprecated**. Please use the `oci.Ocvp.getRetrievePassword` data source instead. * * @deprecated The 'nsx_manager_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead. */ readonly nsxManagerInitialPassword: pulumi.Output; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `PrivateIp` object that is the virtual IP (VIP) for NSX Manager. For information about `PrivateIp` objects, see the Core Services API. */ readonly nsxManagerPrivateIpId: pulumi.Output; /** * The SDDC includes an administrator username and initial password for NSX Manager. You can change this initial username to a different value in NSX Manager. */ readonly nsxManagerUsername: pulumi.Output; /** * (**Deprecated**) The VMware NSX overlay workload segment to host your application. Connect to workload portgroup in vCenter to access this overlay segment. * * @deprecated The 'nsx_overlay_segment_name' field has been deprecated and may be removed in a future version. Do not use this field. */ readonly nsxOverlaySegmentName: pulumi.Output; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX VTEP component of the VMware environment. **Deprecated**. Please use `nsxVtepVlanId` of `networkConfiguration` instead. * * @deprecated The 'nsx_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ readonly nsxVtepVlanId: pulumi.Output; /** * (Required) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management subnet to use for provisioning the SDDC. **Deprecated**. Please use `provisioningSubnetId` of `networkConfiguration` instead. * * @deprecated The 'provisioning_subnet_id' field has been deprecated. Please use 'initial_configuration' instead. */ readonly provisioningSubnetId: pulumi.Output; /** * (Optional) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC for the Provisioning component of the VMware environment. **Deprecated**. Please use `provisioningVlanId` of `networkConfiguration` instead. * * @deprecated The 'provisioning_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ readonly provisioningVlanId: pulumi.Output; /** * (Updatable) HCX on-premise licenses status will be refreshed whenever the value of this field is changed. */ readonly refreshHcxLicenseStatus: pulumi.Output; /** * (Optional) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. **Deprecated**. Please use `replicationVlanId` of `networkConfiguration` instead. * * @deprecated The 'replication_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ readonly replicationVlanId: pulumi.Output; /** * (Updatable) The HCX on-premise licenses to be reserved when downgrade from HCX Enterprise to HCX Advanced. It should not be provided during resource creation. It is required and can only be set when the hcxAction is "DOWNGRADE". Its value can only be changed when hcxAction is updated. */ readonly reservingHcxOnPremiseLicenseKeys: pulumi.Output; /** * (Updatable) The BYOL allocations used for VMware SDDC provisioning. */ readonly sddcByolAllocationDetails: pulumi.Output; /** * (Updatable) One or more public SSH keys to be included in the `~/.ssh/authorized_keys` file for the default user on each ESXi host. Use a newline character to separate multiple keys. The SSH keys must be in the format required for the `authorizedKeys` file */ readonly sshAuthorizedKeys: pulumi.Output; /** * The current state of the SDDC. */ readonly state: pulumi.Output; /** * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{orcl-cloud: {free-tier-retain: true}}` */ readonly systemTags: pulumi.Output<{ [key: string]: string; }>; /** * The date and time the SDDC was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z` */ readonly timeCreated: pulumi.Output; /** * The date and time current HCX Enterprise billing cycle ends, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z` */ readonly timeHcxBillingCycleEnd: pulumi.Output; /** * The date and time the SDDC's HCX on-premise license status was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z` */ readonly timeHcxLicenseStatusUpdated: pulumi.Output; /** * The date and time the SDDC was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). */ readonly timeUpdated: pulumi.Output; /** * (**Deprecated**) The vSphere licenses to use when upgrading the SDDC. * * @deprecated The 'upgrade_licenses' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead. */ readonly upgradeLicenses: pulumi.Output; /** * The FQDN for vCenter. Example: `vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com` */ readonly vcenterFqdn: pulumi.Output; /** * (**Deprecated**) The SDDC includes an administrator username and initial password for vCenter. Make sure to change this initial vCenter password to a different value. **Deprecated**. Please use the `oci.Ocvp.getRetrievePassword` data source instead. * * @deprecated The 'vcenter_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead. */ readonly vcenterInitialPassword: pulumi.Output; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `PrivateIp` object that is the virtual IP (VIP) for vCenter. For information about `PrivateIp` objects, see the Core Services API. */ readonly vcenterPrivateIpId: pulumi.Output; /** * The SDDC includes an administrator username and initial password for vCenter. You can change this initial username to a different value in vCenter. */ readonly vcenterUsername: pulumi.Output; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the vMotion component of the VMware environment. **Deprecated**. Please use `vmotionVlanId` of `networkConfiguration` instead. * * @deprecated The 'vmotion_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ readonly vmotionVlanId: pulumi.Output; /** * (Updatable) The VMware software bundle to install on the ESXi hosts in the SDDC. To get a list of the available versions, use [ListSupportedVmwareSoftwareVersions](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedVmwareSoftwareVersionSummary/ListSupportedVmwareSoftwareVersions). */ readonly vmwareSoftwareVersion: pulumi.Output; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the vSAN component of the VMware environment. **Deprecated**. Please use `vsanVlanId` of `networkConfiguration` instead. * * @deprecated The 'vsan_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ readonly vsanVlanId: pulumi.Output; /** * (**Deprecated**) The link to guidance for upgrading vSphere. * * @deprecated The 'vsphere_upgrade_guide' field has been deprecated and may be removed in a future version. Do not use this field. */ readonly vsphereUpgradeGuide: pulumi.Output; /** * (**Deprecated**) The links to binary objects needed to upgrade vSphere. * * @deprecated The 'vsphere_upgrade_objects' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead. */ readonly vsphereUpgradeObjects: pulumi.Output; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the vSphere component of the VMware environment. **Deprecated**. Please use `vsphereVlanId` of `networkConfiguration` instead. * * @deprecated The 'vsphere_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ readonly vsphereVlanId: pulumi.Output; /** * (Optional) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. **Deprecated**. Please use `workloadNetworkCidr` of `initialClusterConfigurations` instead. * * ** IMPORTANT ** * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values * * @deprecated The 'workload_network_cidr' field has been deprecated. Please use 'initial_configuration' instead. */ readonly workloadNetworkCidr: pulumi.Output; /** * Create a Sddc resource with the given unique name, arguments, and options. * * @param name The _unique_ name of the resource. * @param args The arguments to use to populate this resource's properties. * @param opts A bag of options that control this resource's behavior. */ constructor(name: string, args: SddcArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering Sddc resources. */ export interface SddcState { /** * The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC. **Deprecated**. * * @deprecated The 'actual_esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead. */ actualEsxiHostsCount?: pulumi.Input; /** * (Optional) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Capacity Reservation. **Deprecated**. Please use `capacityReservationId` of `initialClusterConfigurations` instead. * * @deprecated The 'capacity_reservation_id' field has been deprecated. Please use 'initial_configuration' instead. */ capacityReservationId?: pulumi.Input; /** * The number of Clusters in the SDDC. */ clustersCount?: pulumi.Input; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to contain the SDDC. */ compartmentId?: pulumi.Input; /** * (Required) The availability domain to create the SDDC's ESXi hosts in. For multi-AD SDDC deployment, set to `multi-AD`. **Deprecated**. Please use `computeAvailabilityDomain` of `initialClusterConfigurations` instead. * * @deprecated The 'compute_availability_domain' field has been deprecated. Please use 'initial_configuration' instead. */ computeAvailabilityDomain?: pulumi.Input; /** * (Optional) A list of datastore info for the SDDC. This value is required only when `initialHostShapeName` is a standard shape. **Deprecated**. Please use `datastores` of `initialClusterConfigurations` instead. * * @deprecated The 'datastores' field has been deprecated. Please use 'initial_configuration' instead. */ datastores?: pulumi.Input[] | undefined>; /** * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}` */ definedTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) A descriptive name for the SDDC. SDDC name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. Avoid entering confidential information. */ displayName?: pulumi.Input; /** * (Required) The number of ESXi hosts to create in the SDDC. You can add more hosts later (see [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost)). Creating a SDDC with a ESXi host count of 1 will be considered a single ESXi host SDDC. **Deprecated**. Please use `esxiHostsCount` of `initialClusterConfigurations` instead. * * **Note:** If you later delete EXSi hosts from a production SDDC to total less than 3, you are still billed for the 3 minimum recommended ESXi hosts. Also, you cannot add more VMware workloads to the SDDC until it again has at least 3 ESXi hosts. * * @deprecated The 'esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead. */ esxiHostsCount?: pulumi.Input; /** * (Updatable) The ESXi software bundle to install on the ESXi hosts in the SDDC. Only versions under the same vmwareSoftwareVersion and have been validate by Oracle Cloud VMware Solution will be accepted. To get a list of the available versions, use [ListSupportedVmwareSoftwareVersions](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20230701/SupportedVmwareSoftwareVersionSummary/ListSupportedVmwareSoftwareVersions). */ esxiSoftwareVersion?: pulumi.Input; /** * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}` */ freeformTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) The action to be performed upon HCX licenses. "UPGRADE" will upgrade the SDDC from HCX Advanced to HCX Enterprise. "DOWNGRADE" will downgrade the SDDC from HCX Enterprise to HCX Advanced after current HCX Enterprise billing cycle end date. After downgrade completion, you can run `terraform refresh` to update the Terraform state. "CANCEL_DOWNGRADE" will cancel the pending downgrade of HCX licenses. The action will only be performed when its value is changed. This field can also be used to enable HCX Enterprise during SDDC creation. If "UPGRADE" is set during SDDC creation, the SDDC will be created with HCX Enterprise enable. Supported actions during update: UPGRADE, DOWNGRADE, CANCEL_DOWNGRADE. Supported actions during creation: UPGRADE. */ hcxAction?: pulumi.Input; /** * The FQDN for HCX Manager. Example: `hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com` */ hcxFqdn?: pulumi.Input; /** * (**Deprecated**) The SDDC includes an administrator username and initial password for HCX Manager. Make sure to change this initial HCX Manager password to a different value. **Deprecated**. Please use the `oci.Ocvp.getRetrievePassword` data source instead. * * @deprecated The 'hcx_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead. */ hcxInitialPassword?: pulumi.Input; /** * HCX configuration of the SDDC. */ hcxMode?: pulumi.Input; /** * (**Deprecated**) The activation keys to use on the on-premises HCX Enterprise appliances you site pair with HCX Manager in your VMware Solution. The number of keys provided depends on the HCX license type. HCX Advanced provides 3 activation keys. HCX Enterprise provides 10 activation keys. **Deprecated**. Please use `hcxOnPremLicenses` instead. * * @deprecated The 'hcx_on_prem_key' field has been deprecated and may be removed in a future version. Do not use this field. */ hcxOnPremKey?: pulumi.Input; /** * The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution. */ hcxOnPremLicenses?: pulumi.Input[] | undefined>; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `PrivateIp` object that is the virtual IP (VIP) for HCX Manager. For information about `PrivateIp` objects, see the Core Services API. */ hcxPrivateIpId?: pulumi.Input; /** * (Optional) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the HCX component of the VMware environment. This value is required only when `isHcxEnabled` is true. **Deprecated**. Please use `hcxVlanId` of `networkConfiguration` instead. * * @deprecated The 'hcx_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ hcxVlanId?: pulumi.Input; /** * Details of SDDC initial configuration */ initialConfigurations?: pulumi.Input[] | undefined>; /** * (Optional) The initial OCPU count of the SDDC's ESXi hosts. **Deprecated**. Please use `initialHostOcpuCount` of `initialClusterConfigurations` instead. * * @deprecated The 'initial_host_ocpu_count' field has been deprecated. Please use 'initial_configuration' instead. */ initialHostOcpuCount?: pulumi.Input; /** * (Optional) The initial compute shape of the SDDC's ESXi hosts. [ListSupportedHostShapes](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedHostShapes/ListSupportedHostShapes). **Deprecated**. Please use `initialHostShapeName` of `initialClusterConfigurations` instead. * * @deprecated The 'initial_host_shape_name' field has been deprecated. Please use 'initial_configuration' instead. */ initialHostShapeName?: pulumi.Input; /** * (Optional) The billing option selected during SDDC creation. [ListSupportedSkus](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedSkuSummary/ListSupportedSkus). **Deprecated**. Please use `initialCommitment` of `initialClusterConfigurations` instead. * * @deprecated The 'initial_sku' field has been deprecated. Please use 'initial_configuration' instead. */ initialSku?: pulumi.Input; /** * (Optional) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's `displayName` is used as the prefix. * * For example, if the value is `mySDDC`, the ESXi hosts are named `mySDDC-1`, `mySDDC-2`, and so on. **Deprecated**. Please use `instanceDisplayNamePrefix` of `initialClusterConfigurations` instead. * * @deprecated The 'instance_display_name_prefix' field has been deprecated. Please use 'initial_configuration' instead. */ instanceDisplayNamePrefix?: pulumi.Input; /** * For SDDC with dense compute shapes, this parameter indicates whether to enable HCX Advanced for this SDDC. For SDDC with standard compute shapes, this parameter is equivalent to `isHcxEnterpriseEnabled`. */ isHcxEnabled?: pulumi.Input; /** * (**Deprecated**) Indicates whether HCX Enterprise is enabled for this SDDC. * * @deprecated The 'is_hcx_enterprise_enabled' field has been deprecated and may be removed in a future version. Do not use this field. */ isHcxEnterpriseEnabled?: pulumi.Input; /** * Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced. */ isHcxPendingDowngrade?: pulumi.Input; /** * (Optional) Indicates whether shielded instance is enabled for this SDDC. **Deprecated**. Please use `isShieldedInstanceEnabled` of `initialClusterConfigurations` instead. * * @deprecated The 'is_shielded_instance_enabled' field has been deprecated. Please use 'initial_configuration' instead. */ isShieldedInstanceEnabled?: pulumi.Input; /** * Indicates whether this SDDC is designated for only single ESXi host. */ isSingleHostSddc?: pulumi.Input; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge Uplink 1 component of the VMware environment. **Deprecated**. Please use `nsxEdgeUplink1vlanId` of `networkConfiguration` instead. * * @deprecated The 'nsx_edge_uplink1vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ nsxEdgeUplink1vlanId?: pulumi.Input; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge Uplink 2 component of the VMware environment. **Deprecated**. Please use `nsxEdgeUplink2vlanId` of `networkConfiguration` instead. * * **Note:** This VLAN is reserved for future use to deploy public-facing applications on the VMware SDDC. * * @deprecated The 'nsx_edge_uplink2vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ nsxEdgeUplink2vlanId?: pulumi.Input; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `PrivateIp` object that is the virtual IP (VIP) for the NSX Edge Uplink. Use this OCID as the route target for route table rules when setting up connectivity between the SDDC and other networks. For information about `PrivateIp` objects, see the Core Services API. */ nsxEdgeUplinkIpId?: pulumi.Input; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge VTEP component of the VMware environment. **Deprecated**. Please use `nsxEdgeVtepVlanId` of `networkConfiguration` instead. * * @deprecated The 'nsx_edge_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ nsxEdgeVtepVlanId?: pulumi.Input; /** * The FQDN for NSX Manager. Example: `nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com` */ nsxManagerFqdn?: pulumi.Input; /** * (**Deprecated**) The SDDC includes an administrator username and initial password for NSX Manager. Make sure to change this initial NSX Manager password to a different value. **Deprecated**. Please use the `oci.Ocvp.getRetrievePassword` data source instead. * * @deprecated The 'nsx_manager_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead. */ nsxManagerInitialPassword?: pulumi.Input; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `PrivateIp` object that is the virtual IP (VIP) for NSX Manager. For information about `PrivateIp` objects, see the Core Services API. */ nsxManagerPrivateIpId?: pulumi.Input; /** * The SDDC includes an administrator username and initial password for NSX Manager. You can change this initial username to a different value in NSX Manager. */ nsxManagerUsername?: pulumi.Input; /** * (**Deprecated**) The VMware NSX overlay workload segment to host your application. Connect to workload portgroup in vCenter to access this overlay segment. * * @deprecated The 'nsx_overlay_segment_name' field has been deprecated and may be removed in a future version. Do not use this field. */ nsxOverlaySegmentName?: pulumi.Input; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX VTEP component of the VMware environment. **Deprecated**. Please use `nsxVtepVlanId` of `networkConfiguration` instead. * * @deprecated The 'nsx_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ nsxVtepVlanId?: pulumi.Input; /** * (Required) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management subnet to use for provisioning the SDDC. **Deprecated**. Please use `provisioningSubnetId` of `networkConfiguration` instead. * * @deprecated The 'provisioning_subnet_id' field has been deprecated. Please use 'initial_configuration' instead. */ provisioningSubnetId?: pulumi.Input; /** * (Optional) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC for the Provisioning component of the VMware environment. **Deprecated**. Please use `provisioningVlanId` of `networkConfiguration` instead. * * @deprecated The 'provisioning_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ provisioningVlanId?: pulumi.Input; /** * (Updatable) HCX on-premise licenses status will be refreshed whenever the value of this field is changed. */ refreshHcxLicenseStatus?: pulumi.Input; /** * (Optional) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. **Deprecated**. Please use `replicationVlanId` of `networkConfiguration` instead. * * @deprecated The 'replication_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ replicationVlanId?: pulumi.Input; /** * (Updatable) The HCX on-premise licenses to be reserved when downgrade from HCX Enterprise to HCX Advanced. It should not be provided during resource creation. It is required and can only be set when the hcxAction is "DOWNGRADE". Its value can only be changed when hcxAction is updated. */ reservingHcxOnPremiseLicenseKeys?: pulumi.Input[] | undefined>; /** * (Updatable) The BYOL allocations used for VMware SDDC provisioning. */ sddcByolAllocationDetails?: pulumi.Input; /** * (Updatable) One or more public SSH keys to be included in the `~/.ssh/authorized_keys` file for the default user on each ESXi host. Use a newline character to separate multiple keys. The SSH keys must be in the format required for the `authorizedKeys` file */ sshAuthorizedKeys?: pulumi.Input; /** * The current state of the SDDC. */ state?: pulumi.Input; /** * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{orcl-cloud: {free-tier-retain: true}}` */ systemTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * The date and time the SDDC was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z` */ timeCreated?: pulumi.Input; /** * The date and time current HCX Enterprise billing cycle ends, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z` */ timeHcxBillingCycleEnd?: pulumi.Input; /** * The date and time the SDDC's HCX on-premise license status was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z` */ timeHcxLicenseStatusUpdated?: pulumi.Input; /** * The date and time the SDDC was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). */ timeUpdated?: pulumi.Input; /** * (**Deprecated**) The vSphere licenses to use when upgrading the SDDC. * * @deprecated The 'upgrade_licenses' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead. */ upgradeLicenses?: pulumi.Input[] | undefined>; /** * The FQDN for vCenter. Example: `vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com` */ vcenterFqdn?: pulumi.Input; /** * (**Deprecated**) The SDDC includes an administrator username and initial password for vCenter. Make sure to change this initial vCenter password to a different value. **Deprecated**. Please use the `oci.Ocvp.getRetrievePassword` data source instead. * * @deprecated The 'vcenter_initial_password' field has been deprecated. Please use the 'oci_ocvp_retrieve_password' data source instead. */ vcenterInitialPassword?: pulumi.Input; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `PrivateIp` object that is the virtual IP (VIP) for vCenter. For information about `PrivateIp` objects, see the Core Services API. */ vcenterPrivateIpId?: pulumi.Input; /** * The SDDC includes an administrator username and initial password for vCenter. You can change this initial username to a different value in vCenter. */ vcenterUsername?: pulumi.Input; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the vMotion component of the VMware environment. **Deprecated**. Please use `vmotionVlanId` of `networkConfiguration` instead. * * @deprecated The 'vmotion_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ vmotionVlanId?: pulumi.Input; /** * (Updatable) The VMware software bundle to install on the ESXi hosts in the SDDC. To get a list of the available versions, use [ListSupportedVmwareSoftwareVersions](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedVmwareSoftwareVersionSummary/ListSupportedVmwareSoftwareVersions). */ vmwareSoftwareVersion?: pulumi.Input; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the vSAN component of the VMware environment. **Deprecated**. Please use `vsanVlanId` of `networkConfiguration` instead. * * @deprecated The 'vsan_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ vsanVlanId?: pulumi.Input; /** * (**Deprecated**) The link to guidance for upgrading vSphere. * * @deprecated The 'vsphere_upgrade_guide' field has been deprecated and may be removed in a future version. Do not use this field. */ vsphereUpgradeGuide?: pulumi.Input; /** * (**Deprecated**) The links to binary objects needed to upgrade vSphere. * * @deprecated The 'vsphere_upgrade_objects' field has been deprecated. Please use the 'ocvp_cluster_resource' resource instead. */ vsphereUpgradeObjects?: pulumi.Input[] | undefined>; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the vSphere component of the VMware environment. **Deprecated**. Please use `vsphereVlanId` of `networkConfiguration` instead. * * @deprecated The 'vsphere_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ vsphereVlanId?: pulumi.Input; /** * (Optional) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. **Deprecated**. Please use `workloadNetworkCidr` of `initialClusterConfigurations` instead. * * ** IMPORTANT ** * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values * * @deprecated The 'workload_network_cidr' field has been deprecated. Please use 'initial_configuration' instead. */ workloadNetworkCidr?: pulumi.Input; } /** * The set of arguments for constructing a Sddc resource. */ export interface SddcArgs { /** * (Optional) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Capacity Reservation. **Deprecated**. Please use `capacityReservationId` of `initialClusterConfigurations` instead. * * @deprecated The 'capacity_reservation_id' field has been deprecated. Please use 'initial_configuration' instead. */ capacityReservationId?: pulumi.Input; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to contain the SDDC. */ compartmentId: pulumi.Input; /** * (Required) The availability domain to create the SDDC's ESXi hosts in. For multi-AD SDDC deployment, set to `multi-AD`. **Deprecated**. Please use `computeAvailabilityDomain` of `initialClusterConfigurations` instead. * * @deprecated The 'compute_availability_domain' field has been deprecated. Please use 'initial_configuration' instead. */ computeAvailabilityDomain?: pulumi.Input; /** * (Optional) A list of datastore info for the SDDC. This value is required only when `initialHostShapeName` is a standard shape. **Deprecated**. Please use `datastores` of `initialClusterConfigurations` instead. * * @deprecated The 'datastores' field has been deprecated. Please use 'initial_configuration' instead. */ datastores?: pulumi.Input[] | undefined>; /** * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}` */ definedTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) A descriptive name for the SDDC. SDDC name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. Avoid entering confidential information. */ displayName?: pulumi.Input; /** * (Required) The number of ESXi hosts to create in the SDDC. You can add more hosts later (see [CreateEsxiHost](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/EsxiHost/CreateEsxiHost)). Creating a SDDC with a ESXi host count of 1 will be considered a single ESXi host SDDC. **Deprecated**. Please use `esxiHostsCount` of `initialClusterConfigurations` instead. * * **Note:** If you later delete EXSi hosts from a production SDDC to total less than 3, you are still billed for the 3 minimum recommended ESXi hosts. Also, you cannot add more VMware workloads to the SDDC until it again has at least 3 ESXi hosts. * * @deprecated The 'esxi_hosts_count' field has been deprecated. Please use 'initial_configuration' instead. */ esxiHostsCount?: pulumi.Input; /** * (Updatable) The ESXi software bundle to install on the ESXi hosts in the SDDC. Only versions under the same vmwareSoftwareVersion and have been validate by Oracle Cloud VMware Solution will be accepted. To get a list of the available versions, use [ListSupportedVmwareSoftwareVersions](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20230701/SupportedVmwareSoftwareVersionSummary/ListSupportedVmwareSoftwareVersions). */ esxiSoftwareVersion?: pulumi.Input; /** * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}` */ freeformTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) The action to be performed upon HCX licenses. "UPGRADE" will upgrade the SDDC from HCX Advanced to HCX Enterprise. "DOWNGRADE" will downgrade the SDDC from HCX Enterprise to HCX Advanced after current HCX Enterprise billing cycle end date. After downgrade completion, you can run `terraform refresh` to update the Terraform state. "CANCEL_DOWNGRADE" will cancel the pending downgrade of HCX licenses. The action will only be performed when its value is changed. This field can also be used to enable HCX Enterprise during SDDC creation. If "UPGRADE" is set during SDDC creation, the SDDC will be created with HCX Enterprise enable. Supported actions during update: UPGRADE, DOWNGRADE, CANCEL_DOWNGRADE. Supported actions during creation: UPGRADE. */ hcxAction?: pulumi.Input; /** * (Optional) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the HCX component of the VMware environment. This value is required only when `isHcxEnabled` is true. **Deprecated**. Please use `hcxVlanId` of `networkConfiguration` instead. * * @deprecated The 'hcx_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ hcxVlanId?: pulumi.Input; /** * Details of SDDC initial configuration */ initialConfigurations?: pulumi.Input[] | undefined>; /** * (Optional) The initial OCPU count of the SDDC's ESXi hosts. **Deprecated**. Please use `initialHostOcpuCount` of `initialClusterConfigurations` instead. * * @deprecated The 'initial_host_ocpu_count' field has been deprecated. Please use 'initial_configuration' instead. */ initialHostOcpuCount?: pulumi.Input; /** * (Optional) The initial compute shape of the SDDC's ESXi hosts. [ListSupportedHostShapes](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedHostShapes/ListSupportedHostShapes). **Deprecated**. Please use `initialHostShapeName` of `initialClusterConfigurations` instead. * * @deprecated The 'initial_host_shape_name' field has been deprecated. Please use 'initial_configuration' instead. */ initialHostShapeName?: pulumi.Input; /** * (Optional) The billing option selected during SDDC creation. [ListSupportedSkus](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedSkuSummary/ListSupportedSkus). **Deprecated**. Please use `initialCommitment` of `initialClusterConfigurations` instead. * * @deprecated The 'initial_sku' field has been deprecated. Please use 'initial_configuration' instead. */ initialSku?: pulumi.Input; /** * (Optional) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's `displayName` is used as the prefix. * * For example, if the value is `mySDDC`, the ESXi hosts are named `mySDDC-1`, `mySDDC-2`, and so on. **Deprecated**. Please use `instanceDisplayNamePrefix` of `initialClusterConfigurations` instead. * * @deprecated The 'instance_display_name_prefix' field has been deprecated. Please use 'initial_configuration' instead. */ instanceDisplayNamePrefix?: pulumi.Input; /** * For SDDC with dense compute shapes, this parameter indicates whether to enable HCX Advanced for this SDDC. For SDDC with standard compute shapes, this parameter is equivalent to `isHcxEnterpriseEnabled`. */ isHcxEnabled?: pulumi.Input; /** * (Optional) Indicates whether shielded instance is enabled for this SDDC. **Deprecated**. Please use `isShieldedInstanceEnabled` of `initialClusterConfigurations` instead. * * @deprecated The 'is_shielded_instance_enabled' field has been deprecated. Please use 'initial_configuration' instead. */ isShieldedInstanceEnabled?: pulumi.Input; /** * Indicates whether this SDDC is designated for only single ESXi host. */ isSingleHostSddc?: pulumi.Input; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge Uplink 1 component of the VMware environment. **Deprecated**. Please use `nsxEdgeUplink1vlanId` of `networkConfiguration` instead. * * @deprecated The 'nsx_edge_uplink1vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ nsxEdgeUplink1vlanId?: pulumi.Input; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge Uplink 2 component of the VMware environment. **Deprecated**. Please use `nsxEdgeUplink2vlanId` of `networkConfiguration` instead. * * **Note:** This VLAN is reserved for future use to deploy public-facing applications on the VMware SDDC. * * @deprecated The 'nsx_edge_uplink2vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ nsxEdgeUplink2vlanId?: pulumi.Input; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX Edge VTEP component of the VMware environment. **Deprecated**. Please use `nsxEdgeVtepVlanId` of `networkConfiguration` instead. * * @deprecated The 'nsx_edge_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ nsxEdgeVtepVlanId?: pulumi.Input; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the NSX VTEP component of the VMware environment. **Deprecated**. Please use `nsxVtepVlanId` of `networkConfiguration` instead. * * @deprecated The 'nsx_vtep_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ nsxVtepVlanId?: pulumi.Input; /** * (Required) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the management subnet to use for provisioning the SDDC. **Deprecated**. Please use `provisioningSubnetId` of `networkConfiguration` instead. * * @deprecated The 'provisioning_subnet_id' field has been deprecated. Please use 'initial_configuration' instead. */ provisioningSubnetId?: pulumi.Input; /** * (Optional) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC for the Provisioning component of the VMware environment. **Deprecated**. Please use `provisioningVlanId` of `networkConfiguration` instead. * * @deprecated The 'provisioning_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ provisioningVlanId?: pulumi.Input; /** * (Updatable) HCX on-premise licenses status will be refreshed whenever the value of this field is changed. */ refreshHcxLicenseStatus?: pulumi.Input; /** * (Optional) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. **Deprecated**. Please use `replicationVlanId` of `networkConfiguration` instead. * * @deprecated The 'replication_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ replicationVlanId?: pulumi.Input; /** * (Updatable) The HCX on-premise licenses to be reserved when downgrade from HCX Enterprise to HCX Advanced. It should not be provided during resource creation. It is required and can only be set when the hcxAction is "DOWNGRADE". Its value can only be changed when hcxAction is updated. */ reservingHcxOnPremiseLicenseKeys?: pulumi.Input[] | undefined>; /** * (Updatable) The BYOL allocations used for VMware SDDC provisioning. */ sddcByolAllocationDetails?: pulumi.Input; /** * (Updatable) One or more public SSH keys to be included in the `~/.ssh/authorized_keys` file for the default user on each ESXi host. Use a newline character to separate multiple keys. The SSH keys must be in the format required for the `authorizedKeys` file */ sshAuthorizedKeys: pulumi.Input; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the vMotion component of the VMware environment. **Deprecated**. Please use `vmotionVlanId` of `networkConfiguration` instead. * * @deprecated The 'vmotion_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ vmotionVlanId?: pulumi.Input; /** * (Updatable) The VMware software bundle to install on the ESXi hosts in the SDDC. To get a list of the available versions, use [ListSupportedVmwareSoftwareVersions](https://docs.cloud.oracle.com/iaas/api/#/en/vmware/20200501/SupportedVmwareSoftwareVersionSummary/ListSupportedVmwareSoftwareVersions). */ vmwareSoftwareVersion: pulumi.Input; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the vSAN component of the VMware environment. **Deprecated**. Please use `vsanVlanId` of `networkConfiguration` instead. * * @deprecated The 'vsan_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ vsanVlanId?: pulumi.Input; /** * (Required) (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN to use for the vSphere component of the VMware environment. **Deprecated**. Please use `vsphereVlanId` of `networkConfiguration` instead. * * @deprecated The 'vsphere_vlan_id' field has been deprecated. Please use 'initial_configuration' instead. */ vsphereVlanId?: pulumi.Input; /** * (Optional) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. **Deprecated**. Please use `workloadNetworkCidr` of `initialClusterConfigurations` instead. * * ** IMPORTANT ** * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values * * @deprecated The 'workload_network_cidr' field has been deprecated. Please use 'initial_configuration' instead. */ workloadNetworkCidr?: pulumi.Input; } //# sourceMappingURL=sddc.d.ts.map