Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.Ocvp.getSddcs
Start a Neo task
Explain and create an oci.Ocvp.getSddcs resource
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/v3/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:
- Compartment
Id string - The OCID of the compartment.
- Compute
Availability stringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1 - Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
List<Get
Sddcs Filter> - State string
- The lifecycle state of the resource.
- Compartment
Id string - The OCID of the compartment.
- Compute
Availability stringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1 - Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
[]Get
Sddcs Filter - State string
- The lifecycle state of the resource.
- compartment
Id String - The OCID of the compartment.
- compute
Availability StringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1 - display
Name String - A filter to return only resources that match the given display name exactly.
- filters
List<Get
Sddcs Filter> - state String
- The lifecycle state of the resource.
- compartment
Id string - The OCID of the compartment.
- compute
Availability stringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1 - display
Name string - A filter to return only resources that match the given display name exactly.
- filters
Get
Sddcs 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[Get
Sddcs Filter] - state str
- The lifecycle state of the resource.
- compartment
Id String - The OCID of the compartment.
- compute
Availability StringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1 - display
Name 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:
- Compartment
Id string - The OCID of the compartment that contains the SDDC.
- Id string
- The provider-assigned unique ID for this managed resource.
- Sddc
Collections List<GetSddcs Sddc Collection> - The list of sddc_collection.
- Compute
Availability stringDomain - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD. - Display
Name string - A descriptive name for the Cluster. Cluster name requirements are 1-22 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.
- Filters
List<Get
Sddcs Filter> - State string
- The current state of the SDDC.
- Compartment
Id string - The OCID of the compartment that contains the SDDC.
- Id string
- The provider-assigned unique ID for this managed resource.
- Sddc
Collections []GetSddcs Sddc Collection - The list of sddc_collection.
- Compute
Availability stringDomain - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD. - Display
Name string - A descriptive name for the Cluster. Cluster name requirements are 1-22 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.
- Filters
[]Get
Sddcs Filter - State string
- The current state of the SDDC.
- compartment
Id String - The OCID of the compartment that contains the SDDC.
- id String
- The provider-assigned unique ID for this managed resource.
- sddc
Collections List<GetSddcs Sddc Collection> - The list of sddc_collection.
- compute
Availability StringDomain - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD. - display
Name String - A descriptive name for the Cluster. Cluster name requirements are 1-22 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.
- filters
List<Get
Sddcs Filter> - state String
- The current state of the SDDC.
- compartment
Id string - The OCID of the compartment that contains the SDDC.
- id string
- The provider-assigned unique ID for this managed resource.
- sddc
Collections GetSddcs Sddc Collection[] - The list of sddc_collection.
- compute
Availability stringDomain - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD. - display
Name string - A descriptive name for the Cluster. Cluster name requirements are 1-22 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.
- filters
Get
Sddcs 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 - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD. - display_
name str - A descriptive name for the Cluster. Cluster name requirements are 1-22 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.
- filters
Sequence[Get
Sddcs Filter] - state str
- The current state of the SDDC.
- compartment
Id String - The OCID of the compartment that contains the SDDC.
- id String
- The provider-assigned unique ID for this managed resource.
- sddc
Collections List<Property Map> - The list of sddc_collection.
- compute
Availability StringDomain - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD. - display
Name String - A descriptive name for the Cluster. Cluster name requirements are 1-22 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.
- filters List<Property Map>
- state String
- The current state of the SDDC.
Supporting Types
GetSddcsFilter
GetSddcsSddcCollection
- 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 stringId - The OCID of the Capacity Reservation.
- Clusters
Count int - The number of Clusters in the SDDC.
- Compartment
Id string - The OCID of the compartment.
- Compute
Availability stringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1 - Datastores
List<Get
Sddcs Sddc Collection 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"} - Display
Name string - A filter to return only resources that match the given display name exactly.
- 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 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"} - Hcx
Action string - Hcx
Fqdn string - The FQDN for HCX Manager. Example:
hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com - Hcx
Initial stringPassword - Hcx
Mode string - HCX configuration of the SDDC.
- Hcx
On stringPrem Key - Hcx
On 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.
- Hcx
Private stringIp Id - Hcx
Vlan 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.
- Initial
Configurations List<GetSddcs Sddc Collection Initial Configuration> - Details of SDDC initial configuration
- Initial
Host doubleOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- Initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- Initial
Sku string - Instance
Display stringName Prefix - A prefix used in the name of each ESXi host and Compute instance in the Cluster. If this isn't set, the Cluster'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.
- Is
Single boolHost Sddc - Indicates whether this SDDC is designated for only single ESXi host.
- Nsx
Edge stringUplink1vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- Nsx
Edge stringUplink2vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- Nsx
Edge stringUplink Ip Id - Nsx
Edge stringVtep Vlan Id - The OCID of the VLAN used by the Cluster for the NSX Edge VTEP component of the VMware environment.
- Nsx
Manager stringFqdn - The FQDN for NSX Manager. Example:
nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com - Nsx
Manager stringInitial Password - Nsx
Manager stringPrivate Ip Id - Nsx
Manager 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.
- Nsx
Overlay stringSegment Name - Nsx
Vtep stringVlan Id - The OCID of the VLAN used by the Cluster for the NSX VTEP component of the VMware environment.
- Provisioning
Subnet stringId - The OCID of the management subnet used to provision the Cluster.
- Provisioning
Vlan stringId - The OCID of the VLAN used by the Cluster for the Provisioning component of the VMware environment.
- Refresh
Hcx boolLicense Status - Replication
Vlan stringId - The OCID of the VLAN used by the Cluster for the vSphere Replication component of the VMware environment.
- Reserving
Hcx List<string>On Premise License Keys - string
- State string
- The lifecycle state of the resource.
- Dictionary<string, string>
- Time
Created string - The date and time the SDDC was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - Time
Hcx stringBilling Cycle End - Time
Hcx stringLicense Status Updated - Time
Updated string - The date and time the SDDC was updated, in the format defined by RFC3339.
- Upgrade
Licenses List<GetSddcs Sddc Collection Upgrade License> - Vcenter
Fqdn string - The FQDN for vCenter. Example:
vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com - Vcenter
Initial stringPassword - Vcenter
Private stringIp Id - Vcenter
Username string - Vmotion
Vlan stringId - The OCID of the VLAN used by the Cluster for the vMotion component of the VMware environment.
- Vmware
Software stringVersion - In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- Vsan
Vlan stringId - The OCID of the VLAN used by the Cluster for the vSAN component of the VMware environment.
- Vsphere
Upgrade stringGuide - Vsphere
Upgrade List<GetObjects Sddcs Sddc Collection Vsphere Upgrade Object> - Vsphere
Vlan stringId - The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- Workload
Network stringCidr - The CIDR block for the IP addresses that VMware VMs in the Cluster use to run application workloads.
- 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 stringId - The OCID of the Capacity Reservation.
- Clusters
Count int - The number of Clusters in the SDDC.
- Compartment
Id string - The OCID of the compartment.
- Compute
Availability stringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1 - Datastores
[]Get
Sddcs Sddc Collection 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"} - Display
Name string - A filter to return only resources that match the given display name exactly.
- 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 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"} - Hcx
Action string - Hcx
Fqdn string - The FQDN for HCX Manager. Example:
hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com - Hcx
Initial stringPassword - Hcx
Mode string - HCX configuration of the SDDC.
- Hcx
On stringPrem Key - Hcx
On []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 stringIp Id - Hcx
Vlan 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.
- Initial
Configurations []GetSddcs Sddc Collection Initial Configuration - Details of SDDC initial configuration
- Initial
Host float64Ocpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- Initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- Initial
Sku string - Instance
Display stringName Prefix - A prefix used in the name of each ESXi host and Compute instance in the Cluster. If this isn't set, the Cluster'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.
- Is
Single boolHost Sddc - Indicates whether this SDDC is designated for only single ESXi host.
- Nsx
Edge stringUplink1vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- Nsx
Edge stringUplink2vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- Nsx
Edge stringUplink Ip Id - Nsx
Edge stringVtep Vlan Id - The OCID of the VLAN used by the Cluster for the NSX Edge VTEP component of the VMware environment.
- Nsx
Manager stringFqdn - The FQDN for NSX Manager. Example:
nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com - Nsx
Manager stringInitial Password - Nsx
Manager stringPrivate Ip Id - Nsx
Manager 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.
- Nsx
Overlay stringSegment Name - Nsx
Vtep stringVlan Id - The OCID of the VLAN used by the Cluster for the NSX VTEP component of the VMware environment.
- Provisioning
Subnet stringId - The OCID of the management subnet used to provision the Cluster.
- Provisioning
Vlan stringId - The OCID of the VLAN used by the Cluster for the Provisioning component of the VMware environment.
- Refresh
Hcx boolLicense Status - Replication
Vlan stringId - The OCID of the VLAN used by the Cluster for the vSphere Replication component of the VMware environment.
- Reserving
Hcx []stringOn Premise License Keys - string
- State string
- The lifecycle state of the resource.
- map[string]string
- Time
Created string - The date and time the SDDC was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - Time
Hcx stringBilling Cycle End - Time
Hcx stringLicense Status Updated - Time
Updated string - The date and time the SDDC was updated, in the format defined by RFC3339.
- Upgrade
Licenses []GetSddcs Sddc Collection Upgrade License - Vcenter
Fqdn string - The FQDN for vCenter. Example:
vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com - Vcenter
Initial stringPassword - Vcenter
Private stringIp Id - Vcenter
Username string - Vmotion
Vlan stringId - The OCID of the VLAN used by the Cluster for the vMotion component of the VMware environment.
- Vmware
Software stringVersion - In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- Vsan
Vlan stringId - The OCID of the VLAN used by the Cluster for the vSAN component of the VMware environment.
- Vsphere
Upgrade stringGuide - Vsphere
Upgrade []GetObjects Sddcs Sddc Collection Vsphere Upgrade Object - Vsphere
Vlan stringId - The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- Workload
Network stringCidr - The CIDR block for the IP addresses that VMware VMs in the Cluster use to run application workloads.
- actual
Esxi 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.
- capacity
Reservation StringId - The OCID of the Capacity Reservation.
- clusters
Count Integer - The number of Clusters in the SDDC.
- compartment
Id String - The OCID of the compartment.
- compute
Availability StringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1 - datastores
List<Get
Sddcs Sddc Collection 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"} - display
Name String - A filter to return only resources that match the given display name exactly.
- esxi
Hosts 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.
- esxi
Software 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"} - hcx
Action String - hcx
Fqdn String - The FQDN for HCX Manager. Example:
hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com - hcx
Initial StringPassword - hcx
Mode String - HCX configuration of the SDDC.
- hcx
On StringPrem Key - hcx
On 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.
- hcx
Private StringIp Id - hcx
Vlan 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.
- initial
Configurations List<GetSddcs Sddc Collection Initial Configuration> - Details of SDDC initial configuration
- initial
Host DoubleOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initial
Host StringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- initial
Sku String - instance
Display StringName Prefix - A prefix used in the name of each ESXi host and Compute instance in the Cluster. If this isn't set, the Cluster's
displayNameis used as the prefix. - is
Hcx BooleanEnabled - (Deprecated) Indicates whether HCX is enabled for this SDDC. Deprecated. Please use
hcx_modeinstead. - is
Hcx BooleanEnterprise Enabled - (Deprecated) Indicates whether HCX Enterprise is enabled for this SDDC. Deprecated. Please use
hcx_modeinstead. - is
Hcx BooleanPending Downgrade - Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- is
Shielded BooleanInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- is
Single BooleanHost Sddc - Indicates whether this SDDC is designated for only single ESXi host.
- nsx
Edge StringUplink1vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- nsx
Edge StringUplink2vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- nsx
Edge StringUplink Ip Id - nsx
Edge StringVtep Vlan Id - The OCID of the VLAN used by the Cluster for the NSX Edge VTEP component of the VMware environment.
- nsx
Manager StringFqdn - The FQDN for NSX Manager. Example:
nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com - nsx
Manager StringInitial Password - nsx
Manager StringPrivate Ip Id - nsx
Manager 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.
- nsx
Overlay StringSegment Name - nsx
Vtep StringVlan Id - The OCID of the VLAN used by the Cluster for the NSX VTEP component of the VMware environment.
- provisioning
Subnet StringId - The OCID of the management subnet used to provision the Cluster.
- provisioning
Vlan StringId - The OCID of the VLAN used by the Cluster for the Provisioning component of the VMware environment.
- refresh
Hcx BooleanLicense Status - replication
Vlan StringId - The OCID of the VLAN used by the Cluster for the vSphere Replication component of the VMware environment.
- reserving
Hcx List<String>On Premise License Keys - String
- state String
- The lifecycle state of the resource.
- Map<String,String>
- time
Created String - The date and time the SDDC was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - time
Hcx StringBilling Cycle End - time
Hcx StringLicense Status Updated - time
Updated String - The date and time the SDDC was updated, in the format defined by RFC3339.
- upgrade
Licenses List<GetSddcs Sddc Collection Upgrade License> - vcenter
Fqdn String - The FQDN for vCenter. Example:
vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com - vcenter
Initial StringPassword - vcenter
Private StringIp Id - vcenter
Username String - vmotion
Vlan StringId - The OCID of the VLAN used by the Cluster for the vMotion component of the VMware environment.
- vmware
Software StringVersion - In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- vsan
Vlan StringId - The OCID of the VLAN used by the Cluster for the vSAN component of the VMware environment.
- vsphere
Upgrade StringGuide - vsphere
Upgrade List<GetObjects Sddcs Sddc Collection Vsphere Upgrade Object> - vsphere
Vlan StringId - The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- workload
Network StringCidr - The CIDR block for the IP addresses that VMware VMs in the Cluster use to run application workloads.
- actual
Esxi 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.
- capacity
Reservation stringId - The OCID of the Capacity Reservation.
- clusters
Count number - The number of Clusters in the SDDC.
- compartment
Id string - The OCID of the compartment.
- compute
Availability stringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1 - datastores
Get
Sddcs Sddc Collection 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"} - display
Name string - A filter to return only resources that match the given display name exactly.
- esxi
Hosts 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.
- esxi
Software 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"} - hcx
Action string - hcx
Fqdn string - The FQDN for HCX Manager. Example:
hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com - hcx
Initial stringPassword - hcx
Mode string - HCX configuration of the SDDC.
- hcx
On stringPrem Key - hcx
On 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 stringIp Id - hcx
Vlan 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.
- initial
Configurations GetSddcs Sddc Collection Initial Configuration[] - Details of SDDC initial configuration
- initial
Host numberOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- initial
Sku string - instance
Display stringName Prefix - A prefix used in the name of each ESXi host and Compute instance in the Cluster. If this isn't set, the Cluster's
displayNameis used as the prefix. - is
Hcx booleanEnabled - (Deprecated) Indicates whether HCX is enabled for this SDDC. Deprecated. Please use
hcx_modeinstead. - is
Hcx booleanEnterprise Enabled - (Deprecated) Indicates whether HCX Enterprise is enabled for this SDDC. Deprecated. Please use
hcx_modeinstead. - is
Hcx booleanPending Downgrade - Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- is
Shielded booleanInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- is
Single booleanHost Sddc - Indicates whether this SDDC is designated for only single ESXi host.
- nsx
Edge stringUplink1vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- nsx
Edge stringUplink2vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- nsx
Edge stringUplink Ip Id - nsx
Edge stringVtep Vlan Id - The OCID of the VLAN used by the Cluster for the NSX Edge VTEP component of the VMware environment.
- nsx
Manager stringFqdn - The FQDN for NSX Manager. Example:
nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com - nsx
Manager stringInitial Password - nsx
Manager stringPrivate Ip Id - nsx
Manager 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.
- nsx
Overlay stringSegment Name - nsx
Vtep stringVlan Id - The OCID of the VLAN used by the Cluster for the NSX VTEP component of the VMware environment.
- provisioning
Subnet stringId - The OCID of the management subnet used to provision the Cluster.
- provisioning
Vlan stringId - The OCID of the VLAN used by the Cluster for the Provisioning component of the VMware environment.
- refresh
Hcx booleanLicense Status - replication
Vlan stringId - The OCID of the VLAN used by the Cluster for the vSphere Replication component of the VMware environment.
- reserving
Hcx string[]On Premise License Keys - string
- state string
- The lifecycle state of the resource.
- {[key: string]: string}
- time
Created string - The date and time the SDDC was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - time
Hcx stringBilling Cycle End - time
Hcx stringLicense Status Updated - time
Updated string - The date and time the SDDC was updated, in the format defined by RFC3339.
- upgrade
Licenses GetSddcs Sddc Collection Upgrade License[] - vcenter
Fqdn string - The FQDN for vCenter. Example:
vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com - vcenter
Initial stringPassword - vcenter
Private stringIp Id - vcenter
Username string - vmotion
Vlan stringId - The OCID of the VLAN used by the Cluster for the vMotion component of the VMware environment.
- vmware
Software stringVersion - In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- vsan
Vlan stringId - The OCID of the VLAN used by the Cluster for the vSAN component of the VMware environment.
- vsphere
Upgrade stringGuide - vsphere
Upgrade GetObjects Sddcs Sddc Collection Vsphere Upgrade Object[] - vsphere
Vlan stringId - The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- workload
Network stringCidr - The CIDR block for the IP addresses that VMware VMs in the Cluster use to run application workloads.
- 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 - The OCID of the Capacity Reservation.
- 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[Get
Sddcs Sddc Collection 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 filter to return only resources that match the given display name exactly.
- 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 - 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 - 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[GetSddcs Sddc Collection Initial Configuration] - Details of SDDC 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 - A prefix used in the name of each ESXi host and Compute instance in the Cluster. If this isn't set, the Cluster'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.
- is_
single_ boolhost_ sddc - Indicates whether this SDDC is designated for only single ESXi host.
- nsx_
edge_ struplink1vlan_ id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- nsx_
edge_ struplink2vlan_ id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- nsx_
edge_ struplink_ ip_ id - nsx_
edge_ strvtep_ vlan_ id - The OCID of the VLAN used by the Cluster 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 - 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 - The OCID of the VLAN used by the Cluster for the NSX VTEP component of the VMware environment.
- provisioning_
subnet_ strid - The OCID of the management subnet used to provision the Cluster.
- provisioning_
vlan_ strid - The OCID of the VLAN used by the Cluster for the Provisioning component of the VMware environment.
- refresh_
hcx_ boollicense_ status - replication_
vlan_ strid - The OCID of the VLAN used by the Cluster for the vSphere Replication component of the VMware environment.
- reserving_
hcx_ Sequence[str]on_ premise_ license_ keys - str
- state str
- The lifecycle state of the resource.
- Mapping[str, str]
- 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 - The OCID of the VLAN used by the Cluster 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 - The OCID of the VLAN used by the Cluster for the vSAN component of the VMware environment.
- vsphere_
upgrade_ strguide - vsphere_
upgrade_ Sequence[Getobjects Sddcs Sddc Collection Vsphere Upgrade Object] - vsphere_
vlan_ strid - The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- workload_
network_ strcidr - The CIDR block for the IP addresses that VMware VMs in the Cluster use to run application workloads.
- actual
Esxi 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.
- capacity
Reservation StringId - The OCID of the Capacity Reservation.
- clusters
Count Number - The number of Clusters in the SDDC.
- compartment
Id String - The OCID of the compartment.
- compute
Availability StringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1 - 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"} - display
Name String - A filter to return only resources that match the given display name exactly.
- esxi
Hosts 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.
- esxi
Software 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"} - hcx
Action String - hcx
Fqdn String - The FQDN for HCX Manager. Example:
hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com - hcx
Initial StringPassword - hcx
Mode String - HCX configuration of the SDDC.
- hcx
On StringPrem Key - hcx
On 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.
- hcx
Private StringIp Id - hcx
Vlan 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.
- initial
Configurations List<Property Map> - Details of SDDC initial configuration
- initial
Host NumberOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initial
Host StringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- initial
Sku String - instance
Display StringName Prefix - A prefix used in the name of each ESXi host and Compute instance in the Cluster. If this isn't set, the Cluster's
displayNameis used as the prefix. - is
Hcx BooleanEnabled - (Deprecated) Indicates whether HCX is enabled for this SDDC. Deprecated. Please use
hcx_modeinstead. - is
Hcx BooleanEnterprise Enabled - (Deprecated) Indicates whether HCX Enterprise is enabled for this SDDC. Deprecated. Please use
hcx_modeinstead. - is
Hcx BooleanPending Downgrade - Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- is
Shielded BooleanInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- is
Single BooleanHost Sddc - Indicates whether this SDDC is designated for only single ESXi host.
- nsx
Edge StringUplink1vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- nsx
Edge StringUplink2vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- nsx
Edge StringUplink Ip Id - nsx
Edge StringVtep Vlan Id - The OCID of the VLAN used by the Cluster for the NSX Edge VTEP component of the VMware environment.
- nsx
Manager StringFqdn - The FQDN for NSX Manager. Example:
nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com - nsx
Manager StringInitial Password - nsx
Manager StringPrivate Ip Id - nsx
Manager 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.
- nsx
Overlay StringSegment Name - nsx
Vtep StringVlan Id - The OCID of the VLAN used by the Cluster for the NSX VTEP component of the VMware environment.
- provisioning
Subnet StringId - The OCID of the management subnet used to provision the Cluster.
- provisioning
Vlan StringId - The OCID of the VLAN used by the Cluster for the Provisioning component of the VMware environment.
- refresh
Hcx BooleanLicense Status - replication
Vlan StringId - The OCID of the VLAN used by the Cluster for the vSphere Replication component of the VMware environment.
- reserving
Hcx List<String>On Premise License Keys - String
- state String
- The lifecycle state of the resource.
- Map<String>
- time
Created String - The date and time the SDDC was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z - time
Hcx StringBilling Cycle End - time
Hcx StringLicense Status Updated - time
Updated String - The date and time the SDDC was updated, in the format defined by RFC3339.
- upgrade
Licenses List<Property Map> - vcenter
Fqdn String - The FQDN for vCenter. Example:
vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com - vcenter
Initial StringPassword - vcenter
Private StringIp Id - vcenter
Username String - vmotion
Vlan StringId - The OCID of the VLAN used by the Cluster for the vMotion component of the VMware environment.
- vmware
Software StringVersion - In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- vsan
Vlan StringId - The OCID of the VLAN used by the Cluster for the vSAN component of the VMware environment.
- vsphere
Upgrade StringGuide - vsphere
Upgrade List<Property Map>Objects - vsphere
Vlan StringId - The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- workload
Network StringCidr - The CIDR block for the IP addresses that VMware VMs in the Cluster use to run application workloads.
GetSddcsSddcCollectionDatastore
- Block
Volume List<string>Ids - A list of OCIDs of Block Storage Volumes.
- Capacity double
- Datastore
Type string - Type of the datastore.
- Block
Volume []stringIds - A list of OCIDs of Block Storage Volumes.
- Capacity float64
- Datastore
Type string - Type of the datastore.
- block
Volume List<String>Ids - A list of OCIDs of Block Storage Volumes.
- capacity Double
- datastore
Type String - Type of the datastore.
- block
Volume string[]Ids - A list of OCIDs of Block Storage Volumes.
- capacity number
- datastore
Type string - Type of the datastore.
- block_
volume_ Sequence[str]ids - A list of OCIDs of Block Storage Volumes.
- capacity float
- datastore_
type str - Type of the datastore.
- block
Volume List<String>Ids - A list of OCIDs of Block Storage Volumes.
- capacity Number
- datastore
Type String - Type of the datastore.
GetSddcsSddcCollectionHcxOnPremLicense
- Activation
Key string - HCX on-premise license key value.
- Status string
- status of HCX on-premise license.
- System
Name string - Name of the system that consumed the HCX on-premise license
- Activation
Key string - HCX on-premise license key value.
- Status string
- status of HCX on-premise license.
- System
Name string - Name of the system that consumed the HCX on-premise license
- activation
Key String - HCX on-premise license key value.
- status String
- status of HCX on-premise license.
- system
Name String - Name of the system that consumed the HCX on-premise license
- activation
Key string - HCX on-premise license key value.
- status string
- status of HCX on-premise license.
- system
Name 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
- activation
Key String - HCX on-premise license key value.
- status String
- status of HCX on-premise license.
- system
Name String - Name of the system that consumed the HCX on-premise license
GetSddcsSddcCollectionInitialConfiguration
- Initial
Cluster List<GetConfigurations Sddcs Sddc Collection Initial Configuration Initial Cluster Configuration> - The configurations for Clusters initially created in the SDDC.
- Initial
Cluster []GetConfigurations Sddcs Sddc Collection Initial Configuration Initial Cluster Configuration - The configurations for Clusters initially created in the SDDC.
- initial
Cluster List<GetConfigurations Sddcs Sddc Collection Initial Configuration Initial Cluster Configuration> - The configurations for Clusters initially created in the SDDC.
- initial
Cluster GetConfigurations Sddcs Sddc Collection Initial Configuration Initial Cluster Configuration[] - The configurations for Clusters initially created in the SDDC.
- initial_
cluster_ Sequence[Getconfigurations Sddcs Sddc Collection Initial Configuration Initial Cluster Configuration] - The configurations for Clusters initially created in the SDDC.
- initial
Cluster List<Property Map>Configurations - The configurations for Clusters initially created in the SDDC.
GetSddcsSddcCollectionInitialConfigurationInitialClusterConfiguration
- 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 stringId - The OCID of the Capacity Reservation.
- Compute
Availability stringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1 - Datastore
Cluster List<string>Ids - A list of datastore clusters.
- Datastores
List<Get
Sddcs Sddc Collection 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 string - A filter to return only resources that match the given display name exactly.
- 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 string - The billing option selected during Cluster creation. ListSupportedCommitments.
- Initial
Host doubleOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- Initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- Instance
Display stringName Prefix - A prefix used in the name of each ESXi host and Compute instance in the Cluster. If this isn't set, the Cluster's
displayNameis used as the prefix. - Is
Shielded boolInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- Network
Configurations List<GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Network Configuration> - The network configurations used by Cluster, including OCIDs of the management subnet and VLANs.
- Vsphere
Type string - vSphere Cluster types.
- Workload
Network stringCidr - The CIDR block for the IP addresses that VMware VMs in the Cluster use to run application workloads.
- 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 stringId - The OCID of the Capacity Reservation.
- Compute
Availability stringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1 - Datastore
Cluster []stringIds - A list of datastore clusters.
- Datastores
[]Get
Sddcs Sddc Collection 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 string - A filter to return only resources that match the given display name exactly.
- 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 string - The billing option selected during Cluster creation. ListSupportedCommitments.
- Initial
Host float64Ocpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- Initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- Instance
Display stringName Prefix - A prefix used in the name of each ESXi host and Compute instance in the Cluster. If this isn't set, the Cluster's
displayNameis used as the prefix. - Is
Shielded boolInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- Network
Configurations []GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Network Configuration - The network configurations used by Cluster, including OCIDs of the management subnet and VLANs.
- Vsphere
Type string - vSphere Cluster types.
- Workload
Network stringCidr - The CIDR block for the IP addresses that VMware VMs in the Cluster use to run application workloads.
- actual
Esxi 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.
- capacity
Reservation StringId - The OCID of the Capacity Reservation.
- compute
Availability StringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1 - datastore
Cluster List<String>Ids - A list of datastore clusters.
- datastores
List<Get
Sddcs Sddc Collection 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 String - A filter to return only resources that match the given display name exactly.
- esxi
Hosts 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.
- initial
Commitment String - The billing option selected during Cluster creation. ListSupportedCommitments.
- initial
Host DoubleOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initial
Host StringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- instance
Display StringName Prefix - A prefix used in the name of each ESXi host and Compute instance in the Cluster. If this isn't set, the Cluster's
displayNameis used as the prefix. - is
Shielded BooleanInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- network
Configurations List<GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Network Configuration> - The network configurations used by Cluster, including OCIDs of the management subnet and VLANs.
- vsphere
Type String - vSphere Cluster types.
- workload
Network StringCidr - The CIDR block for the IP addresses that VMware VMs in the Cluster use to run application workloads.
- actual
Esxi 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.
- capacity
Reservation stringId - The OCID of the Capacity Reservation.
- compute
Availability stringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1 - datastore
Cluster string[]Ids - A list of datastore clusters.
- datastores
Get
Sddcs Sddc Collection 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 string - A filter to return only resources that match the given display name exactly.
- esxi
Hosts 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.
- initial
Commitment string - The billing option selected during Cluster creation. ListSupportedCommitments.
- initial
Host numberOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- instance
Display stringName Prefix - A prefix used in the name of each ESXi host and Compute instance in the Cluster. If this isn't set, the Cluster's
displayNameis used as the prefix. - is
Shielded booleanInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- network
Configurations GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Network Configuration[] - The network configurations used by Cluster, including OCIDs of the management subnet and VLANs.
- vsphere
Type string - vSphere Cluster types.
- workload
Network stringCidr - The CIDR block for the IP addresses that VMware VMs in the Cluster use to run application workloads.
- 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 - The OCID of the Capacity Reservation.
- compute_
availability_ strdomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1 - datastore_
cluster_ Sequence[str]ids - A list of datastore clusters.
- datastores
Sequence[Get
Sddcs Sddc Collection 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 filter to return only resources that match the given display name exactly.
- 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.
- initial_
host_ strshape_ name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- instance_
display_ strname_ prefix - A prefix used in the name of each ESXi host and Compute instance in the Cluster. If this isn't set, the Cluster's
displayNameis used as the 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] - The network configurations used by Cluster, including OCIDs of the management subnet and VLANs.
- vsphere_
type str - vSphere Cluster types.
- workload_
network_ strcidr - The CIDR block for the IP addresses that VMware VMs in the Cluster use to run application workloads.
- actual
Esxi 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.
- capacity
Reservation StringId - The OCID of the Capacity Reservation.
- compute
Availability StringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1 - datastore
Cluster List<String>Ids - A list of datastore clusters.
- datastores List<Property Map>
- A list of datastore info for the Cluster. This value is required only when
initialHostShapeNameis a standard shape. - display
Name String - A filter to return only resources that match the given display name exactly.
- esxi
Hosts 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.
- initial
Commitment String - The billing option selected during Cluster creation. ListSupportedCommitments.
- initial
Host NumberOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initial
Host StringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- instance
Display StringName Prefix - A prefix used in the name of each ESXi host and Compute instance in the Cluster. If this isn't set, the Cluster's
displayNameis used as the prefix. - is
Shielded BooleanInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- network
Configurations List<Property Map> - The network configurations used by Cluster, including OCIDs of the management subnet and VLANs.
- vsphere
Type String - vSphere Cluster types.
- workload
Network StringCidr - The CIDR block for the IP addresses that VMware VMs in the Cluster use to run application workloads.
GetSddcsSddcCollectionInitialConfigurationInitialClusterConfigurationDatastore
- Block
Volume List<string>Ids - A list of OCIDs of Block Storage Volumes.
- Datastore
Type string - Type of the datastore.
- Block
Volume []stringIds - A list of OCIDs of Block Storage Volumes.
- Datastore
Type string - Type of the datastore.
- block
Volume List<String>Ids - A list of OCIDs of Block Storage Volumes.
- datastore
Type String - Type of the datastore.
- block
Volume string[]Ids - A list of OCIDs of Block Storage Volumes.
- datastore
Type 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.
- block
Volume List<String>Ids - A list of OCIDs of Block Storage Volumes.
- datastore
Type String - Type of the datastore.
GetSddcsSddcCollectionInitialConfigurationInitialClusterConfigurationNetworkConfiguration
- Hcx
Vlan 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.
- Nsx
Edge stringUplink1vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- Nsx
Edge stringUplink2vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- Nsx
Edge stringVtep Vlan Id - The OCID of the VLAN used by the Cluster for the NSX Edge VTEP component of the VMware environment.
- Nsx
Vtep stringVlan Id - The OCID of the VLAN used by the Cluster for the NSX VTEP component of the VMware environment.
- Provisioning
Subnet stringId - The OCID of the management subnet used to provision the Cluster.
- Provisioning
Vlan stringId - The OCID of the VLAN used by the Cluster for the Provisioning component of the VMware environment.
- Replication
Vlan stringId - The OCID of the VLAN used by the Cluster for the vSphere Replication component of the VMware environment.
- Vmotion
Vlan stringId - The OCID of the VLAN used by the Cluster for the vMotion component of the VMware environment.
- Vsan
Vlan stringId - The OCID of the VLAN used by the Cluster for the vSAN component of the VMware environment.
- Vsphere
Vlan stringId - The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- Hcx
Vlan 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.
- Nsx
Edge stringUplink1vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- Nsx
Edge stringUplink2vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- Nsx
Edge stringVtep Vlan Id - The OCID of the VLAN used by the Cluster for the NSX Edge VTEP component of the VMware environment.
- Nsx
Vtep stringVlan Id - The OCID of the VLAN used by the Cluster for the NSX VTEP component of the VMware environment.
- Provisioning
Subnet stringId - The OCID of the management subnet used to provision the Cluster.
- Provisioning
Vlan stringId - The OCID of the VLAN used by the Cluster for the Provisioning component of the VMware environment.
- Replication
Vlan stringId - The OCID of the VLAN used by the Cluster for the vSphere Replication component of the VMware environment.
- Vmotion
Vlan stringId - The OCID of the VLAN used by the Cluster for the vMotion component of the VMware environment.
- Vsan
Vlan stringId - The OCID of the VLAN used by the Cluster for the vSAN component of the VMware environment.
- Vsphere
Vlan stringId - The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- hcx
Vlan 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.
- nsx
Edge StringUplink1vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- nsx
Edge StringUplink2vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- nsx
Edge StringVtep Vlan Id - The OCID of the VLAN used by the Cluster for the NSX Edge VTEP component of the VMware environment.
- nsx
Vtep StringVlan Id - The OCID of the VLAN used by the Cluster for the NSX VTEP component of the VMware environment.
- provisioning
Subnet StringId - The OCID of the management subnet used to provision the Cluster.
- provisioning
Vlan StringId - The OCID of the VLAN used by the Cluster for the Provisioning component of the VMware environment.
- replication
Vlan StringId - The OCID of the VLAN used by the Cluster for the vSphere Replication component of the VMware environment.
- vmotion
Vlan StringId - The OCID of the VLAN used by the Cluster for the vMotion component of the VMware environment.
- vsan
Vlan StringId - The OCID of the VLAN used by the Cluster for the vSAN component of the VMware environment.
- vsphere
Vlan StringId - The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- hcx
Vlan 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.
- nsx
Edge stringUplink1vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- nsx
Edge stringUplink2vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- nsx
Edge stringVtep Vlan Id - The OCID of the VLAN used by the Cluster for the NSX Edge VTEP component of the VMware environment.
- nsx
Vtep stringVlan Id - The OCID of the VLAN used by the Cluster for the NSX VTEP component of the VMware environment.
- provisioning
Subnet stringId - The OCID of the management subnet used to provision the Cluster.
- provisioning
Vlan stringId - The OCID of the VLAN used by the Cluster for the Provisioning component of the VMware environment.
- replication
Vlan stringId - The OCID of the VLAN used by the Cluster for the vSphere Replication component of the VMware environment.
- vmotion
Vlan stringId - The OCID of the VLAN used by the Cluster for the vMotion component of the VMware environment.
- vsan
Vlan stringId - The OCID of the VLAN used by the Cluster for the vSAN component of the VMware environment.
- vsphere
Vlan stringId - The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- 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 - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- nsx_
edge_ struplink2vlan_ id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- nsx_
edge_ strvtep_ vlan_ id - The OCID of the VLAN used by the Cluster for the NSX Edge VTEP component of the VMware environment.
- nsx_
vtep_ strvlan_ id - The OCID of the VLAN used by the Cluster for the NSX VTEP component of the VMware environment.
- provisioning_
subnet_ strid - The OCID of the management subnet used to provision the Cluster.
- provisioning_
vlan_ strid - The OCID of the VLAN used by the Cluster for the Provisioning component of the VMware environment.
- replication_
vlan_ strid - The OCID of the VLAN used by the Cluster for the vSphere Replication component of the VMware environment.
- vmotion_
vlan_ strid - The OCID of the VLAN used by the Cluster for the vMotion component of the VMware environment.
- vsan_
vlan_ strid - The OCID of the VLAN used by the Cluster for the vSAN component of the VMware environment.
- vsphere_
vlan_ strid - The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- hcx
Vlan 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.
- nsx
Edge StringUplink1vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- nsx
Edge StringUplink2vlan Id - The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
- nsx
Edge StringVtep Vlan Id - The OCID of the VLAN used by the Cluster for the NSX Edge VTEP component of the VMware environment.
- nsx
Vtep StringVlan Id - The OCID of the VLAN used by the Cluster for the NSX VTEP component of the VMware environment.
- provisioning
Subnet StringId - The OCID of the management subnet used to provision the Cluster.
- provisioning
Vlan StringId - The OCID of the VLAN used by the Cluster for the Provisioning component of the VMware environment.
- replication
Vlan StringId - The OCID of the VLAN used by the Cluster for the vSphere Replication component of the VMware environment.
- vmotion
Vlan StringId - The OCID of the VLAN used by the Cluster for the vMotion component of the VMware environment.
- vsan
Vlan StringId - The OCID of the VLAN used by the Cluster for the vSAN component of the VMware environment.
- vsphere
Vlan StringId - The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster.
GetSddcsSddcCollectionUpgradeLicense
- License
Key string - License
Type string
- License
Key string - License
Type string
- license
Key String - license
Type String
- license
Key string - license
Type string
- license_
key str - license_
type str
- license
Key String - license
Type String
GetSddcsSddcCollectionVsphereUpgradeObject
- Download
Link string - Link
Description string
- Download
Link string - Link
Description string
- download
Link String - link
Description String
- download
Link string - link
Description string
- download_
link str - link_
description str
- download
Link String - link
Description String
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
