Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Ocvp.getSddcs
Explore with Pulumi AI
This data source provides the list of Sddcs in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.
Lists the SDDCs in the specified compartment. The list can be filtered by display name or availability domain.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSddcs = oci.Ocvp.getSddcs({
    compartmentId: compartmentId,
    computeAvailabilityDomain: sddcComputeAvailabilityDomain,
    displayName: sddcDisplayName,
    state: sddcState,
});
import pulumi
import pulumi_oci as oci
test_sddcs = oci.Ocvp.get_sddcs(compartment_id=compartment_id,
    compute_availability_domain=sddc_compute_availability_domain,
    display_name=sddc_display_name,
    state=sddc_state)
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.GetSddcs(ctx, &ocvp.GetSddcsArgs{
			CompartmentId:             compartmentId,
			ComputeAvailabilityDomain: pulumi.StringRef(sddcComputeAvailabilityDomain),
			DisplayName:               pulumi.StringRef(sddcDisplayName),
			State:                     pulumi.StringRef(sddcState),
		}, 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 testSddcs = Oci.Ocvp.GetSddcs.Invoke(new()
    {
        CompartmentId = compartmentId,
        ComputeAvailabilityDomain = sddcComputeAvailabilityDomain,
        DisplayName = sddcDisplayName,
        State = sddcState,
    });
});
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.GetSddcsArgs;
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 testSddcs = OcvpFunctions.getSddcs(GetSddcsArgs.builder()
            .compartmentId(compartmentId)
            .computeAvailabilityDomain(sddcComputeAvailabilityDomain)
            .displayName(sddcDisplayName)
            .state(sddcState)
            .build());
    }
}
variables:
  testSddcs:
    fn::invoke:
      function: oci:Ocvp:getSddcs
      arguments:
        compartmentId: ${compartmentId}
        computeAvailabilityDomain: ${sddcComputeAvailabilityDomain}
        displayName: ${sddcDisplayName}
        state: ${sddcState}
Using getSddcs
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 getSddcs(args: GetSddcsArgs, opts?: InvokeOptions): Promise<GetSddcsResult>
function getSddcsOutput(args: GetSddcsOutputArgs, opts?: InvokeOptions): Output<GetSddcsResult>def get_sddcs(compartment_id: Optional[str] = None,
              compute_availability_domain: Optional[str] = None,
              display_name: Optional[str] = None,
              filters: Optional[Sequence[GetSddcsFilter]] = None,
              state: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetSddcsResult
def get_sddcs_output(compartment_id: Optional[pulumi.Input[str]] = None,
              compute_availability_domain: Optional[pulumi.Input[str]] = None,
              display_name: Optional[pulumi.Input[str]] = None,
              filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetSddcsFilterArgs]]]] = None,
              state: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetSddcsResult]func GetSddcs(ctx *Context, args *GetSddcsArgs, opts ...InvokeOption) (*GetSddcsResult, error)
