Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Ocvp.getSddc
Explore with Pulumi AI
This data source provides details about a specific Sddc resource in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.
Gets the specified SDDC’s information.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSddc = oci.Ocvp.getSddc({
    sddcId: testSddcOciOcvpSddc.id,
});
import pulumi
import pulumi_oci as oci
test_sddc = oci.Ocvp.get_sddc(sddc_id=test_sddc_oci_ocvp_sddc["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/ocvp"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := ocvp.GetSddc(ctx, &ocvp.GetSddcArgs{
			SddcId: testSddcOciOcvpSddc.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testSddc = Oci.Ocvp.GetSddc.Invoke(new()
    {
        SddcId = testSddcOciOcvpSddc.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Ocvp.OcvpFunctions;
import com.pulumi.oci.Ocvp.inputs.GetSddcArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testSddc = OcvpFunctions.getSddc(GetSddcArgs.builder()
            .sddcId(testSddcOciOcvpSddc.id())
            .build());
    }
}
variables:
  testSddc:
    fn::invoke:
      function: oci:Ocvp:getSddc
      arguments:
        sddcId: ${testSddcOciOcvpSddc.id}
Using getSddc
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 getSddc(args: GetSddcArgs, opts?: InvokeOptions): Promise<GetSddcResult>
function getSddcOutput(args: GetSddcOutputArgs, opts?: InvokeOptions): Output<GetSddcResult>def get_sddc(sddc_id: Optional[str] = None,
             opts: Optional[InvokeOptions] = None) -> GetSddcResult
def get_sddc_output(sddc_id: Optional[pulumi.Input[str]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[GetSddcResult]func LookupSddc(ctx *Context, args *LookupSddcArgs, opts ...InvokeOption) (*LookupSddcResult, error)
func LookupSddcOutput(ctx *Context, args *LookupSddcOutputArgs, opts ...InvokeOption) LookupSddcResultOutput> Note: This function is named LookupSddc in the Go SDK.
public static class GetSddc 
{
    public static Task<GetSddcResult> InvokeAsync(GetSddcArgs args, InvokeOptions? opts = null)
    public static Output<GetSddcResult> Invoke(GetSddcInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSddcResult> getSddc(GetSddcArgs args, InvokeOptions options)
public static Output<GetSddcResult> getSddc(GetSddcArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Ocvp/getSddc:getSddc
  arguments:
    # arguments dictionaryThe following arguments are supported:
getSddc Result
The following output properties are available:
- ActualEsxi intHosts Count 
- (Deprecated) 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. Please use actual_esxi_hosts_countofinitial_cluster_configurationsinstead.
- CapacityReservation stringId 
- The OCID of the Capacity Reservation.
- ClustersCount int
- The number of Clusters in the SDDC.
- CompartmentId string
- The OCID of the compartment that contains the SDDC.
- ComputeAvailability stringDomain 
- The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to multi-AD.
- Datastores
List<GetSddc Datastore> 
- A list of datastore info for the Cluster. This value is required only when initialHostShapeNameis a standard shape.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A descriptive name for the Cluster. Cluster 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.
- EsxiHosts intCount 
- The number of ESXi hosts to create in the Cluster. You can add more hosts later (see CreateEsxiHost). Creating a Cluster with a ESXi host count of 1 will be considered a single ESXi host Cluster.
- EsxiSoftware stringVersion 
- In general, this is a specific version of bundled ESXi software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- Dictionary<string, string>
- 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. Example: {"Department": "Finance"}
- HcxAction string
- HcxFqdn string
- The FQDN for HCX Manager. Example: hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- HcxInitial stringPassword 
- (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.getRetrievePassworddata source instead.
- HcxMode string
- HCX configuration of the SDDC.
- HcxOn stringPrem Key 
- (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 hcx_on_prem_licensesinstead.
- HcxOn List<GetPrem Licenses Sddc Hcx On Prem License> 
- The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- HcxPrivate stringIp Id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for HCX Manager. For information aboutPrivateIpobjects, see the Core Services API.
- HcxVlan stringId 
- The OCID of the VLAN used by the SDDC for the HCX component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster when HCX is enabled.
- Id string
- The OCID of the SDDC.
- InitialConfigurations List<GetSddc Initial Configuration> 
- Details of SDDC initial configuration
- InitialHost doubleOcpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use initial_host_ocpu_countofinitial_cluster_configurationsinstead.
- InitialHost stringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use initial_host_shape_nameofinitial_cluster_configurationsinstead.
- InitialSku string
- (Deprecated) The billing option selected during SDDC creation. ListSupportedSkus. Deprecated. Please use initial_commitmentofinitial_cluster_configurationsinstead.
- InstanceDisplay stringName Prefix 
- (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's displayNameis used as the prefix.
- IsHcx boolEnabled 
- (Deprecated) Indicates whether HCX is enabled for this SDDC. Deprecated. Please use hcx_modeinstead.
- IsHcx boolEnterprise Enabled 
- (Deprecated) Indicates whether HCX Enterprise is enabled for this SDDC. Deprecated. Please use hcx_modeinstead.
- IsHcx boolPending Downgrade 
- Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- IsShielded boolInstance Enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use is_shielded_instance_enabledofinitial_cluster_configurationsinstead.
- IsSingle boolHost Sddc 
- Indicates whether this SDDC is designated for only single ESXi host.
- NsxEdge stringUplink1vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- NsxEdge stringUplink2vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- NsxEdge stringUplink Ip Id 
- The OCID of the PrivateIpobject 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 aboutPrivateIpobjects, see the Core Services API.
- NsxEdge stringVtep Vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- NsxManager stringFqdn 
- The FQDN for NSX Manager. Example: nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- NsxManager stringInitial Password 
- (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.getRetrievePassworddata source instead.
- NsxManager stringPrivate Ip Id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for NSX Manager. For information aboutPrivateIpobjects, see the Core Services API.
- NsxManager stringUsername 
- 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.
- NsxOverlay stringSegment Name 
- (Deprecated) The VMware NSX overlay workload segment to host your application. Connect to workload portgroup in vCenter to access this overlay segment.
- NsxVtep stringVlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- ProvisioningSubnet stringId 
- (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use provisioning_subnet_idofnetwork_configurationinstead.
- ProvisioningVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use provisioning_vlan_idofnetwork_configurationinstead.
- RefreshHcx boolLicense Status 
- ReplicationVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use replication_vlan_idofnetwork_configurationinstead.
- ReservingHcx List<string>On Premise License Keys 
- SddcId string
- string
- One or more public SSH keys to be included in the ~/.ssh/authorized_keysfile 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 theauthorized_keysfile.
- State string
- The current state of the SDDC.
- TimeCreated string
- The date and time the SDDC was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- TimeHcx stringBilling Cycle End 
- The date and time current HCX Enterprise billing cycle ends, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- TimeHcx stringLicense Status Updated 
- The date and time the SDDC's HCX on-premise license status was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- TimeUpdated string
- The date and time the SDDC was updated, in the format defined by RFC3339.
- UpgradeLicenses List<GetSddc Upgrade License> 
- (Deprecated) The vSphere licenses to use when upgrading the SDDC.
- VcenterFqdn string
- The FQDN for vCenter. Example: vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- VcenterInitial stringPassword 
- (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.getRetrievePassworddata source instead.
- VcenterPrivate stringIp Id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for vCenter. For information aboutPrivateIpobjects, see the Core Services API.
- VcenterUsername string
- The SDDC includes an administrator username and password for vCenter. You can change this initial username to a different value in vCenter.
- VmotionVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- VmwareSoftware stringVersion 
- In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- VsanVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- VsphereUpgrade stringGuide 
- (Deprecated) The link to guidance for upgrading vSphere.
- VsphereUpgrade List<GetObjects Sddc Vsphere Upgrade Object> 
- (Deprecated) The links to binary objects needed to upgrade vSphere.
- VsphereVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- WorkloadNetwork stringCidr 
- (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use workload_network_cidrofinitial_cluster_configurationsinstead.
- ActualEsxi intHosts Count 
- (Deprecated) 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. Please use actual_esxi_hosts_countofinitial_cluster_configurationsinstead.
- CapacityReservation stringId 
- The OCID of the Capacity Reservation.
- ClustersCount int
- The number of Clusters in the SDDC.
- CompartmentId string
- The OCID of the compartment that contains the SDDC.
- ComputeAvailability stringDomain 
- The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to multi-AD.
- Datastores
[]GetSddc Datastore 
- A list of datastore info for the Cluster. This value is required only when initialHostShapeNameis a standard shape.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A descriptive name for the Cluster. Cluster 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.
- EsxiHosts intCount 
- The number of ESXi hosts to create in the Cluster. You can add more hosts later (see CreateEsxiHost). Creating a Cluster with a ESXi host count of 1 will be considered a single ESXi host Cluster.
- EsxiSoftware stringVersion 
- In general, this is a specific version of bundled ESXi software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- map[string]string
- 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. Example: {"Department": "Finance"}
- HcxAction string
- HcxFqdn string
- The FQDN for HCX Manager. Example: hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- HcxInitial stringPassword 
- (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.getRetrievePassworddata source instead.
- HcxMode string
- HCX configuration of the SDDC.
- HcxOn stringPrem Key 
- (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 hcx_on_prem_licensesinstead.
- HcxOn []GetPrem Licenses Sddc Hcx On Prem License 
- The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- HcxPrivate stringIp Id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for HCX Manager. For information aboutPrivateIpobjects, see the Core Services API.
- HcxVlan stringId 
- The OCID of the VLAN used by the SDDC for the HCX component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster when HCX is enabled.
- Id string
- The OCID of the SDDC.
- InitialConfigurations []GetSddc Initial Configuration 
- Details of SDDC initial configuration
- InitialHost float64Ocpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use initial_host_ocpu_countofinitial_cluster_configurationsinstead.
- InitialHost stringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use initial_host_shape_nameofinitial_cluster_configurationsinstead.
- InitialSku string
- (Deprecated) The billing option selected during SDDC creation. ListSupportedSkus. Deprecated. Please use initial_commitmentofinitial_cluster_configurationsinstead.
- InstanceDisplay stringName Prefix 
- (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's displayNameis used as the prefix.
- IsHcx boolEnabled 
- (Deprecated) Indicates whether HCX is enabled for this SDDC. Deprecated. Please use hcx_modeinstead.
- IsHcx boolEnterprise Enabled 
- (Deprecated) Indicates whether HCX Enterprise is enabled for this SDDC. Deprecated. Please use hcx_modeinstead.
- IsHcx boolPending Downgrade 
- Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- IsShielded boolInstance Enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use is_shielded_instance_enabledofinitial_cluster_configurationsinstead.
- IsSingle boolHost Sddc 
- Indicates whether this SDDC is designated for only single ESXi host.
- NsxEdge stringUplink1vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- NsxEdge stringUplink2vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- NsxEdge stringUplink Ip Id 
- The OCID of the PrivateIpobject 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 aboutPrivateIpobjects, see the Core Services API.
- NsxEdge stringVtep Vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- NsxManager stringFqdn 
- The FQDN for NSX Manager. Example: nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- NsxManager stringInitial Password 
- (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.getRetrievePassworddata source instead.
- NsxManager stringPrivate Ip Id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for NSX Manager. For information aboutPrivateIpobjects, see the Core Services API.
- NsxManager stringUsername 
- 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.
- NsxOverlay stringSegment Name 
- (Deprecated) The VMware NSX overlay workload segment to host your application. Connect to workload portgroup in vCenter to access this overlay segment.
- NsxVtep stringVlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- ProvisioningSubnet stringId 
- (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use provisioning_subnet_idofnetwork_configurationinstead.
- ProvisioningVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use provisioning_vlan_idofnetwork_configurationinstead.
- RefreshHcx boolLicense Status 
- ReplicationVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use replication_vlan_idofnetwork_configurationinstead.
- ReservingHcx []stringOn Premise License Keys 
- SddcId string
- string
- One or more public SSH keys to be included in the ~/.ssh/authorized_keysfile 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 theauthorized_keysfile.
- State string
- The current state of the SDDC.
- TimeCreated string
- The date and time the SDDC was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- TimeHcx stringBilling Cycle End 
- The date and time current HCX Enterprise billing cycle ends, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- TimeHcx stringLicense Status Updated 
- The date and time the SDDC's HCX on-premise license status was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- TimeUpdated string
- The date and time the SDDC was updated, in the format defined by RFC3339.
- UpgradeLicenses []GetSddc Upgrade License 
- (Deprecated) The vSphere licenses to use when upgrading the SDDC.
- VcenterFqdn string
- The FQDN for vCenter. Example: vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- VcenterInitial stringPassword 
- (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.getRetrievePassworddata source instead.
- VcenterPrivate stringIp Id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for vCenter. For information aboutPrivateIpobjects, see the Core Services API.
- VcenterUsername string
- The SDDC includes an administrator username and password for vCenter. You can change this initial username to a different value in vCenter.
- VmotionVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- VmwareSoftware stringVersion 
- In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- VsanVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- VsphereUpgrade stringGuide 
- (Deprecated) The link to guidance for upgrading vSphere.
- VsphereUpgrade []GetObjects Sddc Vsphere Upgrade Object 
- (Deprecated) The links to binary objects needed to upgrade vSphere.
- VsphereVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- WorkloadNetwork stringCidr 
- (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use workload_network_cidrofinitial_cluster_configurationsinstead.
- actualEsxi IntegerHosts Count 
- (Deprecated) 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. Please use actual_esxi_hosts_countofinitial_cluster_configurationsinstead.
- capacityReservation StringId 
- The OCID of the Capacity Reservation.
- clustersCount Integer
- The number of Clusters in the SDDC.
- compartmentId String
- The OCID of the compartment that contains the SDDC.
- computeAvailability StringDomain 
- The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to multi-AD.
- datastores
List<GetSddc Datastore> 
- A list of datastore info for the Cluster. This value is required only when initialHostShapeNameis a standard shape.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A descriptive name for the Cluster. Cluster 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.
- esxiHosts IntegerCount 
- The number of ESXi hosts to create in the Cluster. You can add more hosts later (see CreateEsxiHost). Creating a Cluster with a ESXi host count of 1 will be considered a single ESXi host Cluster.
- esxiSoftware StringVersion 
- In general, this is a specific version of bundled ESXi software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- Map<String,String>
- 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. Example: {"Department": "Finance"}
- hcxAction String
- hcxFqdn String
- The FQDN for HCX Manager. Example: hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- hcxInitial StringPassword 
- (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.getRetrievePassworddata source instead.
- hcxMode String
- HCX configuration of the SDDC.
- hcxOn StringPrem Key 
- (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 hcx_on_prem_licensesinstead.
- hcxOn List<GetPrem Licenses Sddc Hcx On Prem License> 
- The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- hcxPrivate StringIp Id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for HCX Manager. For information aboutPrivateIpobjects, see the Core Services API.
- hcxVlan StringId 
- The OCID of the VLAN used by the SDDC for the HCX component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster when HCX is enabled.
- id String
- The OCID of the SDDC.
- initialConfigurations List<GetSddc Initial Configuration> 
- Details of SDDC initial configuration
- initialHost DoubleOcpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use initial_host_ocpu_countofinitial_cluster_configurationsinstead.
- initialHost StringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use initial_host_shape_nameofinitial_cluster_configurationsinstead.
- initialSku String
- (Deprecated) The billing option selected during SDDC creation. ListSupportedSkus. Deprecated. Please use initial_commitmentofinitial_cluster_configurationsinstead.
- instanceDisplay StringName Prefix 
- (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's displayNameis used as the prefix.
- isHcx BooleanEnabled 
- (Deprecated) Indicates whether HCX is enabled for this SDDC. Deprecated. Please use hcx_modeinstead.
- isHcx BooleanEnterprise Enabled 
- (Deprecated) Indicates whether HCX Enterprise is enabled for this SDDC. Deprecated. Please use hcx_modeinstead.
- isHcx BooleanPending Downgrade 
- Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- isShielded BooleanInstance Enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use is_shielded_instance_enabledofinitial_cluster_configurationsinstead.
- isSingle BooleanHost Sddc 
- Indicates whether this SDDC is designated for only single ESXi host.
- nsxEdge StringUplink1vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsxEdge StringUplink2vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- nsxEdge StringUplink Ip Id 
- The OCID of the PrivateIpobject 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 aboutPrivateIpobjects, see the Core Services API.
- nsxEdge StringVtep Vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- nsxManager StringFqdn 
- The FQDN for NSX Manager. Example: nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- nsxManager StringInitial Password 
- (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.getRetrievePassworddata source instead.
- nsxManager StringPrivate Ip Id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for NSX Manager. For information aboutPrivateIpobjects, see the Core Services API.
- nsxManager StringUsername 
- 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.
- nsxOverlay StringSegment Name 
- (Deprecated) The VMware NSX overlay workload segment to host your application. Connect to workload portgroup in vCenter to access this overlay segment.
- nsxVtep StringVlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioningSubnet StringId 
- (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use provisioning_subnet_idofnetwork_configurationinstead.
- provisioningVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use provisioning_vlan_idofnetwork_configurationinstead.
- refreshHcx BooleanLicense Status 
- replicationVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use replication_vlan_idofnetwork_configurationinstead.
- reservingHcx List<String>On Premise License Keys 
- sddcId String
- String
- One or more public SSH keys to be included in the ~/.ssh/authorized_keysfile 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 theauthorized_keysfile.
- state String
- The current state of the SDDC.
- timeCreated String
- The date and time the SDDC was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- timeHcx StringBilling Cycle End 
- The date and time current HCX Enterprise billing cycle ends, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- timeHcx StringLicense Status Updated 
- The date and time the SDDC's HCX on-premise license status was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- timeUpdated String
- The date and time the SDDC was updated, in the format defined by RFC3339.
- upgradeLicenses List<GetSddc Upgrade License> 
- (Deprecated) The vSphere licenses to use when upgrading the SDDC.
- vcenterFqdn String
- The FQDN for vCenter. Example: vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- vcenterInitial StringPassword 
- (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.getRetrievePassworddata source instead.
- vcenterPrivate StringIp Id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for vCenter. For information aboutPrivateIpobjects, see the Core Services API.
- vcenterUsername String
- The SDDC includes an administrator username and password for vCenter. You can change this initial username to a different value in vCenter.
- vmotionVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- vmwareSoftware StringVersion 
- In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- vsanVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphereUpgrade StringGuide 
- (Deprecated) The link to guidance for upgrading vSphere.
- vsphereUpgrade List<GetObjects Sddc Vsphere Upgrade Object> 
- (Deprecated) The links to binary objects needed to upgrade vSphere.
- vsphereVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- workloadNetwork StringCidr 
- (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use workload_network_cidrofinitial_cluster_configurationsinstead.
- actualEsxi numberHosts Count 
- (Deprecated) 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. Please use actual_esxi_hosts_countofinitial_cluster_configurationsinstead.
- capacityReservation stringId 
- The OCID of the Capacity Reservation.
- clustersCount number
- The number of Clusters in the SDDC.
- compartmentId string
- The OCID of the compartment that contains the SDDC.
- computeAvailability stringDomain 
- The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to multi-AD.
- datastores
GetSddc Datastore[] 
- A list of datastore info for the Cluster. This value is required only when initialHostShapeNameis a standard shape.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A descriptive name for the Cluster. Cluster 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.
- esxiHosts numberCount 
- The number of ESXi hosts to create in the Cluster. You can add more hosts later (see CreateEsxiHost). Creating a Cluster with a ESXi host count of 1 will be considered a single ESXi host Cluster.
- esxiSoftware stringVersion 
- In general, this is a specific version of bundled ESXi software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- {[key: string]: string}
- 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. Example: {"Department": "Finance"}
- hcxAction string
- hcxFqdn string
- The FQDN for HCX Manager. Example: hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- hcxInitial stringPassword 
- (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.getRetrievePassworddata source instead.
- hcxMode string
- HCX configuration of the SDDC.
- hcxOn stringPrem Key 
- (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 hcx_on_prem_licensesinstead.
- hcxOn GetPrem Licenses Sddc Hcx On Prem License[] 
- The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- hcxPrivate stringIp Id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for HCX Manager. For information aboutPrivateIpobjects, see the Core Services API.
- hcxVlan stringId 
- The OCID of the VLAN used by the SDDC for the HCX component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster when HCX is enabled.
- id string
- The OCID of the SDDC.
- initialConfigurations GetSddc Initial Configuration[] 
- Details of SDDC initial configuration
- initialHost numberOcpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use initial_host_ocpu_countofinitial_cluster_configurationsinstead.
- initialHost stringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use initial_host_shape_nameofinitial_cluster_configurationsinstead.
- initialSku string
- (Deprecated) The billing option selected during SDDC creation. ListSupportedSkus. Deprecated. Please use initial_commitmentofinitial_cluster_configurationsinstead.
- instanceDisplay stringName Prefix 
- (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's displayNameis used as the prefix.
- isHcx booleanEnabled 
- (Deprecated) Indicates whether HCX is enabled for this SDDC. Deprecated. Please use hcx_modeinstead.
- isHcx booleanEnterprise Enabled 
- (Deprecated) Indicates whether HCX Enterprise is enabled for this SDDC. Deprecated. Please use hcx_modeinstead.
- isHcx booleanPending Downgrade 
- Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- isShielded booleanInstance Enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use is_shielded_instance_enabledofinitial_cluster_configurationsinstead.
- isSingle booleanHost Sddc 
- Indicates whether this SDDC is designated for only single ESXi host.
- nsxEdge stringUplink1vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsxEdge stringUplink2vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- nsxEdge stringUplink Ip Id 
- The OCID of the PrivateIpobject 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 aboutPrivateIpobjects, see the Core Services API.
- nsxEdge stringVtep Vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- nsxManager stringFqdn 
- The FQDN for NSX Manager. Example: nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- nsxManager stringInitial Password 
- (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.getRetrievePassworddata source instead.
- nsxManager stringPrivate Ip Id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for NSX Manager. For information aboutPrivateIpobjects, see the Core Services API.
- nsxManager stringUsername 
- 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.
- nsxOverlay stringSegment Name 
- (Deprecated) The VMware NSX overlay workload segment to host your application. Connect to workload portgroup in vCenter to access this overlay segment.
- nsxVtep stringVlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioningSubnet stringId 
- (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use provisioning_subnet_idofnetwork_configurationinstead.
- provisioningVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use provisioning_vlan_idofnetwork_configurationinstead.
- refreshHcx booleanLicense Status 
- replicationVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use replication_vlan_idofnetwork_configurationinstead.
- reservingHcx string[]On Premise License Keys 
- sddcId string
- string
- One or more public SSH keys to be included in the ~/.ssh/authorized_keysfile 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 theauthorized_keysfile.
- state string
- The current state of the SDDC.
- timeCreated string
- The date and time the SDDC was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- timeHcx stringBilling Cycle End 
- The date and time current HCX Enterprise billing cycle ends, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- timeHcx stringLicense Status Updated 
- The date and time the SDDC's HCX on-premise license status was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- timeUpdated string
- The date and time the SDDC was updated, in the format defined by RFC3339.
- upgradeLicenses GetSddc Upgrade License[] 
- (Deprecated) The vSphere licenses to use when upgrading the SDDC.
- vcenterFqdn string
- The FQDN for vCenter. Example: vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- vcenterInitial stringPassword 
- (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.getRetrievePassworddata source instead.
- vcenterPrivate stringIp Id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for vCenter. For information aboutPrivateIpobjects, see the Core Services API.
- vcenterUsername string
- The SDDC includes an administrator username and password for vCenter. You can change this initial username to a different value in vCenter.
- vmotionVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- vmwareSoftware stringVersion 
- In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- vsanVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphereUpgrade stringGuide 
- (Deprecated) The link to guidance for upgrading vSphere.
- vsphereUpgrade GetObjects Sddc Vsphere Upgrade Object[] 
- (Deprecated) The links to binary objects needed to upgrade vSphere.
- vsphereVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- workloadNetwork stringCidr 
- (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use workload_network_cidrofinitial_cluster_configurationsinstead.
- actual_esxi_ inthosts_ count 
- (Deprecated) 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. Please use actual_esxi_hosts_countofinitial_cluster_configurationsinstead.
- capacity_reservation_ strid 
- The OCID of the Capacity Reservation.
- clusters_count int
- The number of Clusters in the SDDC.
- compartment_id str
- The OCID of the compartment that contains the SDDC.
- compute_availability_ strdomain 
- The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to multi-AD.
- datastores
Sequence[GetSddc Datastore] 
- A list of datastore info for the Cluster. This value is required only when initialHostShapeNameis a standard shape.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A descriptive name for the Cluster. Cluster 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.
- esxi_hosts_ intcount 
- The number of ESXi hosts to create in the Cluster. You can add more hosts later (see CreateEsxiHost). Creating a Cluster with a ESXi host count of 1 will be considered a single ESXi host Cluster.
- esxi_software_ strversion 
- In general, this is a specific version of bundled ESXi software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- Mapping[str, str]
- 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. Example: {"Department": "Finance"}
- hcx_action str
- hcx_fqdn str
- The FQDN for HCX Manager. Example: hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- hcx_initial_ strpassword 
- (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.getRetrievePassworddata source instead.
- hcx_mode str
- HCX configuration of the SDDC.
- hcx_on_ strprem_ key 
- (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 hcx_on_prem_licensesinstead.
- hcx_on_ Sequence[Getprem_ licenses Sddc Hcx On Prem License] 
- The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- hcx_private_ strip_ id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for HCX Manager. For information aboutPrivateIpobjects, see the Core Services API.
- hcx_vlan_ strid 
- The OCID of the VLAN used by the SDDC for the HCX component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster when HCX is enabled.
- id str
- The OCID of the SDDC.
- initial_configurations Sequence[GetSddc Initial Configuration] 
- Details of SDDC initial configuration
- initial_host_ floatocpu_ count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use initial_host_ocpu_countofinitial_cluster_configurationsinstead.
- initial_host_ strshape_ name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use initial_host_shape_nameofinitial_cluster_configurationsinstead.
- initial_sku str
- (Deprecated) The billing option selected during SDDC creation. ListSupportedSkus. Deprecated. Please use initial_commitmentofinitial_cluster_configurationsinstead.
- instance_display_ strname_ prefix 
- (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's displayNameis used as the prefix.
- is_hcx_ boolenabled 
- (Deprecated) Indicates whether HCX is enabled for this SDDC. Deprecated. Please use hcx_modeinstead.
- is_hcx_ boolenterprise_ enabled 
- (Deprecated) Indicates whether HCX Enterprise is enabled for this SDDC. Deprecated. Please use hcx_modeinstead.
- is_hcx_ boolpending_ downgrade 
- Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- is_shielded_ boolinstance_ enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use is_shielded_instance_enabledofinitial_cluster_configurationsinstead.
- is_single_ boolhost_ sddc 
- Indicates whether this SDDC is designated for only single ESXi host.
- nsx_edge_ struplink1vlan_ id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsx_edge_ struplink2vlan_ id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- nsx_edge_ struplink_ ip_ id 
- The OCID of the PrivateIpobject 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 aboutPrivateIpobjects, see the Core Services API.
- nsx_edge_ strvtep_ vlan_ id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- nsx_manager_ strfqdn 
- The FQDN for NSX Manager. Example: nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- nsx_manager_ strinitial_ password 
- (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.getRetrievePassworddata source instead.
- nsx_manager_ strprivate_ ip_ id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for NSX Manager. For information aboutPrivateIpobjects, see the Core Services API.
- nsx_manager_ strusername 
- 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.
- nsx_overlay_ strsegment_ name 
- (Deprecated) The VMware NSX overlay workload segment to host your application. Connect to workload portgroup in vCenter to access this overlay segment.
- nsx_vtep_ strvlan_ id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioning_subnet_ strid 
- (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use provisioning_subnet_idofnetwork_configurationinstead.
- provisioning_vlan_ strid 
- (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use provisioning_vlan_idofnetwork_configurationinstead.
- refresh_hcx_ boollicense_ status 
- replication_vlan_ strid 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use replication_vlan_idofnetwork_configurationinstead.
- reserving_hcx_ Sequence[str]on_ premise_ license_ keys 
- sddc_id str
- str
- One or more public SSH keys to be included in the ~/.ssh/authorized_keysfile 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 theauthorized_keysfile.
- state str
- The current state of the SDDC.
- time_created str
- The date and time the SDDC was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- time_hcx_ strbilling_ cycle_ end 
- The date and time current HCX Enterprise billing cycle ends, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- time_hcx_ strlicense_ status_ updated 
- The date and time the SDDC's HCX on-premise license status was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- time_updated str
- The date and time the SDDC was updated, in the format defined by RFC3339.
- upgrade_licenses Sequence[GetSddc Upgrade License] 
- (Deprecated) The vSphere licenses to use when upgrading the SDDC.
- vcenter_fqdn str
- The FQDN for vCenter. Example: vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- vcenter_initial_ strpassword 
- (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.getRetrievePassworddata source instead.
- vcenter_private_ strip_ id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for vCenter. For information aboutPrivateIpobjects, see the Core Services API.
- vcenter_username str
- The SDDC includes an administrator username and password for vCenter. You can change this initial username to a different value in vCenter.
- vmotion_vlan_ strid 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- vmware_software_ strversion 
- In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- vsan_vlan_ strid 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphere_upgrade_ strguide 
- (Deprecated) The link to guidance for upgrading vSphere.
- vsphere_upgrade_ Sequence[Getobjects Sddc Vsphere Upgrade Object] 
- (Deprecated) The links to binary objects needed to upgrade vSphere.
- vsphere_vlan_ strid 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- workload_network_ strcidr 
- (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use workload_network_cidrofinitial_cluster_configurationsinstead.
- actualEsxi NumberHosts Count 
- (Deprecated) 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. Please use actual_esxi_hosts_countofinitial_cluster_configurationsinstead.
- capacityReservation StringId 
- The OCID of the Capacity Reservation.
- clustersCount Number
- The number of Clusters in the SDDC.
- compartmentId String
- The OCID of the compartment that contains the SDDC.
- computeAvailability StringDomain 
- The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to multi-AD.
- datastores List<Property Map>
- A list of datastore info for the Cluster. This value is required only when initialHostShapeNameis a standard shape.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A descriptive name for the Cluster. Cluster 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.
- esxiHosts NumberCount 
- The number of ESXi hosts to create in the Cluster. You can add more hosts later (see CreateEsxiHost). Creating a Cluster with a ESXi host count of 1 will be considered a single ESXi host Cluster.
- esxiSoftware StringVersion 
- In general, this is a specific version of bundled ESXi software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- Map<String>
- 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. Example: {"Department": "Finance"}
- hcxAction String
- hcxFqdn String
- The FQDN for HCX Manager. Example: hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- hcxInitial StringPassword 
- (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.getRetrievePassworddata source instead.
- hcxMode String
- HCX configuration of the SDDC.
- hcxOn StringPrem Key 
- (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 hcx_on_prem_licensesinstead.
- hcxOn List<Property Map>Prem Licenses 
- The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- hcxPrivate StringIp Id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for HCX Manager. For information aboutPrivateIpobjects, see the Core Services API.
- hcxVlan StringId 
- The OCID of the VLAN used by the SDDC for the HCX component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster when HCX is enabled.
- id String
- The OCID of the SDDC.
- initialConfigurations List<Property Map>
- Details of SDDC initial configuration
- initialHost NumberOcpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use initial_host_ocpu_countofinitial_cluster_configurationsinstead.
- initialHost StringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use initial_host_shape_nameofinitial_cluster_configurationsinstead.
- initialSku String
- (Deprecated) The billing option selected during SDDC creation. ListSupportedSkus. Deprecated. Please use initial_commitmentofinitial_cluster_configurationsinstead.
- instanceDisplay StringName Prefix 
- (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's displayNameis used as the prefix.
- isHcx BooleanEnabled 
- (Deprecated) Indicates whether HCX is enabled for this SDDC. Deprecated. Please use hcx_modeinstead.
- isHcx BooleanEnterprise Enabled 
- (Deprecated) Indicates whether HCX Enterprise is enabled for this SDDC. Deprecated. Please use hcx_modeinstead.
- isHcx BooleanPending Downgrade 
- Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- isShielded BooleanInstance Enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use is_shielded_instance_enabledofinitial_cluster_configurationsinstead.
- isSingle BooleanHost Sddc 
- Indicates whether this SDDC is designated for only single ESXi host.
- nsxEdge StringUplink1vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsxEdge StringUplink2vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- nsxEdge StringUplink Ip Id 
- The OCID of the PrivateIpobject 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 aboutPrivateIpobjects, see the Core Services API.
- nsxEdge StringVtep Vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- nsxManager StringFqdn 
- The FQDN for NSX Manager. Example: nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- nsxManager StringInitial Password 
- (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.getRetrievePassworddata source instead.
- nsxManager StringPrivate Ip Id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for NSX Manager. For information aboutPrivateIpobjects, see the Core Services API.
- nsxManager StringUsername 
- 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.
- nsxOverlay StringSegment Name 
- (Deprecated) The VMware NSX overlay workload segment to host your application. Connect to workload portgroup in vCenter to access this overlay segment.
- nsxVtep StringVlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioningSubnet StringId 
- (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use provisioning_subnet_idofnetwork_configurationinstead.
- provisioningVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use provisioning_vlan_idofnetwork_configurationinstead.
- refreshHcx BooleanLicense Status 
- replicationVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use replication_vlan_idofnetwork_configurationinstead.
- reservingHcx List<String>On Premise License Keys 
- sddcId String
- String
- One or more public SSH keys to be included in the ~/.ssh/authorized_keysfile 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 theauthorized_keysfile.
- state String
- The current state of the SDDC.
- timeCreated String
- The date and time the SDDC was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- timeHcx StringBilling Cycle End 
- The date and time current HCX Enterprise billing cycle ends, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- timeHcx StringLicense Status Updated 
- The date and time the SDDC's HCX on-premise license status was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- timeUpdated String
- The date and time the SDDC was updated, in the format defined by RFC3339.
- upgradeLicenses List<Property Map>
- (Deprecated) The vSphere licenses to use when upgrading the SDDC.
- vcenterFqdn String
- The FQDN for vCenter. Example: vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- vcenterInitial StringPassword 
- (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.getRetrievePassworddata source instead.
- vcenterPrivate StringIp Id 
- The OCID of the PrivateIpobject that is the virtual IP (VIP) for vCenter. For information aboutPrivateIpobjects, see the Core Services API.
- vcenterUsername String
- The SDDC includes an administrator username and password for vCenter. You can change this initial username to a different value in vCenter.
- vmotionVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- vmwareSoftware StringVersion 
- In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- vsanVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphereUpgrade StringGuide 
- (Deprecated) The link to guidance for upgrading vSphere.
- vsphereUpgrade List<Property Map>Objects 
- (Deprecated) The links to binary objects needed to upgrade vSphere.
- vsphereVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- workloadNetwork StringCidr 
- (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use workload_network_cidrofinitial_cluster_configurationsinstead.
Supporting Types
GetSddcDatastore  
- BlockVolume List<string>Ids 
- A list of OCIDs of Block Storage Volumes.
- Capacity double
- Size of the Block Storage Volume in GB.
- DatastoreType string
- Type of the datastore.
- BlockVolume []stringIds 
- A list of OCIDs of Block Storage Volumes.
- Capacity float64
- Size of the Block Storage Volume in GB.
- DatastoreType string
- Type of the datastore.
- blockVolume List<String>Ids 
- A list of OCIDs of Block Storage Volumes.
- capacity Double
- Size of the Block Storage Volume in GB.
- datastoreType String
- Type of the datastore.
- blockVolume string[]Ids 
- A list of OCIDs of Block Storage Volumes.
- capacity number
- Size of the Block Storage Volume in GB.
- datastoreType string
- Type of the datastore.
- block_volume_ Sequence[str]ids 
- A list of OCIDs of Block Storage Volumes.
- capacity float
- Size of the Block Storage Volume in GB.
- datastore_type str
- Type of the datastore.
- blockVolume List<String>Ids 
- A list of OCIDs of Block Storage Volumes.
- capacity Number
- Size of the Block Storage Volume in GB.
- datastoreType String
- Type of the datastore.
GetSddcHcxOnPremLicense     
- ActivationKey string
- HCX on-premise license key value.
- Status string
- status of HCX on-premise license.
- SystemName string
- Name of the system that consumed the HCX on-premise license
- ActivationKey string
- HCX on-premise license key value.
- Status string
- status of HCX on-premise license.
- SystemName string
- Name of the system that consumed the HCX on-premise license
- activationKey String
- HCX on-premise license key value.
- status String
- status of HCX on-premise license.
- systemName String
- Name of the system that consumed the HCX on-premise license
- activationKey string
- HCX on-premise license key value.
- status string
- status of HCX on-premise license.
- systemName string
- Name of the system that consumed the HCX on-premise license
- activation_key str
- HCX on-premise license key value.
- status str
- status of HCX on-premise license.
- system_name str
- Name of the system that consumed the HCX on-premise license
- activationKey String
- HCX on-premise license key value.
- status String
- status of HCX on-premise license.
- systemName String
- Name of the system that consumed the HCX on-premise license
GetSddcInitialConfiguration   
- InitialCluster List<GetConfigurations Sddc Initial Configuration Initial Cluster Configuration> 
- The configurations for Clusters initially created in the SDDC.
- InitialCluster []GetConfigurations Sddc Initial Configuration Initial Cluster Configuration 
- The configurations for Clusters initially created in the SDDC.
- initialCluster List<GetConfigurations Sddc Initial Configuration Initial Cluster Configuration> 
- The configurations for Clusters initially created in the SDDC.
- initialCluster GetConfigurations Sddc Initial Configuration Initial Cluster Configuration[] 
- The configurations for Clusters initially created in the SDDC.
- initial_cluster_ Sequence[Getconfigurations Sddc Initial Configuration Initial Cluster Configuration] 
- The configurations for Clusters initially created in the SDDC.
- initialCluster List<Property Map>Configurations 
- The configurations for Clusters initially created in the SDDC.
GetSddcInitialConfigurationInitialClusterConfiguration      
- ActualEsxi intHosts Count 
- (Deprecated) 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. Please use actual_esxi_hosts_countofinitial_cluster_configurationsinstead.
- CapacityReservation stringId 
- The OCID of the Capacity Reservation.
- ComputeAvailability stringDomain 
- The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to multi-AD.
- Datastores
List<GetSddc Initial Configuration Initial Cluster Configuration Datastore> 
- A list of datastore info for the Cluster. This value is required only when initialHostShapeNameis a standard shape.
- DisplayName string
- A descriptive name for the Cluster. Cluster 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.
- EsxiHosts intCount 
- The number of ESXi hosts to create in the Cluster. You can add more hosts later (see CreateEsxiHost). Creating a Cluster with a ESXi host count of 1 will be considered a single ESXi host Cluster.
- InitialCommitment string
- The billing option selected during Cluster creation. ListSupportedCommitments.
- InitialHost doubleOcpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use initial_host_ocpu_countofinitial_cluster_configurationsinstead.
- InitialHost stringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use initial_host_shape_nameofinitial_cluster_configurationsinstead.
- InstanceDisplay stringName Prefix 
- (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's displayNameis used as the prefix.
- IsShielded boolInstance Enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use is_shielded_instance_enabledofinitial_cluster_configurationsinstead.
- NetworkConfigurations List<GetSddc Initial Configuration Initial Cluster Configuration Network Configuration> 
- The network configurations used by Cluster, including OCIDs of the management subnet and VLANs.
- VsphereType string
- vSphere Cluster types.
- WorkloadNetwork stringCidr 
- (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use workload_network_cidrofinitial_cluster_configurationsinstead.
- ActualEsxi intHosts Count 
- (Deprecated) 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. Please use actual_esxi_hosts_countofinitial_cluster_configurationsinstead.
- CapacityReservation stringId 
- The OCID of the Capacity Reservation.
- ComputeAvailability stringDomain 
- The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to multi-AD.
- Datastores
[]GetSddc Initial Configuration Initial Cluster Configuration Datastore 
- A list of datastore info for the Cluster. This value is required only when initialHostShapeNameis a standard shape.
- DisplayName string
- A descriptive name for the Cluster. Cluster 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.
- EsxiHosts intCount 
- The number of ESXi hosts to create in the Cluster. You can add more hosts later (see CreateEsxiHost). Creating a Cluster with a ESXi host count of 1 will be considered a single ESXi host Cluster.
- InitialCommitment string
- The billing option selected during Cluster creation. ListSupportedCommitments.
- InitialHost float64Ocpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use initial_host_ocpu_countofinitial_cluster_configurationsinstead.
- InitialHost stringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use initial_host_shape_nameofinitial_cluster_configurationsinstead.
- InstanceDisplay stringName Prefix 
- (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's displayNameis used as the prefix.
- IsShielded boolInstance Enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use is_shielded_instance_enabledofinitial_cluster_configurationsinstead.
- NetworkConfigurations []GetSddc Initial Configuration Initial Cluster Configuration Network Configuration 
- The network configurations used by Cluster, including OCIDs of the management subnet and VLANs.
- VsphereType string
- vSphere Cluster types.
- WorkloadNetwork stringCidr 
- (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use workload_network_cidrofinitial_cluster_configurationsinstead.
- actualEsxi IntegerHosts Count 
- (Deprecated) 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. Please use actual_esxi_hosts_countofinitial_cluster_configurationsinstead.
- capacityReservation StringId 
- The OCID of the Capacity Reservation.
- computeAvailability StringDomain 
- The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to multi-AD.
- datastores
List<GetSddc Initial Configuration Initial Cluster Configuration Datastore> 
- A list of datastore info for the Cluster. This value is required only when initialHostShapeNameis a standard shape.
- displayName String
- A descriptive name for the Cluster. Cluster 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.
- esxiHosts IntegerCount 
- The number of ESXi hosts to create in the Cluster. You can add more hosts later (see CreateEsxiHost). Creating a Cluster with a ESXi host count of 1 will be considered a single ESXi host Cluster.
- initialCommitment String
- The billing option selected during Cluster creation. ListSupportedCommitments.
- initialHost DoubleOcpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use initial_host_ocpu_countofinitial_cluster_configurationsinstead.
- initialHost StringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use initial_host_shape_nameofinitial_cluster_configurationsinstead.
- instanceDisplay StringName Prefix 
- (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's displayNameis used as the prefix.
- isShielded BooleanInstance Enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use is_shielded_instance_enabledofinitial_cluster_configurationsinstead.
- networkConfigurations List<GetSddc Initial Configuration Initial Cluster Configuration Network Configuration> 
- The network configurations used by Cluster, including OCIDs of the management subnet and VLANs.
- vsphereType String
- vSphere Cluster types.
- workloadNetwork StringCidr 
- (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use workload_network_cidrofinitial_cluster_configurationsinstead.
- actualEsxi numberHosts Count 
- (Deprecated) 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. Please use actual_esxi_hosts_countofinitial_cluster_configurationsinstead.
- capacityReservation stringId 
- The OCID of the Capacity Reservation.
- computeAvailability stringDomain 
- The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to multi-AD.
- datastores
GetSddc Initial Configuration Initial Cluster Configuration Datastore[] 
- A list of datastore info for the Cluster. This value is required only when initialHostShapeNameis a standard shape.
- displayName string
- A descriptive name for the Cluster. Cluster 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.
- esxiHosts numberCount 
- The number of ESXi hosts to create in the Cluster. You can add more hosts later (see CreateEsxiHost). Creating a Cluster with a ESXi host count of 1 will be considered a single ESXi host Cluster.
- initialCommitment string
- The billing option selected during Cluster creation. ListSupportedCommitments.
- initialHost numberOcpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use initial_host_ocpu_countofinitial_cluster_configurationsinstead.
- initialHost stringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use initial_host_shape_nameofinitial_cluster_configurationsinstead.
- instanceDisplay stringName Prefix 
- (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's displayNameis used as the prefix.
- isShielded booleanInstance Enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use is_shielded_instance_enabledofinitial_cluster_configurationsinstead.
- networkConfigurations GetSddc Initial Configuration Initial Cluster Configuration Network Configuration[] 
- The network configurations used by Cluster, including OCIDs of the management subnet and VLANs.
- vsphereType string
- vSphere Cluster types.
- workloadNetwork stringCidr 
- (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use workload_network_cidrofinitial_cluster_configurationsinstead.
- actual_esxi_ inthosts_ count 
- (Deprecated) 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. Please use actual_esxi_hosts_countofinitial_cluster_configurationsinstead.
- capacity_reservation_ strid 
- The OCID of the Capacity Reservation.
- compute_availability_ strdomain 
- The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to multi-AD.
- datastores
Sequence[GetSddc Initial Configuration Initial Cluster Configuration Datastore] 
- A list of datastore info for the Cluster. This value is required only when initialHostShapeNameis a standard shape.
- display_name str
- A descriptive name for the Cluster. Cluster 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.
- esxi_hosts_ intcount 
- The number of ESXi hosts to create in the Cluster. You can add more hosts later (see CreateEsxiHost). Creating a Cluster with a ESXi host count of 1 will be considered a single ESXi host Cluster.
- initial_commitment str
- The billing option selected during Cluster creation. ListSupportedCommitments.
- initial_host_ floatocpu_ count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use initial_host_ocpu_countofinitial_cluster_configurationsinstead.
- initial_host_ strshape_ name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use initial_host_shape_nameofinitial_cluster_configurationsinstead.
- instance_display_ strname_ prefix 
- (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's displayNameis used as the prefix.
- is_shielded_ boolinstance_ enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use is_shielded_instance_enabledofinitial_cluster_configurationsinstead.
- network_configurations Sequence[GetSddc Initial Configuration Initial Cluster Configuration Network Configuration] 
- The network configurations used by Cluster, including OCIDs of the management subnet and VLANs.
- vsphere_type str
- vSphere Cluster types.
- workload_network_ strcidr 
- (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use workload_network_cidrofinitial_cluster_configurationsinstead.
- actualEsxi NumberHosts Count 
- (Deprecated) 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. Please use actual_esxi_hosts_countofinitial_cluster_configurationsinstead.
- capacityReservation StringId 
- The OCID of the Capacity Reservation.
- computeAvailability StringDomain 
- The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to multi-AD.
- datastores List<Property Map>
- A list of datastore info for the Cluster. This value is required only when initialHostShapeNameis a standard shape.
- displayName String
- A descriptive name for the Cluster. Cluster 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.
- esxiHosts NumberCount 
- The number of ESXi hosts to create in the Cluster. You can add more hosts later (see CreateEsxiHost). Creating a Cluster with a ESXi host count of 1 will be considered a single ESXi host Cluster.
- initialCommitment String
- The billing option selected during Cluster creation. ListSupportedCommitments.
- initialHost NumberOcpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use initial_host_ocpu_countofinitial_cluster_configurationsinstead.
- initialHost StringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use initial_host_shape_nameofinitial_cluster_configurationsinstead.
- instanceDisplay StringName Prefix 
- (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's displayNameis used as the prefix.
- isShielded BooleanInstance Enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use is_shielded_instance_enabledofinitial_cluster_configurationsinstead.
- networkConfigurations List<Property Map>
- The network configurations used by Cluster, including OCIDs of the management subnet and VLANs.
- vsphereType String
- vSphere Cluster types.
- workloadNetwork StringCidr 
- (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use workload_network_cidrofinitial_cluster_configurationsinstead.
GetSddcInitialConfigurationInitialClusterConfigurationDatastore       
- BlockVolume List<string>Ids 
- A list of OCIDs of Block Storage Volumes.
- DatastoreType string
- Type of the datastore.
- BlockVolume []stringIds 
- A list of OCIDs of Block Storage Volumes.
- DatastoreType string
- Type of the datastore.
- blockVolume List<String>Ids 
- A list of OCIDs of Block Storage Volumes.
- datastoreType String
- Type of the datastore.
- blockVolume string[]Ids 
- A list of OCIDs of Block Storage Volumes.
- datastoreType string
- Type of the datastore.
- block_volume_ Sequence[str]ids 
- A list of OCIDs of Block Storage Volumes.
- datastore_type str
- Type of the datastore.
- blockVolume List<String>Ids 
- A list of OCIDs of Block Storage Volumes.
- datastoreType String
- Type of the datastore.
GetSddcInitialConfigurationInitialClusterConfigurationNetworkConfiguration        
- HcxVlan stringId 
- The OCID of the VLAN used by the SDDC for the HCX component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster when HCX is enabled.
- NsxEdge stringUplink1vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- NsxEdge stringUplink2vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- NsxEdge stringVtep Vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- NsxVtep stringVlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- ProvisioningSubnet stringId 
- (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use provisioning_subnet_idofnetwork_configurationinstead.
- ProvisioningVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use provisioning_vlan_idofnetwork_configurationinstead.
- ReplicationVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use replication_vlan_idofnetwork_configurationinstead.
- VmotionVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- VsanVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- VsphereVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- HcxVlan stringId 
- The OCID of the VLAN used by the SDDC for the HCX component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster when HCX is enabled.
- NsxEdge stringUplink1vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- NsxEdge stringUplink2vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- NsxEdge stringVtep Vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- NsxVtep stringVlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- ProvisioningSubnet stringId 
- (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use provisioning_subnet_idofnetwork_configurationinstead.
- ProvisioningVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use provisioning_vlan_idofnetwork_configurationinstead.
- ReplicationVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use replication_vlan_idofnetwork_configurationinstead.
- VmotionVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- VsanVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- VsphereVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- hcxVlan StringId 
- The OCID of the VLAN used by the SDDC for the HCX component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster when HCX is enabled.
- nsxEdge StringUplink1vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsxEdge StringUplink2vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- nsxEdge StringVtep Vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- nsxVtep StringVlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioningSubnet StringId 
- (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use provisioning_subnet_idofnetwork_configurationinstead.
- provisioningVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use provisioning_vlan_idofnetwork_configurationinstead.
- replicationVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use replication_vlan_idofnetwork_configurationinstead.
- vmotionVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- vsanVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphereVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- hcxVlan stringId 
- The OCID of the VLAN used by the SDDC for the HCX component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster when HCX is enabled.
- nsxEdge stringUplink1vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsxEdge stringUplink2vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- nsxEdge stringVtep Vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- nsxVtep stringVlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioningSubnet stringId 
- (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use provisioning_subnet_idofnetwork_configurationinstead.
- provisioningVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use provisioning_vlan_idofnetwork_configurationinstead.
- replicationVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use replication_vlan_idofnetwork_configurationinstead.
- vmotionVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- vsanVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphereVlan stringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- hcx_vlan_ strid 
- The OCID of the VLAN used by the SDDC for the HCX component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster when HCX is enabled.
- nsx_edge_ struplink1vlan_ id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsx_edge_ struplink2vlan_ id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- nsx_edge_ strvtep_ vlan_ id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- nsx_vtep_ strvlan_ id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioning_subnet_ strid 
- (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use provisioning_subnet_idofnetwork_configurationinstead.
- provisioning_vlan_ strid 
- (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use provisioning_vlan_idofnetwork_configurationinstead.
- replication_vlan_ strid 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use replication_vlan_idofnetwork_configurationinstead.
- vmotion_vlan_ strid 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- vsan_vlan_ strid 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphere_vlan_ strid 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- hcxVlan StringId 
- The OCID of the VLAN used by the SDDC for the HCX component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster when HCX is enabled.
- nsxEdge StringUplink1vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsxEdge StringUplink2vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- nsxEdge StringVtep Vlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- nsxVtep StringVlan Id 
- (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioningSubnet StringId 
- (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use provisioning_subnet_idofnetwork_configurationinstead.
- provisioningVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use provisioning_vlan_idofnetwork_configurationinstead.
- replicationVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use replication_vlan_idofnetwork_configurationinstead.
- vmotionVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- vsanVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphereVlan StringId 
- (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
GetSddcUpgradeLicense   
- LicenseKey string
- vSphere license key value.
- LicenseType string
- vSphere license type.
- LicenseKey string
- vSphere license key value.
- LicenseType string
- vSphere license type.
- licenseKey String
- vSphere license key value.
- licenseType String
- vSphere license type.
- licenseKey string
- vSphere license key value.
- licenseType string
- vSphere license type.
- license_key str
- vSphere license key value.
- license_type str
- vSphere license type.
- licenseKey String
- vSphere license key value.
- licenseType String
- vSphere license type.
GetSddcVsphereUpgradeObject    
- DownloadLink string
- Binary object download link.
- LinkDescription string
- Binary object description.
- DownloadLink string
- Binary object download link.
- LinkDescription string
- Binary object description.
- downloadLink String
- Binary object download link.
- linkDescription String
- Binary object description.
- downloadLink string
- Binary object download link.
- linkDescription string
- Binary object description.
- download_link str
- Binary object download link.
- link_description str
- Binary object description.
- downloadLink String
- Binary object download link.
- linkDescription String
- Binary object description.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.