Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.Ocvp.getSddc
Explore with Pulumi AI
This data source provides details about a specific Sddc resource in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.
Gets the specified SDDC’s information.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSddc = oci.Ocvp.getSddc({
sddcId: testSddcOciOcvpSddc.id,
});
import pulumi
import pulumi_oci as oci
test_sddc = oci.Ocvp.get_sddc(sddc_id=test_sddc_oci_ocvp_sddc["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/Ocvp"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Ocvp.GetSddc(ctx, &ocvp.GetSddcArgs{
SddcId: testSddcOciOcvpSddc.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testSddc = Oci.Ocvp.GetSddc.Invoke(new()
{
SddcId = testSddcOciOcvpSddc.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Ocvp.OcvpFunctions;
import com.pulumi.oci.Ocvp.inputs.GetSddcArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testSddc = OcvpFunctions.getSddc(GetSddcArgs.builder()
.sddcId(testSddcOciOcvpSddc.id())
.build());
}
}
variables:
testSddc:
fn::invoke:
Function: oci:Ocvp:getSddc
Arguments:
sddcId: ${testSddcOciOcvpSddc.id}
Using getSddc
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSddc(args: GetSddcArgs, opts?: InvokeOptions): Promise<GetSddcResult>
function getSddcOutput(args: GetSddcOutputArgs, opts?: InvokeOptions): Output<GetSddcResult>
def get_sddc(sddc_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSddcResult
def get_sddc_output(sddc_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSddcResult]
func GetSddc(ctx *Context, args *GetSddcArgs, opts ...InvokeOption) (*GetSddcResult, error)
func GetSddcOutput(ctx *Context, args *GetSddcOutputArgs, opts ...InvokeOption) GetSddcResultOutput
> Note: This function is named GetSddc
in the Go SDK.
public static class GetSddc
{
public static Task<GetSddcResult> InvokeAsync(GetSddcArgs args, InvokeOptions? opts = null)
public static Output<GetSddcResult> Invoke(GetSddcInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSddcResult> getSddc(GetSddcArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Ocvp/getSddc:getSddc
arguments:
# arguments dictionary
The following arguments are supported:
getSddc Result
The following output properties are available:
- Actual
Esxi intHosts Count - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC. Deprecated. Please use
actual_esxi_hosts_count
ofinitial_cluster_configurations
instead. - 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 that contains the SDDC.
- Compute
Availability stringDomain - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD
. - Datastores
List<Get
Sddc Datastore> - A list of datastore info for the Cluster. This value is required only when
initialHostShapeName
is 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 descriptive name for the Cluster. Cluster name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. Avoid entering confidential information.
- Esxi
Hosts intCount - The number of ESXi hosts to create in the Cluster. You can add more hosts later (see CreateEsxiHost). Creating a Cluster with a ESXi host count of 1 will be considered a single ESXi host Cluster.
- Esxi
Software 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 - (Deprecated) The SDDC includes an administrator username and initial password for HCX Manager. Make sure to change this initial HCX Manager password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - Hcx
Mode string - HCX configuration of the SDDC.
- Hcx
On stringPrem Key - (Deprecated) The activation keys to use on the on-premises HCX Enterprise appliances you site pair with HCX Manager in your VMware Solution. The number of keys provided depends on the HCX license type. HCX Advanced provides 3 activation keys. HCX Enterprise provides 10 activation keys. Deprecated. Please use
hcx_on_prem_licenses
instead. - Hcx
On List<GetPrem Licenses Sddc Hcx On Prem License> - The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- Hcx
Private stringIp Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for HCX Manager. For information aboutPrivateIp
objects, see the Core Services API. - 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<GetSddc Initial Configuration> - Details of SDDC initial configuration
- Initial
Host doubleOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use
initial_host_ocpu_count
ofinitial_cluster_configurations
instead. - Initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use
initial_host_shape_name
ofinitial_cluster_configurations
instead. - Initial
Sku string - (Deprecated) The billing option selected during SDDC creation. ListSupportedSkus. Deprecated. Please use
initial_commitment
ofinitial_cluster_configurations
instead. - Instance
Display stringName Prefix - (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's
displayName
is used as the prefix. - Is
Hcx boolEnabled - (Deprecated) Indicates whether HCX is enabled for this SDDC. Deprecated. Please use
hcx_mode
instead. - Is
Hcx boolEnterprise Enabled - (Deprecated) Indicates whether HCX Enterprise is enabled for this SDDC. Deprecated. Please use
hcx_mode
instead. - Is
Hcx boolPending Downgrade - Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- Is
Shielded boolInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use
is_shielded_instance_enabled
ofinitial_cluster_configurations
instead. - Is
Single boolHost Sddc - Indicates whether this SDDC is designated for only single ESXi host.
- Nsx
Edge stringUplink1vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- Nsx
Edge stringUplink2vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- Nsx
Edge stringUplink Ip Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for the NSX Edge Uplink. Use this OCID as the route target for route table rules when setting up connectivity between the SDDC and other networks. For information aboutPrivateIp
objects, see the Core Services API. - Nsx
Edge stringVtep Vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC 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 - (Deprecated) The SDDC includes an administrator username and initial password for NSX Manager. Make sure to change this initial NSX Manager password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - Nsx
Manager stringPrivate Ip Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for NSX Manager. For information aboutPrivateIp
objects, see the Core Services API. - 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 - (Deprecated) The VMware NSX overlay workload segment to host your application. Connect to workload portgroup in vCenter to access this overlay segment.
- Nsx
Vtep stringVlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- Provisioning
Subnet stringId - (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use
provisioning_subnet_id
ofnetwork_configuration
instead. - Provisioning
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use
provisioning_vlan_id
ofnetwork_configuration
instead. - Refresh
Hcx boolLicense Status - Replication
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use
replication_vlan_id
ofnetwork_configuration
instead. - Reserving
Hcx List<string>On Premise License Keys - Sddc
Id string - string
- One or more public SSH keys to be included in the
~/.ssh/authorized_keys
file for the default user on each ESXi host. Use a newline character to separate multiple keys. The SSH keys must be in the format required for theauthorized_keys
file. - State string
- The current state of the SDDC.
- 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 - The date and time current HCX Enterprise billing cycle ends, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Time
Hcx stringLicense Status Updated - The date and time the SDDC's HCX on-premise license status was updated, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Time
Updated string - The date and time the SDDC was updated, in the format defined by RFC3339.
- Upgrade
Licenses List<GetSddc Upgrade License> - (Deprecated) The vSphere licenses to use when upgrading the SDDC.
- Vcenter
Fqdn string - The FQDN for vCenter. Example:
vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- Vcenter
Initial stringPassword - (Deprecated) The SDDC includes an administrator username and initial password for vCenter. Make sure to change this initial vCenter password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - Vcenter
Private stringIp Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for vCenter. For information aboutPrivateIp
objects, see the Core Services API. - Vcenter
Username string - The SDDC includes an administrator username and password for vCenter. You can change this initial username to a different value in vCenter.
- Vmotion
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC 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 - (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- Vsphere
Upgrade stringGuide - (Deprecated) The link to guidance for upgrading vSphere.
- Vsphere
Upgrade List<GetObjects Sddc Vsphere Upgrade Object> - (Deprecated) The links to binary objects needed to upgrade vSphere.
- Vsphere
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- Workload
Network stringCidr - (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use
workload_network_cidr
ofinitial_cluster_configurations
instead.
- Actual
Esxi intHosts Count - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC. Deprecated. Please use
actual_esxi_hosts_count
ofinitial_cluster_configurations
instead. - 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 that contains the SDDC.
- Compute
Availability stringDomain - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD
. - Datastores
[]Get
Sddc Datastore - A list of datastore info for the Cluster. This value is required only when
initialHostShapeName
is 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 descriptive name for the Cluster. Cluster name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. Avoid entering confidential information.
- Esxi
Hosts intCount - The number of ESXi hosts to create in the Cluster. You can add more hosts later (see CreateEsxiHost). Creating a Cluster with a ESXi host count of 1 will be considered a single ESXi host Cluster.
- Esxi
Software 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 - (Deprecated) The SDDC includes an administrator username and initial password for HCX Manager. Make sure to change this initial HCX Manager password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - Hcx
Mode string - HCX configuration of the SDDC.
- Hcx
On stringPrem Key - (Deprecated) The activation keys to use on the on-premises HCX Enterprise appliances you site pair with HCX Manager in your VMware Solution. The number of keys provided depends on the HCX license type. HCX Advanced provides 3 activation keys. HCX Enterprise provides 10 activation keys. Deprecated. Please use
hcx_on_prem_licenses
instead. - Hcx
On []GetPrem Licenses Sddc Hcx On Prem License - The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- Hcx
Private stringIp Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for HCX Manager. For information aboutPrivateIp
objects, see the Core Services API. - 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 []GetSddc Initial Configuration - Details of SDDC initial configuration
- Initial
Host float64Ocpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use
initial_host_ocpu_count
ofinitial_cluster_configurations
instead. - Initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use
initial_host_shape_name
ofinitial_cluster_configurations
instead. - Initial
Sku string - (Deprecated) The billing option selected during SDDC creation. ListSupportedSkus. Deprecated. Please use
initial_commitment
ofinitial_cluster_configurations
instead. - Instance
Display stringName Prefix - (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's
displayName
is used as the prefix. - Is
Hcx boolEnabled - (Deprecated) Indicates whether HCX is enabled for this SDDC. Deprecated. Please use
hcx_mode
instead. - Is
Hcx boolEnterprise Enabled - (Deprecated) Indicates whether HCX Enterprise is enabled for this SDDC. Deprecated. Please use
hcx_mode
instead. - Is
Hcx boolPending Downgrade - Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- Is
Shielded boolInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use
is_shielded_instance_enabled
ofinitial_cluster_configurations
instead. - Is
Single boolHost Sddc - Indicates whether this SDDC is designated for only single ESXi host.
- Nsx
Edge stringUplink1vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- Nsx
Edge stringUplink2vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- Nsx
Edge stringUplink Ip Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for the NSX Edge Uplink. Use this OCID as the route target for route table rules when setting up connectivity between the SDDC and other networks. For information aboutPrivateIp
objects, see the Core Services API. - Nsx
Edge stringVtep Vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC 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 - (Deprecated) The SDDC includes an administrator username and initial password for NSX Manager. Make sure to change this initial NSX Manager password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - Nsx
Manager stringPrivate Ip Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for NSX Manager. For information aboutPrivateIp
objects, see the Core Services API. - 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 - (Deprecated) The VMware NSX overlay workload segment to host your application. Connect to workload portgroup in vCenter to access this overlay segment.
- Nsx
Vtep stringVlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- Provisioning
Subnet stringId - (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use
provisioning_subnet_id
ofnetwork_configuration
instead. - Provisioning
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use
provisioning_vlan_id
ofnetwork_configuration
instead. - Refresh
Hcx boolLicense Status - Replication
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use
replication_vlan_id
ofnetwork_configuration
instead. - Reserving
Hcx []stringOn Premise License Keys - Sddc
Id string - string
- One or more public SSH keys to be included in the
~/.ssh/authorized_keys
file for the default user on each ESXi host. Use a newline character to separate multiple keys. The SSH keys must be in the format required for theauthorized_keys
file. - State string
- The current state of the SDDC.
- 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 - The date and time current HCX Enterprise billing cycle ends, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Time
Hcx stringLicense Status Updated - The date and time the SDDC's HCX on-premise license status was updated, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Time
Updated string - The date and time the SDDC was updated, in the format defined by RFC3339.
- Upgrade
Licenses []GetSddc Upgrade License - (Deprecated) The vSphere licenses to use when upgrading the SDDC.
- Vcenter
Fqdn string - The FQDN for vCenter. Example:
vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- Vcenter
Initial stringPassword - (Deprecated) The SDDC includes an administrator username and initial password for vCenter. Make sure to change this initial vCenter password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - Vcenter
Private stringIp Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for vCenter. For information aboutPrivateIp
objects, see the Core Services API. - Vcenter
Username string - The SDDC includes an administrator username and password for vCenter. You can change this initial username to a different value in vCenter.
- Vmotion
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC 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 - (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- Vsphere
Upgrade stringGuide - (Deprecated) The link to guidance for upgrading vSphere.
- Vsphere
Upgrade []GetObjects Sddc Vsphere Upgrade Object - (Deprecated) The links to binary objects needed to upgrade vSphere.
- Vsphere
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- Workload
Network stringCidr - (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use
workload_network_cidr
ofinitial_cluster_configurations
instead.
- 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. Deprecated. Please use
actual_esxi_hosts_count
ofinitial_cluster_configurations
instead. - 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 that contains the SDDC.
- compute
Availability StringDomain - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD
. - datastores
List<Get
Sddc Datastore> - A list of datastore info for the Cluster. This value is required only when
initialHostShapeName
is 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 descriptive name for the Cluster. Cluster name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. Avoid entering confidential information.
- esxi
Hosts 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 - (Deprecated) The SDDC includes an administrator username and initial password for HCX Manager. Make sure to change this initial HCX Manager password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - hcx
Mode String - HCX configuration of the SDDC.
- hcx
On StringPrem Key - (Deprecated) The activation keys to use on the on-premises HCX Enterprise appliances you site pair with HCX Manager in your VMware Solution. The number of keys provided depends on the HCX license type. HCX Advanced provides 3 activation keys. HCX Enterprise provides 10 activation keys. Deprecated. Please use
hcx_on_prem_licenses
instead. - hcx
On List<GetPrem Licenses Sddc Hcx On Prem License> - The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- hcx
Private StringIp Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for HCX Manager. For information aboutPrivateIp
objects, see the Core Services API. - 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<GetSddc Initial Configuration> - Details of SDDC initial configuration
- initial
Host DoubleOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use
initial_host_ocpu_count
ofinitial_cluster_configurations
instead. - initial
Host StringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use
initial_host_shape_name
ofinitial_cluster_configurations
instead. - initial
Sku String - (Deprecated) The billing option selected during SDDC creation. ListSupportedSkus. Deprecated. Please use
initial_commitment
ofinitial_cluster_configurations
instead. - instance
Display StringName Prefix - (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's
displayName
is used as the prefix. - is
Hcx BooleanEnabled - (Deprecated) Indicates whether HCX is enabled for this SDDC. Deprecated. Please use
hcx_mode
instead. - is
Hcx BooleanEnterprise Enabled - (Deprecated) Indicates whether HCX Enterprise is enabled for this SDDC. Deprecated. Please use
hcx_mode
instead. - 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. Deprecated. Please use
is_shielded_instance_enabled
ofinitial_cluster_configurations
instead. - is
Single BooleanHost Sddc - Indicates whether this SDDC is designated for only single ESXi host.
- nsx
Edge StringUplink1vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsx
Edge StringUplink2vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- nsx
Edge StringUplink Ip Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for the NSX Edge Uplink. Use this OCID as the route target for route table rules when setting up connectivity between the SDDC and other networks. For information aboutPrivateIp
objects, see the Core Services API. - nsx
Edge StringVtep Vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC 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 - (Deprecated) The SDDC includes an administrator username and initial password for NSX Manager. Make sure to change this initial NSX Manager password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - nsx
Manager StringPrivate Ip Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for NSX Manager. For information aboutPrivateIp
objects, see the Core Services API. - 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 - (Deprecated) The VMware NSX overlay workload segment to host your application. Connect to workload portgroup in vCenter to access this overlay segment.
- nsx
Vtep StringVlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioning
Subnet StringId - (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use
provisioning_subnet_id
ofnetwork_configuration
instead. - provisioning
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use
provisioning_vlan_id
ofnetwork_configuration
instead. - refresh
Hcx BooleanLicense Status - replication
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use
replication_vlan_id
ofnetwork_configuration
instead. - reserving
Hcx List<String>On Premise License Keys - sddc
Id String - String
- One or more public SSH keys to be included in the
~/.ssh/authorized_keys
file for the default user on each ESXi host. Use a newline character to separate multiple keys. The SSH keys must be in the format required for theauthorized_keys
file. - state String
- The current state of the SDDC.
- 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 - The date and time current HCX Enterprise billing cycle ends, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time
Hcx StringLicense Status Updated - The date and time the SDDC's HCX on-premise license status was updated, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated String - The date and time the SDDC was updated, in the format defined by RFC3339.
- upgrade
Licenses List<GetSddc Upgrade License> - (Deprecated) The vSphere licenses to use when upgrading the SDDC.
- vcenter
Fqdn String - The FQDN for vCenter. Example:
vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- vcenter
Initial StringPassword - (Deprecated) The SDDC includes an administrator username and initial password for vCenter. Make sure to change this initial vCenter password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - vcenter
Private StringIp Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for vCenter. For information aboutPrivateIp
objects, see the Core Services API. - vcenter
Username String - The SDDC includes an administrator username and password for vCenter. You can change this initial username to a different value in vCenter.
- vmotion
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC 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 - (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphere
Upgrade StringGuide - (Deprecated) The link to guidance for upgrading vSphere.
- vsphere
Upgrade List<GetObjects Sddc Vsphere Upgrade Object> - (Deprecated) The links to binary objects needed to upgrade vSphere.
- vsphere
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- workload
Network StringCidr - (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use
workload_network_cidr
ofinitial_cluster_configurations
instead.
- 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. Deprecated. Please use
actual_esxi_hosts_count
ofinitial_cluster_configurations
instead. - 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 that contains the SDDC.
- compute
Availability stringDomain - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD
. - datastores
Get
Sddc Datastore[] - A list of datastore info for the Cluster. This value is required only when
initialHostShapeName
is 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 descriptive name for the Cluster. Cluster name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. Avoid entering confidential information.
- esxi
Hosts 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 - (Deprecated) The SDDC includes an administrator username and initial password for HCX Manager. Make sure to change this initial HCX Manager password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - hcx
Mode string - HCX configuration of the SDDC.
- hcx
On stringPrem Key - (Deprecated) The activation keys to use on the on-premises HCX Enterprise appliances you site pair with HCX Manager in your VMware Solution. The number of keys provided depends on the HCX license type. HCX Advanced provides 3 activation keys. HCX Enterprise provides 10 activation keys. Deprecated. Please use
hcx_on_prem_licenses
instead. - hcx
On GetPrem Licenses Sddc Hcx On Prem License[] - The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- hcx
Private stringIp Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for HCX Manager. For information aboutPrivateIp
objects, see the Core Services API. - 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 GetSddc Initial Configuration[] - Details of SDDC initial configuration
- initial
Host numberOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use
initial_host_ocpu_count
ofinitial_cluster_configurations
instead. - initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use
initial_host_shape_name
ofinitial_cluster_configurations
instead. - initial
Sku string - (Deprecated) The billing option selected during SDDC creation. ListSupportedSkus. Deprecated. Please use
initial_commitment
ofinitial_cluster_configurations
instead. - instance
Display stringName Prefix - (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's
displayName
is used as the prefix. - is
Hcx booleanEnabled - (Deprecated) Indicates whether HCX is enabled for this SDDC. Deprecated. Please use
hcx_mode
instead. - is
Hcx booleanEnterprise Enabled - (Deprecated) Indicates whether HCX Enterprise is enabled for this SDDC. Deprecated. Please use
hcx_mode
instead. - 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. Deprecated. Please use
is_shielded_instance_enabled
ofinitial_cluster_configurations
instead. - is
Single booleanHost Sddc - Indicates whether this SDDC is designated for only single ESXi host.
- nsx
Edge stringUplink1vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsx
Edge stringUplink2vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- nsx
Edge stringUplink Ip Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for the NSX Edge Uplink. Use this OCID as the route target for route table rules when setting up connectivity between the SDDC and other networks. For information aboutPrivateIp
objects, see the Core Services API. - nsx
Edge stringVtep Vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC 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 - (Deprecated) The SDDC includes an administrator username and initial password for NSX Manager. Make sure to change this initial NSX Manager password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - nsx
Manager stringPrivate Ip Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for NSX Manager. For information aboutPrivateIp
objects, see the Core Services API. - 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 - (Deprecated) The VMware NSX overlay workload segment to host your application. Connect to workload portgroup in vCenter to access this overlay segment.
- nsx
Vtep stringVlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioning
Subnet stringId - (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use
provisioning_subnet_id
ofnetwork_configuration
instead. - provisioning
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use
provisioning_vlan_id
ofnetwork_configuration
instead. - refresh
Hcx booleanLicense Status - replication
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use
replication_vlan_id
ofnetwork_configuration
instead. - reserving
Hcx string[]On Premise License Keys - sddc
Id string - string
- One or more public SSH keys to be included in the
~/.ssh/authorized_keys
file for the default user on each ESXi host. Use a newline character to separate multiple keys. The SSH keys must be in the format required for theauthorized_keys
file. - state string
- The current state of the SDDC.
- 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 - The date and time current HCX Enterprise billing cycle ends, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time
Hcx stringLicense Status Updated - The date and time the SDDC's HCX on-premise license status was updated, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated string - The date and time the SDDC was updated, in the format defined by RFC3339.
- upgrade
Licenses GetSddc Upgrade License[] - (Deprecated) The vSphere licenses to use when upgrading the SDDC.
- vcenter
Fqdn string - The FQDN for vCenter. Example:
vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- vcenter
Initial stringPassword - (Deprecated) The SDDC includes an administrator username and initial password for vCenter. Make sure to change this initial vCenter password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - vcenter
Private stringIp Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for vCenter. For information aboutPrivateIp
objects, see the Core Services API. - vcenter
Username string - The SDDC includes an administrator username and password for vCenter. You can change this initial username to a different value in vCenter.
- vmotion
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC 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 - (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphere
Upgrade stringGuide - (Deprecated) The link to guidance for upgrading vSphere.
- vsphere
Upgrade GetObjects Sddc Vsphere Upgrade Object[] - (Deprecated) The links to binary objects needed to upgrade vSphere.
- vsphere
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- workload
Network stringCidr - (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use
workload_network_cidr
ofinitial_cluster_configurations
instead.
- actual_
esxi_ inthosts_ count - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC. Deprecated. Please use
actual_esxi_hosts_count
ofinitial_cluster_configurations
instead. - capacity_
reservation_ strid - The OCID of the Capacity Reservation.
- clusters_
count int - The number of Clusters in the SDDC.
- compartment_
id str - The OCID of the compartment that contains the SDDC.
- compute_
availability_ strdomain - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD
. - datastores
Sequence[ocvp.
Get Sddc Datastore] - A list of datastore info for the Cluster. This value is required only when
initialHostShapeName
is a standard shape. - Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - A descriptive name for the Cluster. Cluster name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. Avoid entering confidential information.
- esxi_
hosts_ intcount - The number of ESXi hosts to create in the Cluster. You can add more hosts later (see CreateEsxiHost). Creating a Cluster with a ESXi host count of 1 will be considered a single ESXi host Cluster.
- esxi_
software_ strversion - In general, this is a specific version of bundled ESXi software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hcx_
action str - hcx_
fqdn str - The FQDN for HCX Manager. Example:
hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- hcx_
initial_ strpassword - (Deprecated) The SDDC includes an administrator username and initial password for HCX Manager. Make sure to change this initial HCX Manager password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - hcx_
mode str - HCX configuration of the SDDC.
- hcx_
on_ strprem_ key - (Deprecated) The activation keys to use on the on-premises HCX Enterprise appliances you site pair with HCX Manager in your VMware Solution. The number of keys provided depends on the HCX license type. HCX Advanced provides 3 activation keys. HCX Enterprise provides 10 activation keys. Deprecated. Please use
hcx_on_prem_licenses
instead. - hcx_
on_ Sequence[ocvp.prem_ licenses Get Sddc Hcx On Prem License] - The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- hcx_
private_ strip_ id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for HCX Manager. For information aboutPrivateIp
objects, see the Core Services API. - hcx_
vlan_ strid - The OCID of the VLAN used by the SDDC for the HCX component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster when HCX is enabled.
- id str
- The OCID of the SDDC.
- initial_
configurations Sequence[ocvp.Get Sddc Initial Configuration] - Details of SDDC initial configuration
- initial_
host_ floatocpu_ count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use
initial_host_ocpu_count
ofinitial_cluster_configurations
instead. - initial_
host_ strshape_ name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use
initial_host_shape_name
ofinitial_cluster_configurations
instead. - initial_
sku str - (Deprecated) The billing option selected during SDDC creation. ListSupportedSkus. Deprecated. Please use
initial_commitment
ofinitial_cluster_configurations
instead. - instance_
display_ strname_ prefix - (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's
displayName
is used as the prefix. - is_
hcx_ boolenabled - (Deprecated) Indicates whether HCX is enabled for this SDDC. Deprecated. Please use
hcx_mode
instead. - is_
hcx_ boolenterprise_ enabled - (Deprecated) Indicates whether HCX Enterprise is enabled for this SDDC. Deprecated. Please use
hcx_mode
instead. - is_
hcx_ boolpending_ downgrade - Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- is_
shielded_ boolinstance_ enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use
is_shielded_instance_enabled
ofinitial_cluster_configurations
instead. - is_
single_ boolhost_ sddc - Indicates whether this SDDC is designated for only single ESXi host.
- nsx_
edge_ struplink1vlan_ id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsx_
edge_ struplink2vlan_ id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- nsx_
edge_ struplink_ ip_ id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for the NSX Edge Uplink. Use this OCID as the route target for route table rules when setting up connectivity between the SDDC and other networks. For information aboutPrivateIp
objects, see the Core Services API. - nsx_
edge_ strvtep_ vlan_ id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- nsx_
manager_ strfqdn - The FQDN for NSX Manager. Example:
nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- nsx_
manager_ strinitial_ password - (Deprecated) The SDDC includes an administrator username and initial password for NSX Manager. Make sure to change this initial NSX Manager password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - nsx_
manager_ strprivate_ ip_ id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for NSX Manager. For information aboutPrivateIp
objects, see the Core Services API. - nsx_
manager_ strusername - The SDDC includes an administrator username and initial password for NSX Manager. You can change this initial username to a different value in NSX Manager.
- nsx_
overlay_ strsegment_ name - (Deprecated) The VMware NSX overlay workload segment to host your application. Connect to workload portgroup in vCenter to access this overlay segment.
- nsx_
vtep_ strvlan_ id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioning_
subnet_ strid - (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use
provisioning_subnet_id
ofnetwork_configuration
instead. - provisioning_
vlan_ strid - (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use
provisioning_vlan_id
ofnetwork_configuration
instead. - refresh_
hcx_ boollicense_ status - replication_
vlan_ strid - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use
replication_vlan_id
ofnetwork_configuration
instead. - reserving_
hcx_ Sequence[str]on_ premise_ license_ keys - sddc_
id str - str
- One or more public SSH keys to be included in the
~/.ssh/authorized_keys
file for the default user on each ESXi host. Use a newline character to separate multiple keys. The SSH keys must be in the format required for theauthorized_keys
file. - state str
- The current state of the SDDC.
- time_
created str - The date and time the SDDC was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time_
hcx_ strbilling_ cycle_ end - The date and time current HCX Enterprise billing cycle ends, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time_
hcx_ strlicense_ status_ updated - The date and time the SDDC's HCX on-premise license status was updated, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time_
updated str - The date and time the SDDC was updated, in the format defined by RFC3339.
- upgrade_
licenses Sequence[ocvp.Get Sddc Upgrade License] - (Deprecated) The vSphere licenses to use when upgrading the SDDC.
- vcenter_
fqdn str - The FQDN for vCenter. Example:
vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- vcenter_
initial_ strpassword - (Deprecated) The SDDC includes an administrator username and initial password for vCenter. Make sure to change this initial vCenter password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - vcenter_
private_ strip_ id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for vCenter. For information aboutPrivateIp
objects, see the Core Services API. - vcenter_
username str - The SDDC includes an administrator username and password for vCenter. You can change this initial username to a different value in vCenter.
- vmotion_
vlan_ strid - (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- vmware_
software_ strversion - In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- vsan_
vlan_ strid - (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphere_
upgrade_ strguide - (Deprecated) The link to guidance for upgrading vSphere.
- vsphere_
upgrade_ Sequence[ocvp.objects Get Sddc Vsphere Upgrade Object] - (Deprecated) The links to binary objects needed to upgrade vSphere.
- vsphere_
vlan_ strid - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- workload_
network_ strcidr - (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use
workload_network_cidr
ofinitial_cluster_configurations
instead.
- 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. Deprecated. Please use
actual_esxi_hosts_count
ofinitial_cluster_configurations
instead. - 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 that contains the SDDC.
- compute
Availability StringDomain - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD
. - datastores List<Property Map>
- A list of datastore info for the Cluster. This value is required only when
initialHostShapeName
is 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 descriptive name for the Cluster. Cluster name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. Avoid entering confidential information.
- esxi
Hosts 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 - (Deprecated) The SDDC includes an administrator username and initial password for HCX Manager. Make sure to change this initial HCX Manager password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - hcx
Mode String - HCX configuration of the SDDC.
- hcx
On StringPrem Key - (Deprecated) The activation keys to use on the on-premises HCX Enterprise appliances you site pair with HCX Manager in your VMware Solution. The number of keys provided depends on the HCX license type. HCX Advanced provides 3 activation keys. HCX Enterprise provides 10 activation keys. Deprecated. Please use
hcx_on_prem_licenses
instead. - 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 - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for HCX Manager. For information aboutPrivateIp
objects, see the Core Services API. - 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. Deprecated. Please use
initial_host_ocpu_count
ofinitial_cluster_configurations
instead. - initial
Host StringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use
initial_host_shape_name
ofinitial_cluster_configurations
instead. - initial
Sku String - (Deprecated) The billing option selected during SDDC creation. ListSupportedSkus. Deprecated. Please use
initial_commitment
ofinitial_cluster_configurations
instead. - instance
Display StringName Prefix - (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's
displayName
is used as the prefix. - is
Hcx BooleanEnabled - (Deprecated) Indicates whether HCX is enabled for this SDDC. Deprecated. Please use
hcx_mode
instead. - is
Hcx BooleanEnterprise Enabled - (Deprecated) Indicates whether HCX Enterprise is enabled for this SDDC. Deprecated. Please use
hcx_mode
instead. - 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. Deprecated. Please use
is_shielded_instance_enabled
ofinitial_cluster_configurations
instead. - is
Single BooleanHost Sddc - Indicates whether this SDDC is designated for only single ESXi host.
- nsx
Edge StringUplink1vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsx
Edge StringUplink2vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- nsx
Edge StringUplink Ip Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for the NSX Edge Uplink. Use this OCID as the route target for route table rules when setting up connectivity between the SDDC and other networks. For information aboutPrivateIp
objects, see the Core Services API. - nsx
Edge StringVtep Vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC 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 - (Deprecated) The SDDC includes an administrator username and initial password for NSX Manager. Make sure to change this initial NSX Manager password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - nsx
Manager StringPrivate Ip Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for NSX Manager. For information aboutPrivateIp
objects, see the Core Services API. - 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 - (Deprecated) The VMware NSX overlay workload segment to host your application. Connect to workload portgroup in vCenter to access this overlay segment.
- nsx
Vtep StringVlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioning
Subnet StringId - (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use
provisioning_subnet_id
ofnetwork_configuration
instead. - provisioning
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use
provisioning_vlan_id
ofnetwork_configuration
instead. - refresh
Hcx BooleanLicense Status - replication
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use
replication_vlan_id
ofnetwork_configuration
instead. - reserving
Hcx List<String>On Premise License Keys - sddc
Id String - String
- One or more public SSH keys to be included in the
~/.ssh/authorized_keys
file for the default user on each ESXi host. Use a newline character to separate multiple keys. The SSH keys must be in the format required for theauthorized_keys
file. - state String
- The current state of the SDDC.
- 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 - The date and time current HCX Enterprise billing cycle ends, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time
Hcx StringLicense Status Updated - The date and time the SDDC's HCX on-premise license status was updated, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated String - The date and time the SDDC was updated, in the format defined by RFC3339.
- upgrade
Licenses List<Property Map> - (Deprecated) The vSphere licenses to use when upgrading the SDDC.
- vcenter
Fqdn String - The FQDN for vCenter. Example:
vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- vcenter
Initial StringPassword - (Deprecated) The SDDC includes an administrator username and initial password for vCenter. Make sure to change this initial vCenter password to a different value. Deprecated. Please use the
oci.Ocvp.getRetrievePassword
data source instead. - vcenter
Private StringIp Id - The OCID of the
PrivateIp
object that is the virtual IP (VIP) for vCenter. For information aboutPrivateIp
objects, see the Core Services API. - vcenter
Username String - The SDDC includes an administrator username and password for vCenter. You can change this initial username to a different value in vCenter.
- vmotion
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC 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 - (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphere
Upgrade StringGuide - (Deprecated) The link to guidance for upgrading vSphere.
- vsphere
Upgrade List<Property Map>Objects - (Deprecated) The links to binary objects needed to upgrade vSphere.
- vsphere
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- workload
Network StringCidr - (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use
workload_network_cidr
ofinitial_cluster_configurations
instead.
Supporting Types
GetSddcDatastore
- Block
Volume List<string>Ids - A list of OCIDs of Block Storage Volumes.
- Capacity double
- Size of the Block Storage Volume in GB.
- Datastore
Type string - Type of the datastore.
- Block
Volume []stringIds - A list of OCIDs of Block Storage Volumes.
- Capacity float64
- Size of the Block Storage Volume in GB.
- Datastore
Type string - Type of the datastore.
- block
Volume List<String>Ids - A list of OCIDs of Block Storage Volumes.
- capacity Double
- Size of the Block Storage Volume in GB.
- datastore
Type String - Type of the datastore.
- block
Volume string[]Ids - A list of OCIDs of Block Storage Volumes.
- capacity number
- Size of the Block Storage Volume in GB.
- datastore
Type string - Type of the datastore.
- block_
volume_ Sequence[str]ids - A list of OCIDs of Block Storage Volumes.
- capacity float
- Size of the Block Storage Volume in GB.
- datastore_
type str - Type of the datastore.
- block
Volume List<String>Ids - A list of OCIDs of Block Storage Volumes.
- capacity Number
- Size of the Block Storage Volume in GB.
- datastore
Type String - Type of the datastore.
GetSddcHcxOnPremLicense
- 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
GetSddcInitialConfiguration
- Initial
Cluster List<GetConfigurations Sddc Initial Configuration Initial Cluster Configuration> - The configurations for Clusters initially created in the SDDC.
- Initial
Cluster []GetConfigurations Sddc Initial Configuration Initial Cluster Configuration - The configurations for Clusters initially created in the SDDC.
- initial
Cluster List<GetConfigurations Sddc Initial Configuration Initial Cluster Configuration> - The configurations for Clusters initially created in the SDDC.
- initial
Cluster GetConfigurations Sddc Initial Configuration Initial Cluster Configuration[] - The configurations for Clusters initially created in the SDDC.
- initial_
cluster_ Sequence[ocvp.configurations Get Sddc 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.
GetSddcInitialConfigurationInitialClusterConfiguration
- Actual
Esxi intHosts Count - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC. Deprecated. Please use
actual_esxi_hosts_count
ofinitial_cluster_configurations
instead. - Capacity
Reservation stringId - The OCID of the Capacity Reservation.
- Compute
Availability stringDomain - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD
. - Datastores
List<Get
Sddc Initial Configuration Initial Cluster Configuration Datastore> - A list of datastore info for the Cluster. This value is required only when
initialHostShapeName
is a standard shape. - Display
Name string - A descriptive name for the Cluster. Cluster name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. Avoid entering confidential information.
- 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. Deprecated. Please use
initial_host_ocpu_count
ofinitial_cluster_configurations
instead. - Initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use
initial_host_shape_name
ofinitial_cluster_configurations
instead. - Instance
Display stringName Prefix - (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's
displayName
is used as the prefix. - Is
Shielded boolInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use
is_shielded_instance_enabled
ofinitial_cluster_configurations
instead. - Network
Configurations List<GetSddc 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 - (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use
workload_network_cidr
ofinitial_cluster_configurations
instead.
- Actual
Esxi intHosts Count - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC. Deprecated. Please use
actual_esxi_hosts_count
ofinitial_cluster_configurations
instead. - Capacity
Reservation stringId - The OCID of the Capacity Reservation.
- Compute
Availability stringDomain - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD
. - Datastores
[]Get
Sddc Initial Configuration Initial Cluster Configuration Datastore - A list of datastore info for the Cluster. This value is required only when
initialHostShapeName
is a standard shape. - Display
Name string - A descriptive name for the Cluster. Cluster name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. Avoid entering confidential information.
- 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. Deprecated. Please use
initial_host_ocpu_count
ofinitial_cluster_configurations
instead. - Initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use
initial_host_shape_name
ofinitial_cluster_configurations
instead. - Instance
Display stringName Prefix - (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's
displayName
is used as the prefix. - Is
Shielded boolInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use
is_shielded_instance_enabled
ofinitial_cluster_configurations
instead. - Network
Configurations []GetSddc 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 - (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use
workload_network_cidr
ofinitial_cluster_configurations
instead.
- 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. Deprecated. Please use
actual_esxi_hosts_count
ofinitial_cluster_configurations
instead. - capacity
Reservation StringId - The OCID of the Capacity Reservation.
- compute
Availability StringDomain - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD
. - datastores
List<Get
Sddc Initial Configuration Initial Cluster Configuration Datastore> - A list of datastore info for the Cluster. This value is required only when
initialHostShapeName
is a standard shape. - display
Name String - A descriptive name for the Cluster. Cluster name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. Avoid entering confidential information.
- 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. Deprecated. Please use
initial_host_ocpu_count
ofinitial_cluster_configurations
instead. - initial
Host StringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use
initial_host_shape_name
ofinitial_cluster_configurations
instead. - instance
Display StringName Prefix - (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's
displayName
is used as the prefix. - is
Shielded BooleanInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use
is_shielded_instance_enabled
ofinitial_cluster_configurations
instead. - network
Configurations List<GetSddc 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 - (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use
workload_network_cidr
ofinitial_cluster_configurations
instead.
- 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. Deprecated. Please use
actual_esxi_hosts_count
ofinitial_cluster_configurations
instead. - capacity
Reservation stringId - The OCID of the Capacity Reservation.
- compute
Availability stringDomain - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD
. - datastores
Get
Sddc Initial Configuration Initial Cluster Configuration Datastore[] - A list of datastore info for the Cluster. This value is required only when
initialHostShapeName
is a standard shape. - display
Name string - A descriptive name for the Cluster. Cluster name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. Avoid entering confidential information.
- 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. Deprecated. Please use
initial_host_ocpu_count
ofinitial_cluster_configurations
instead. - initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use
initial_host_shape_name
ofinitial_cluster_configurations
instead. - instance
Display stringName Prefix - (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's
displayName
is used as the prefix. - is
Shielded booleanInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use
is_shielded_instance_enabled
ofinitial_cluster_configurations
instead. - network
Configurations GetSddc 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 - (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use
workload_network_cidr
ofinitial_cluster_configurations
instead.
- actual_
esxi_ inthosts_ count - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC. Deprecated. Please use
actual_esxi_hosts_count
ofinitial_cluster_configurations
instead. - capacity_
reservation_ strid - The OCID of the Capacity Reservation.
- compute_
availability_ strdomain - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD
. - datastores
Sequence[ocvp.
Get Sddc Initial Configuration Initial Cluster Configuration Datastore] - A list of datastore info for the Cluster. This value is required only when
initialHostShapeName
is a standard shape. - display_
name str - A descriptive name for the Cluster. Cluster name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. Avoid entering confidential information.
- esxi_
hosts_ intcount - The number of ESXi hosts to create in the Cluster. You can add more hosts later (see CreateEsxiHost). Creating a Cluster with a ESXi host count of 1 will be considered a single ESXi host Cluster.
- initial_
commitment str - The billing option selected during Cluster creation. ListSupportedCommitments.
- initial_
host_ floatocpu_ count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts. Deprecated. Please use
initial_host_ocpu_count
ofinitial_cluster_configurations
instead. - initial_
host_ strshape_ name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use
initial_host_shape_name
ofinitial_cluster_configurations
instead. - instance_
display_ strname_ prefix - (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's
displayName
is used as the prefix. - is_
shielded_ boolinstance_ enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use
is_shielded_instance_enabled
ofinitial_cluster_configurations
instead. - network_
configurations Sequence[ocvp.Get Sddc Initial Configuration Initial Cluster Configuration Network Configuration] - The network configurations used by Cluster, including OCIDs of the management subnet and VLANs.
- vsphere_
type str - vSphere Cluster types.
- workload_
network_ strcidr - (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use
workload_network_cidr
ofinitial_cluster_configurations
instead.
- 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. Deprecated. Please use
actual_esxi_hosts_count
ofinitial_cluster_configurations
instead. - capacity
Reservation StringId - The OCID of the Capacity Reservation.
- compute
Availability StringDomain - The availability domain to create the Cluster's ESXi hosts in. For multi-AD Cluster deployment, set to
multi-AD
. - datastores List<Property Map>
- A list of datastore info for the Cluster. This value is required only when
initialHostShapeName
is a standard shape. - display
Name String - A descriptive name for the Cluster. Cluster name requirements are 1-16 character length limit, Must start with a letter, Must be English letters, numbers, - only, No repeating hyphens, Must be unique within the region. Avoid entering confidential information.
- 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. Deprecated. Please use
initial_host_ocpu_count
ofinitial_cluster_configurations
instead. - initial
Host StringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes. Deprecated. Please use
initial_host_shape_name
ofinitial_cluster_configurations
instead. - instance
Display StringName Prefix - (Deprecated) A prefix used in the name of each ESXi host and Compute instance in the SDDC. If this isn't set, the SDDC's
displayName
is used as the prefix. - is
Shielded BooleanInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level. Deprecated. Please use
is_shielded_instance_enabled
ofinitial_cluster_configurations
instead. - 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 - (Deprecated) The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads. Deprecated. Please use
workload_network_cidr
ofinitial_cluster_configurations
instead.
GetSddcInitialConfigurationInitialClusterConfigurationDatastore
- 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.
GetSddcInitialConfigurationInitialClusterConfigurationNetworkConfiguration
- 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 - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- Nsx
Edge stringUplink2vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- Nsx
Edge stringVtep Vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- Nsx
Vtep stringVlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- Provisioning
Subnet stringId - (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use
provisioning_subnet_id
ofnetwork_configuration
instead. - Provisioning
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use
provisioning_vlan_id
ofnetwork_configuration
instead. - Replication
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use
replication_vlan_id
ofnetwork_configuration
instead. - Vmotion
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- Vsan
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- Vsphere
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- 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 - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- Nsx
Edge stringUplink2vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- Nsx
Edge stringVtep Vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- Nsx
Vtep stringVlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- Provisioning
Subnet stringId - (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use
provisioning_subnet_id
ofnetwork_configuration
instead. - Provisioning
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use
provisioning_vlan_id
ofnetwork_configuration
instead. - Replication
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use
replication_vlan_id
ofnetwork_configuration
instead. - Vmotion
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- Vsan
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- Vsphere
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- 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 - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsx
Edge StringUplink2vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- nsx
Edge StringVtep Vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- nsx
Vtep StringVlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioning
Subnet StringId - (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use
provisioning_subnet_id
ofnetwork_configuration
instead. - provisioning
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use
provisioning_vlan_id
ofnetwork_configuration
instead. - replication
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use
replication_vlan_id
ofnetwork_configuration
instead. - vmotion
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- vsan
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphere
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- 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 - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsx
Edge stringUplink2vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- nsx
Edge stringVtep Vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- nsx
Vtep stringVlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioning
Subnet stringId - (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use
provisioning_subnet_id
ofnetwork_configuration
instead. - provisioning
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use
provisioning_vlan_id
ofnetwork_configuration
instead. - replication
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use
replication_vlan_id
ofnetwork_configuration
instead. - vmotion
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- vsan
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphere
Vlan stringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- hcx_
vlan_ strid - The OCID of the VLAN used by the SDDC for the HCX component of the VMware environment. This VLAN is a mandatory attribute for Management Cluster when HCX is enabled.
- nsx_
edge_ struplink1vlan_ id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsx_
edge_ struplink2vlan_ id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- nsx_
edge_ strvtep_ vlan_ id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- nsx_
vtep_ strvlan_ id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioning_
subnet_ strid - (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use
provisioning_subnet_id
ofnetwork_configuration
instead. - provisioning_
vlan_ strid - (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use
provisioning_vlan_id
ofnetwork_configuration
instead. - replication_
vlan_ strid - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use
replication_vlan_id
ofnetwork_configuration
instead. - vmotion_
vlan_ strid - (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- vsan_
vlan_ strid - (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphere_
vlan_ strid - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- 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 - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsx
Edge StringUplink2vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 2 component of the VMware environment.
- nsx
Edge StringVtep Vlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX Edge VTEP component of the VMware environment.
- nsx
Vtep StringVlan Id - (Deprecated) The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioning
Subnet StringId - (Deprecated) The OCID of the management subnet used to provision the SDDC. Deprecated. Please use
provisioning_subnet_id
ofnetwork_configuration
instead. - provisioning
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment. Deprecated. Please use
provisioning_vlan_id
ofnetwork_configuration
instead. - replication
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment. Deprecated. Please use
replication_vlan_id
ofnetwork_configuration
instead. - vmotion
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vMotion component of the VMware environment.
- vsan
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphere
Vlan StringId - (Deprecated) The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
GetSddcUpgradeLicense
- License
Key string - vSphere license key value.
- License
Type string - vSphere license type.
- License
Key string - vSphere license key value.
- License
Type string - vSphere license type.
- license
Key String - vSphere license key value.
- license
Type String - vSphere license type.
- license
Key string - vSphere license key value.
- license
Type string - vSphere license type.
- license_
key str - vSphere license key value.
- license_
type str - vSphere license type.
- license
Key String - vSphere license key value.
- license
Type String - vSphere license type.
GetSddcVsphereUpgradeObject
- Download
Link string - Binary object download link.
- Link
Description string - Binary object description.
- Download
Link string - Binary object download link.
- Link
Description string - Binary object description.
- download
Link String - Binary object download link.
- link
Description String - Binary object description.
- download
Link string - Binary object download link.
- link
Description string - Binary object description.
- download_
link str - Binary object download link.
- link_
description str - Binary object description.
- download
Link String - Binary object download link.
- link
Description String - Binary object description.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.