func GetSddcsOutput(ctx *Context, args *GetSddcsOutputArgs, opts ...InvokeOption) GetSddcsResultOutput> Note: This function is named GetSddcs in the Go SDK.
public static class GetSddcs 
{
    public static Task<GetSddcsResult> InvokeAsync(GetSddcsArgs args, InvokeOptions? opts = null)
    public static Output<GetSddcsResult> Invoke(GetSddcsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSddcsResult> getSddcs(GetSddcsArgs args, InvokeOptions options)
public static Output<GetSddcsResult> getSddcs(GetSddcsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Ocvp/getSddcs:getSddcs
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The OCID of the compartment.
- ComputeAvailability stringDomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- DisplayName string
- A filter to return only resources that match the given display name exactly.
- Filters
List<GetSddcs Filter> 
- State string
- The lifecycle state of the resource.
- CompartmentId string
- The OCID of the compartment.
- ComputeAvailability stringDomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- DisplayName string
- A filter to return only resources that match the given display name exactly.
- Filters
[]GetSddcs Filter 
- State string
- The lifecycle state of the resource.
- compartmentId String
- The OCID of the compartment.
- computeAvailability StringDomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- displayName String
- A filter to return only resources that match the given display name exactly.
- filters
List<GetSddcs Filter> 
- state String
- The lifecycle state of the resource.
- compartmentId string
- The OCID of the compartment.
- computeAvailability stringDomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- displayName string
- A filter to return only resources that match the given display name exactly.
- filters
GetSddcs Filter[] 
- state string
- The lifecycle state of the resource.
- compartment_id str
- The OCID of the compartment.
- compute_availability_ strdomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- display_name str
- A filter to return only resources that match the given display name exactly.
- filters
Sequence[GetSddcs Filter] 
- state str
- The lifecycle state of the resource.
- compartmentId String
- The OCID of the compartment.
- computeAvailability StringDomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- displayName String
- A filter to return only resources that match the given display name exactly.
- filters List<Property Map>
- state String
- The lifecycle state of the resource.
getSddcs Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment that contains the SDDC.
- Id string
- The provider-assigned unique ID for this managed resource.
- SddcCollections List<GetSddcs Sddc Collection> 
- The list of sddc_collection.
- ComputeAvailability stringDomain 
- (Deprecated) The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is multi-AD. Example:Uocm:PHX-AD-1,multi-AD.
- DisplayName string
- A descriptive name for the SDDC. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- Filters
List<GetSddcs Filter> 
- State string
- The current state of the SDDC.
- CompartmentId string
- The OCID of the compartment that contains the SDDC.
- Id string
- The provider-assigned unique ID for this managed resource.
- SddcCollections []GetSddcs Sddc Collection 
- The list of sddc_collection.
- ComputeAvailability stringDomain 
- (Deprecated) The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is multi-AD. Example:Uocm:PHX-AD-1,multi-AD.
- DisplayName string
- A descriptive name for the SDDC. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- Filters
[]GetSddcs Filter 
- State string
- The current state of the SDDC.
- compartmentId String
- The OCID of the compartment that contains the SDDC.
- id String
- The provider-assigned unique ID for this managed resource.
- sddcCollections List<GetSddcs Sddc Collection> 
- The list of sddc_collection.
- computeAvailability StringDomain 
- (Deprecated) The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is multi-AD. Example:Uocm:PHX-AD-1,multi-AD.
- displayName String
- A descriptive name for the SDDC. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- filters
List<GetSddcs Filter> 
- state String
- The current state of the SDDC.
- compartmentId string
- The OCID of the compartment that contains the SDDC.
- id string
- The provider-assigned unique ID for this managed resource.
- sddcCollections GetSddcs Sddc Collection[] 
- The list of sddc_collection.
- computeAvailability stringDomain 
- (Deprecated) The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is multi-AD. Example:Uocm:PHX-AD-1,multi-AD.
- displayName string
- A descriptive name for the SDDC. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- filters
GetSddcs Filter[] 
- state string
- The current state of the SDDC.
- compartment_id str
- The OCID of the compartment that contains the SDDC.
- id str
- The provider-assigned unique ID for this managed resource.
- sddc_collections Sequence[GetSddcs Sddc Collection] 
- The list of sddc_collection.
- compute_availability_ strdomain 
- (Deprecated) The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is multi-AD. Example:Uocm:PHX-AD-1,multi-AD.
- display_name str
- A descriptive name for the SDDC. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- filters
Sequence[GetSddcs Filter] 
- state str
- The current state of the SDDC.
- compartmentId String
- The OCID of the compartment that contains the SDDC.
- id String
- The provider-assigned unique ID for this managed resource.
- sddcCollections List<Property Map>
- The list of sddc_collection.
- computeAvailability StringDomain 
- (Deprecated) The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is multi-AD. Example:Uocm:PHX-AD-1,multi-AD.
- displayName String
- A descriptive name for the SDDC. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- filters List<Property Map>
- state String
- The current state of the SDDC.
Supporting Types
GetSddcsFilter  
GetSddcsSddcCollection   
- 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.
- CapacityReservation stringId 
- ClustersCount int
- The number of Clusters in the SDDC.
- CompartmentId string
- The OCID of the compartment.
- ComputeAvailability stringDomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- Datastores
List<GetSddcs Sddc Collection Datastore> 
- 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 filter to return only resources that match the given display name exactly.
- EsxiHosts intCount 
- (Deprecated) The number of ESXi hosts in the SDDC.
- 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 
- HcxMode string
- HCX configuration of the SDDC.
- HcxOn stringPrem Key 
- HcxOn List<GetPrem Licenses Sddcs Sddc Collection 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 
- HcxVlan stringId 
- Id string
- The OCID of the SDDC.
- InitialConfigurations List<GetSddcs Sddc Collection Initial Configuration> 
- InitialHost doubleOcpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- InitialHost stringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- InitialSku string
- InstanceDisplay stringName 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.
- IsSingle boolHost Sddc 
- Indicates whether this SDDC is designated for only single ESXi host.
- NsxEdge stringUplink1vlan Id 
- NsxEdge stringUplink2vlan Id 
- NsxEdge stringUplink Ip Id 
- NsxEdge stringVtep Vlan Id 
- NsxManager stringFqdn 
- The FQDN for NSX Manager. Example: nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- NsxManager stringInitial Password 
- NsxManager stringPrivate Ip Id 
- 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 
- NsxVtep stringVlan Id 
- ProvisioningSubnet stringId 
- ProvisioningVlan stringId 
- RefreshHcx boolLicense Status 
- ReplicationVlan stringId 
- ReservingHcx List<string>On Premise License Keys 
- string
- State string
- The lifecycle state of the resource.
- 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 
- TimeHcx stringLicense Status Updated 
- TimeUpdated string
- The date and time the SDDC was updated, in the format defined by RFC3339.
- UpgradeLicenses List<GetSddcs Sddc Collection Upgrade License> 
- VcenterFqdn string
- The FQDN for vCenter. Example: vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- VcenterInitial stringPassword 
- VcenterPrivate stringIp Id 
- VcenterUsername string
- VmotionVlan stringId 
- VmwareSoftware stringVersion 
- In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- VsanVlan stringId 
- VsphereUpgrade stringGuide 
- VsphereUpgrade List<GetObjects Sddcs Sddc Collection Vsphere Upgrade Object> 
- VsphereVlan stringId 
- WorkloadNetwork stringCidr 
- 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.
- CapacityReservation stringId 
- ClustersCount int
- The number of Clusters in the SDDC.
- CompartmentId string
- The OCID of the compartment.
- ComputeAvailability stringDomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- Datastores
[]GetSddcs Sddc Collection Datastore 
- 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 filter to return only resources that match the given display name exactly.
- EsxiHosts intCount 
- (Deprecated) The number of ESXi hosts in the SDDC.
- 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 
- HcxMode string
- HCX configuration of the SDDC.
- HcxOn stringPrem Key 
- HcxOn []GetPrem Licenses Sddcs Sddc Collection 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 
- HcxVlan stringId 
- Id string
- The OCID of the SDDC.
- InitialConfigurations []GetSddcs Sddc Collection Initial Configuration 
- InitialHost float64Ocpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- InitialHost stringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- InitialSku string
- InstanceDisplay stringName 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.
- IsSingle boolHost Sddc 
- Indicates whether this SDDC is designated for only single ESXi host.
- NsxEdge stringUplink1vlan Id 
- NsxEdge stringUplink2vlan Id 
- NsxEdge stringUplink Ip Id 
- NsxEdge stringVtep Vlan Id 
- NsxManager stringFqdn 
- The FQDN for NSX Manager. Example: nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- NsxManager stringInitial Password 
- NsxManager stringPrivate Ip Id 
- 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 
- NsxVtep stringVlan Id 
- ProvisioningSubnet stringId 
- ProvisioningVlan stringId 
- RefreshHcx boolLicense Status 
- ReplicationVlan stringId 
- ReservingHcx []stringOn Premise License Keys 
- string
- State string
- The lifecycle state of the resource.
- 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 
- TimeHcx stringLicense Status Updated 
- TimeUpdated string
- The date and time the SDDC was updated, in the format defined by RFC3339.
- UpgradeLicenses []GetSddcs Sddc Collection Upgrade License 
- VcenterFqdn string
- The FQDN for vCenter. Example: vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- VcenterInitial stringPassword 
- VcenterPrivate stringIp Id 
- VcenterUsername string
- VmotionVlan stringId 
- VmwareSoftware stringVersion 
- In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- VsanVlan stringId 
- VsphereUpgrade stringGuide 
- VsphereUpgrade []GetObjects Sddcs Sddc Collection Vsphere Upgrade Object 
- VsphereVlan stringId 
- WorkloadNetwork stringCidr 
- 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.
- capacityReservation StringId 
- clustersCount Integer
- The number of Clusters in the SDDC.
- compartmentId String
- The OCID of the compartment.
- computeAvailability StringDomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- datastores
List<GetSddcs Sddc Collection Datastore> 
- 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 filter to return only resources that match the given display name exactly.
- esxiHosts IntegerCount 
- (Deprecated) The number of ESXi hosts in the SDDC.
- 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 
- hcxMode String
- HCX configuration of the SDDC.
- hcxOn StringPrem Key 
- hcxOn List<GetPrem Licenses Sddcs Sddc Collection 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 
- hcxVlan StringId 
- id String
- The OCID of the SDDC.
- initialConfigurations List<GetSddcs Sddc Collection Initial Configuration> 
- initialHost DoubleOcpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initialHost StringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- initialSku String
- instanceDisplay StringName 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.
- isSingle BooleanHost Sddc 
- Indicates whether this SDDC is designated for only single ESXi host.
- nsxEdge StringUplink1vlan Id 
- nsxEdge StringUplink2vlan Id 
- nsxEdge StringUplink Ip Id 
- nsxEdge StringVtep Vlan Id 
- nsxManager StringFqdn 
- The FQDN for NSX Manager. Example: nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- nsxManager StringInitial Password 
- nsxManager StringPrivate Ip Id 
- 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 
- nsxVtep StringVlan Id 
- provisioningSubnet StringId 
- provisioningVlan StringId 
- refreshHcx BooleanLicense Status 
- replicationVlan StringId 
- reservingHcx List<String>On Premise License Keys 
- String
- state String
- The lifecycle state of the resource.
- 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 
- timeHcx StringLicense Status Updated 
- timeUpdated String
- The date and time the SDDC was updated, in the format defined by RFC3339.
- upgradeLicenses List<GetSddcs Sddc Collection Upgrade License> 
- vcenterFqdn String
- The FQDN for vCenter. Example: vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- vcenterInitial StringPassword 
- vcenterPrivate StringIp Id 
- vcenterUsername String
- vmotionVlan StringId 
- vmwareSoftware StringVersion 
- In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- vsanVlan StringId 
- vsphereUpgrade StringGuide 
- vsphereUpgrade List<GetObjects Sddcs Sddc Collection Vsphere Upgrade Object> 
- vsphereVlan StringId 
- workloadNetwork StringCidr 
- 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.
- capacityReservation stringId 
- clustersCount number
- The number of Clusters in the SDDC.
- compartmentId string
- The OCID of the compartment.
- computeAvailability stringDomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- datastores
GetSddcs Sddc Collection Datastore[] 
- {[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 filter to return only resources that match the given display name exactly.
- esxiHosts numberCount 
- (Deprecated) The number of ESXi hosts in the SDDC.
- 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 
- hcxMode string
- HCX configuration of the SDDC.
- hcxOn stringPrem Key 
- hcxOn GetPrem Licenses Sddcs Sddc Collection 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 
- hcxVlan stringId 
- id string
- The OCID of the SDDC.
- initialConfigurations GetSddcs Sddc Collection Initial Configuration[] 
- initialHost numberOcpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initialHost stringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- initialSku string
- instanceDisplay stringName 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.
- isSingle booleanHost Sddc 
- Indicates whether this SDDC is designated for only single ESXi host.
- nsxEdge stringUplink1vlan Id 
- nsxEdge stringUplink2vlan Id 
- nsxEdge stringUplink Ip Id 
- nsxEdge stringVtep Vlan Id 
- nsxManager stringFqdn 
- The FQDN for NSX Manager. Example: nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- nsxManager stringInitial Password 
- nsxManager stringPrivate Ip Id 
- 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 
- nsxVtep stringVlan Id 
- provisioningSubnet stringId 
- provisioningVlan stringId 
- refreshHcx booleanLicense Status 
- replicationVlan stringId 
- reservingHcx string[]On Premise License Keys 
- string
- state string
- The lifecycle state of the resource.
- 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 
- timeHcx stringLicense Status Updated 
- timeUpdated string
- The date and time the SDDC was updated, in the format defined by RFC3339.
- upgradeLicenses GetSddcs Sddc Collection Upgrade License[] 
- vcenterFqdn string
- The FQDN for vCenter. Example: vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- vcenterInitial stringPassword 
- vcenterPrivate stringIp Id 
- vcenterUsername string
- vmotionVlan stringId 
- vmwareSoftware stringVersion 
- In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- vsanVlan stringId 
- vsphereUpgrade stringGuide 
- vsphereUpgrade GetObjects Sddcs Sddc Collection Vsphere Upgrade Object[] 
- vsphereVlan stringId 
- workloadNetwork stringCidr 
- 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.
- capacity_reservation_ strid 
- clusters_count int
- The number of Clusters in the SDDC.
- compartment_id str
- The OCID of the compartment.
- compute_availability_ strdomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- datastores
Sequence[GetSddcs Sddc Collection Datastore] 
- 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 filter to return only resources that match the given display name exactly.
- esxi_hosts_ intcount 
- (Deprecated) The number of ESXi hosts in the SDDC.
- 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 
- hcx_mode str
- HCX configuration of the SDDC.
- hcx_on_ strprem_ key 
- hcx_on_ Sequence[Getprem_ licenses Sddcs Sddc Collection 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 
- hcx_vlan_ strid 
- id str
- The OCID of the SDDC.
- initial_configurations Sequence[GetSddcs Sddc Collection Initial Configuration] 
- initial_host_ floatocpu_ count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initial_host_ strshape_ name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- initial_sku str
- instance_display_ strname_ 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.
- is_single_ boolhost_ sddc 
- Indicates whether this SDDC is designated for only single ESXi host.
- nsx_edge_ struplink1vlan_ id 
- nsx_edge_ struplink2vlan_ id 
- nsx_edge_ struplink_ ip_ id 
- nsx_edge_ strvtep_ vlan_ id 
- nsx_manager_ strfqdn 
- The FQDN for NSX Manager. Example: nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- nsx_manager_ strinitial_ password 
- nsx_manager_ strprivate_ ip_ id 
- 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 
- nsx_vtep_ strvlan_ id 
- provisioning_subnet_ strid 
- provisioning_vlan_ strid 
- refresh_hcx_ boollicense_ status 
- replication_vlan_ strid 
- reserving_hcx_ Sequence[str]on_ premise_ license_ keys 
- str
- state str
- The lifecycle state of the resource.
- 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 
- time_hcx_ strlicense_ status_ updated 
- time_updated str
- The date and time the SDDC was updated, in the format defined by RFC3339.
- upgrade_licenses Sequence[GetSddcs Sddc Collection Upgrade License] 
- vcenter_fqdn str
- The FQDN for vCenter. Example: vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- vcenter_initial_ strpassword 
- vcenter_private_ strip_ id 
- vcenter_username str
- vmotion_vlan_ strid 
- 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 
- vsphere_upgrade_ strguide 
- vsphere_upgrade_ Sequence[Getobjects Sddcs Sddc Collection Vsphere Upgrade Object] 
- vsphere_vlan_ strid 
- workload_network_ strcidr 
- 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.
- capacityReservation StringId 
- clustersCount Number
- The number of Clusters in the SDDC.
- compartmentId String
- The OCID of the compartment.
- computeAvailability StringDomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- datastores List<Property Map>
- 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 filter to return only resources that match the given display name exactly.
- esxiHosts NumberCount 
- (Deprecated) The number of ESXi hosts in the SDDC.
- 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 
- hcxMode String
- HCX configuration of the SDDC.
- hcxOn StringPrem Key 
- 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 
- hcxVlan StringId 
- id String
- The OCID of the SDDC.
- initialConfigurations List<Property Map>
- initialHost NumberOcpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initialHost StringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- initialSku String
- instanceDisplay StringName 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.
- isSingle BooleanHost Sddc 
- Indicates whether this SDDC is designated for only single ESXi host.
- nsxEdge StringUplink1vlan Id 
- nsxEdge StringUplink2vlan Id 
- nsxEdge StringUplink Ip Id 
- nsxEdge StringVtep Vlan Id 
- nsxManager StringFqdn 
- The FQDN for NSX Manager. Example: nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- nsxManager StringInitial Password 
- nsxManager StringPrivate Ip Id 
- 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 
- nsxVtep StringVlan Id 
- provisioningSubnet StringId 
- provisioningVlan StringId 
- refreshHcx BooleanLicense Status 
- replicationVlan StringId 
- reservingHcx List<String>On Premise License Keys 
- String
- state String
- The lifecycle state of the resource.
- 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 
- timeHcx StringLicense Status Updated 
- timeUpdated String
- The date and time the SDDC was updated, in the format defined by RFC3339.
- upgradeLicenses List<Property Map>
- vcenterFqdn String
- The FQDN for vCenter. Example: vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- vcenterInitial StringPassword 
- vcenterPrivate StringIp Id 
- vcenterUsername String
- vmotionVlan StringId 
- vmwareSoftware StringVersion 
- In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- vsanVlan StringId 
- vsphereUpgrade StringGuide 
- vsphereUpgrade List<Property Map>Objects 
- vsphereVlan StringId 
- workloadNetwork StringCidr 
GetSddcsSddcCollectionDatastore    
- BlockVolume List<string>Ids 
- Capacity double
- DatastoreType string
- BlockVolume []stringIds 
- Capacity float64
- DatastoreType string
- blockVolume List<String>Ids 
- capacity Double
- datastoreType String
- blockVolume string[]Ids 
- capacity number
- datastoreType string
- block_volume_ Sequence[str]ids 
- capacity float
- datastore_type str
- blockVolume List<String>Ids 
- capacity Number
- datastoreType String
GetSddcsSddcCollectionHcxOnPremLicense       
- 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
GetSddcsSddcCollectionInitialConfiguration     
GetSddcsSddcCollectionInitialConfigurationInitialClusterConfiguration        
- 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.
- CapacityReservation stringId 
- ComputeAvailability stringDomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- Datastores
List<GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Datastore> 
- DisplayName string
- A filter to return only resources that match the given display name exactly.
- EsxiHosts intCount 
- (Deprecated) The number of ESXi hosts in the SDDC.
- InitialCommitment string
- InitialHost doubleOcpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- InitialHost stringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- InstanceDisplay stringName Prefix 
- IsShielded boolInstance Enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- NetworkConfigurations List<GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Network Configuration> 
- VsphereType string
- WorkloadNetwork stringCidr 
- 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.
- CapacityReservation stringId 
- ComputeAvailability stringDomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- Datastores
[]GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Datastore 
- DisplayName string
- A filter to return only resources that match the given display name exactly.
- EsxiHosts intCount 
- (Deprecated) The number of ESXi hosts in the SDDC.
- InitialCommitment string
- InitialHost float64Ocpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- InitialHost stringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- InstanceDisplay stringName Prefix 
- IsShielded boolInstance Enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- NetworkConfigurations []GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Network Configuration 
- VsphereType string
- WorkloadNetwork stringCidr 
- 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.
- capacityReservation StringId 
- computeAvailability StringDomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- datastores
List<GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Datastore> 
- displayName String
- A filter to return only resources that match the given display name exactly.
- esxiHosts IntegerCount 
- (Deprecated) The number of ESXi hosts in the SDDC.
- initialCommitment String
- initialHost DoubleOcpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initialHost StringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- instanceDisplay StringName Prefix 
- isShielded BooleanInstance Enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- networkConfigurations List<GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Network Configuration> 
- vsphereType String
- workloadNetwork StringCidr 
- 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.
- capacityReservation stringId 
- computeAvailability stringDomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- datastores
GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Datastore[] 
- displayName string
- A filter to return only resources that match the given display name exactly.
- esxiHosts numberCount 
- (Deprecated) The number of ESXi hosts in the SDDC.
- initialCommitment string
- initialHost numberOcpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initialHost stringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- instanceDisplay stringName Prefix 
- isShielded booleanInstance Enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- networkConfigurations GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Network Configuration[] 
- vsphereType string
- workloadNetwork stringCidr 
- 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.
- capacity_reservation_ strid 
- compute_availability_ strdomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- datastores
Sequence[GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Datastore] 
- display_name str
- A filter to return only resources that match the given display name exactly.
- esxi_hosts_ intcount 
- (Deprecated) The number of ESXi hosts in the SDDC.
- initial_commitment str
- initial_host_ floatocpu_ count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initial_host_ strshape_ name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- instance_display_ strname_ prefix 
- is_shielded_ boolinstance_ enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- network_configurations Sequence[GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Network Configuration] 
- vsphere_type str
- workload_network_ strcidr 
- 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.
- capacityReservation StringId 
- computeAvailability StringDomain 
- The name of the availability domain that the Compute instances are running in. Example: Uocm:PHX-AD-1
- datastores List<Property Map>
- displayName String
- A filter to return only resources that match the given display name exactly.
- esxiHosts NumberCount 
- (Deprecated) The number of ESXi hosts in the SDDC.
- initialCommitment String
- initialHost NumberOcpu Count 
- (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initialHost StringShape Name 
- (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- instanceDisplay StringName Prefix 
- isShielded BooleanInstance Enabled 
- (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- networkConfigurations List<Property Map>
- vsphereType String
- workloadNetwork StringCidr 
GetSddcsSddcCollectionInitialConfigurationInitialClusterConfigurationDatastore         
- BlockVolume List<string>Ids 
- DatastoreType string
- BlockVolume []stringIds 
- DatastoreType string
- blockVolume List<String>Ids 
- datastoreType String
- blockVolume string[]Ids 
- datastoreType string
- block_volume_ Sequence[str]ids 
- datastore_type str
- blockVolume List<String>Ids 
- datastoreType String
GetSddcsSddcCollectionInitialConfigurationInitialClusterConfigurationNetworkConfiguration          
- HcxVlan stringId 
- NsxEdge stringUplink1vlan Id 
- NsxEdge stringUplink2vlan Id 
- NsxEdge stringVtep Vlan Id 
- NsxVtep stringVlan Id 
- ProvisioningSubnet stringId 
- ProvisioningVlan stringId 
- ReplicationVlan stringId 
- VmotionVlan stringId 
- VsanVlan stringId 
- VsphereVlan stringId 
- HcxVlan stringId 
- NsxEdge stringUplink1vlan Id 
- NsxEdge stringUplink2vlan Id 
- NsxEdge stringVtep Vlan Id 
- NsxVtep stringVlan Id 
- ProvisioningSubnet stringId 
- ProvisioningVlan stringId 
- ReplicationVlan stringId 
- VmotionVlan stringId 
- VsanVlan stringId 
- VsphereVlan stringId 
- hcxVlan StringId 
- nsxEdge StringUplink1vlan Id 
- nsxEdge StringUplink2vlan Id 
- nsxEdge StringVtep Vlan Id 
- nsxVtep StringVlan Id 
- provisioningSubnet StringId 
- provisioningVlan StringId 
- replicationVlan StringId 
- vmotionVlan StringId 
- vsanVlan StringId 
- vsphereVlan StringId 
- hcxVlan stringId 
- nsxEdge stringUplink1vlan Id 
- nsxEdge stringUplink2vlan Id 
- nsxEdge stringVtep Vlan Id 
- nsxVtep stringVlan Id 
- provisioningSubnet stringId 
- provisioningVlan stringId 
- replicationVlan stringId 
- vmotionVlan stringId 
- vsanVlan stringId 
- vsphereVlan stringId 
- hcxVlan StringId 
- nsxEdge StringUplink1vlan Id 
- nsxEdge StringUplink2vlan Id 
- nsxEdge StringVtep Vlan Id 
- nsxVtep StringVlan Id 
- provisioningSubnet StringId 
- provisioningVlan StringId 
- replicationVlan StringId 
- vmotionVlan StringId 
- vsanVlan StringId 
- vsphereVlan StringId 
GetSddcsSddcCollectionUpgradeLicense     
- LicenseKey string
- LicenseType string
- LicenseKey string
- LicenseType string
- licenseKey String
- licenseType String
- licenseKey string
- licenseType string
- license_key str
- license_type str
- licenseKey String
- licenseType String
GetSddcsSddcCollectionVsphereUpgradeObject      
- DownloadLink string
- LinkDescription string
- DownloadLink string
- LinkDescription string
- downloadLink String
- linkDescription String
- downloadLink string
- linkDescription string
- download_link str
- link_description str
- downloadLink String
- linkDescription String
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.