oci.Ocvp.getSddcs
Explore with Pulumi AI
This data source provides the list of Sddcs in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.
Lists the SDDCs in the specified compartment. The list can be filtered by display name or availability domain.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testSddcs = Oci.Ocvp.GetSddcs.Invoke(new()
{
CompartmentId = @var.Compartment_id,
ComputeAvailabilityDomain = @var.Sddc_compute_availability_domain,
DisplayName = @var.Sddc_display_name,
State = @var.Sddc_state,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Ocvp"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Ocvp.GetSddcs(ctx, &ocvp.GetSddcsArgs{
CompartmentId: _var.Compartment_id,
ComputeAvailabilityDomain: pulumi.StringRef(_var.Sddc_compute_availability_domain),
DisplayName: pulumi.StringRef(_var.Sddc_display_name),
State: pulumi.StringRef(_var.Sddc_state),
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Ocvp.OcvpFunctions;
import com.pulumi.oci.Ocvp.inputs.GetSddcsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testSddcs = OcvpFunctions.getSddcs(GetSddcsArgs.builder()
.compartmentId(var_.compartment_id())
.computeAvailabilityDomain(var_.sddc_compute_availability_domain())
.displayName(var_.sddc_display_name())
.state(var_.sddc_state())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_sddcs = oci.Ocvp.get_sddcs(compartment_id=var["compartment_id"],
compute_availability_domain=var["sddc_compute_availability_domain"],
display_name=var["sddc_display_name"],
state=var["sddc_state"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSddcs = oci.Ocvp.getSddcs({
compartmentId: _var.compartment_id,
computeAvailabilityDomain: _var.sddc_compute_availability_domain,
displayName: _var.sddc_display_name,
state: _var.sddc_state,
});
variables:
testSddcs:
fn::invoke:
Function: oci:Ocvp:getSddcs
Arguments:
compartmentId: ${var.compartment_id}
computeAvailabilityDomain: ${var.sddc_compute_availability_domain}
displayName: ${var.sddc_display_name}
state: ${var.sddc_state}
Using getSddcs
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSddcs(args: GetSddcsArgs, opts?: InvokeOptions): Promise<GetSddcsResult>
function getSddcsOutput(args: GetSddcsOutputArgs, opts?: InvokeOptions): Output<GetSddcsResult>
def get_sddcs(compartment_id: Optional[str] = None,
compute_availability_domain: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_ocvp.GetSddcsFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSddcsResult
def get_sddcs_output(compartment_id: Optional[pulumi.Input[str]] = None,
compute_availability_domain: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_ocvp.GetSddcsFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSddcsResult]
func GetSddcs(ctx *Context, args *GetSddcsArgs, opts ...InvokeOption) (*GetSddcsResult, error)
func GetSddcsOutput(ctx *Context, args *GetSddcsOutputArgs, opts ...InvokeOption) GetSddcsResultOutput
> Note: This function is named GetSddcs
in the Go SDK.
public static class GetSddcs
{
public static Task<GetSddcsResult> InvokeAsync(GetSddcsArgs args, InvokeOptions? opts = null)
public static Output<GetSddcsResult> Invoke(GetSddcsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSddcsResult> getSddcs(GetSddcsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Ocvp/getSddcs:getSddcs
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string The OCID of the compartment.
- Compute
Availability stringDomain The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- Display
Name string A filter to return only resources that match the given display name exactly.
- Filters
List<Get
Sddcs Filter> - State string
The lifecycle state of the resource.
- Compartment
Id string The OCID of the compartment.
- Compute
Availability stringDomain The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- Display
Name string A filter to return only resources that match the given display name exactly.
- Filters
[]Get
Sddcs Filter - State string
The lifecycle state of the resource.
- compartment
Id String The OCID of the compartment.
- compute
Availability StringDomain The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- display
Name String A filter to return only resources that match the given display name exactly.
- filters
List<Get
Sddcs Filter> - state String
The lifecycle state of the resource.
- compartment
Id string The OCID of the compartment.
- compute
Availability stringDomain The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- display
Name string A filter to return only resources that match the given display name exactly.
- filters
Get
Sddcs Filter[] - state string
The lifecycle state of the resource.
- compartment_
id str The OCID of the compartment.
- compute_
availability_ strdomain The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- display_
name str A filter to return only resources that match the given display name exactly.
- filters
Get
Sddcs Filter] - state str
The lifecycle state of the resource.
- compartment
Id String The OCID of the compartment.
- compute
Availability StringDomain The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- display
Name String A filter to return only resources that match the given display name exactly.
- filters List<Property Map>
- state String
The lifecycle state of the resource.
getSddcs Result
The following output properties are available:
- Compartment
Id string The OCID of the compartment that contains the SDDC.
- Id string
The provider-assigned unique ID for this managed resource.
- Sddc
Collections List<GetSddcs Sddc Collection> The list of sddc_collection.
- Compute
Availability stringDomain The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is
multi-AD
. Example:Uocm:PHX-AD-1
,multi-AD
- Display
Name string A descriptive name for the SDDC. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- Filters
List<Get
Sddcs Filter> - State string
The current state of the SDDC.
- Compartment
Id string The OCID of the compartment that contains the SDDC.
- Id string
The provider-assigned unique ID for this managed resource.
- Sddc
Collections []GetSddcs Sddc Collection The list of sddc_collection.
- Compute
Availability stringDomain The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is
multi-AD
. Example:Uocm:PHX-AD-1
,multi-AD
- Display
Name string A descriptive name for the SDDC. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- Filters
[]Get
Sddcs Filter - State string
The current state of the SDDC.
- compartment
Id String The OCID of the compartment that contains the SDDC.
- id String
The provider-assigned unique ID for this managed resource.
- sddc
Collections List<GetSddcs Sddc Collection> The list of sddc_collection.
- compute
Availability StringDomain The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is
multi-AD
. Example:Uocm:PHX-AD-1
,multi-AD
- display
Name String A descriptive name for the SDDC. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- filters
List<Get
Sddcs Filter> - state String
The current state of the SDDC.
- compartment
Id string The OCID of the compartment that contains the SDDC.
- id string
The provider-assigned unique ID for this managed resource.
- sddc
Collections GetSddcs Sddc Collection[] The list of sddc_collection.
- compute
Availability stringDomain The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is
multi-AD
. Example:Uocm:PHX-AD-1
,multi-AD
- display
Name string A descriptive name for the SDDC. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- filters
Get
Sddcs Filter[] - state string
The current state of the SDDC.
- compartment_
id str The OCID of the compartment that contains the SDDC.
- id str
The provider-assigned unique ID for this managed resource.
- sddc_
collections GetSddcs Sddc Collection] The list of sddc_collection.
- compute_
availability_ strdomain The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is
multi-AD
. Example:Uocm:PHX-AD-1
,multi-AD
- display_
name str A descriptive name for the SDDC. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- filters
Get
Sddcs Filter] - state str
The current state of the SDDC.
- compartment
Id String The OCID of the compartment that contains the SDDC.
- id String
The provider-assigned unique ID for this managed resource.
- sddc
Collections List<Property Map> The list of sddc_collection.
- compute
Availability StringDomain The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is
multi-AD
. Example:Uocm:PHX-AD-1
,multi-AD
- display
Name String A descriptive name for the SDDC. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- filters List<Property Map>
- state String
The current state of the SDDC.
Supporting Types
GetSddcsFilter
GetSddcsSddcCollection
- Actual
Esxi intHosts Count The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- Capacity
Reservation stringId The OCID of the Capacity Reservation.
- Compartment
Id string The OCID of the compartment.
- Compute
Availability stringDomain The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- Datastores
List<Get
Sddcs Sddc Collection Datastore> Datastores used for the Sddc.
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string A filter to return only resources that match the given display name exactly.
- Esxi
Hosts intCount The number of ESXi hosts in the SDDC.
- Dictionary<string, object>
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 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.
- Hcx
On stringPrem Key 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.
- Hcx
On List<GetPrem Licenses Sddcs Sddc Collection Hcx On Prem License> The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- Hcx
Private stringIp Id 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.
- Id string
The OCID of the SDDC.
- Initial
Host doubleOcpu Count The initial OCPU count of the SDDC's ESXi hosts.
- Initial
Host stringShape Name The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- Initial
Sku string The billing option selected during SDDC creation. ListSupportedSkus.
- Instance
Display stringName Prefix 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 Indicates whether HCX is enabled for this SDDC.
- Is
Hcx boolEnterprise Enabled Indicates whether HCX Enterprise is enabled for this SDDC.
- Is
Hcx boolPending Downgrade Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- Is
Shielded boolInstance Enabled Indicates whether shielded instance is enabled at the SDDC level.
- Is
Single boolHost Sddc Indicates whether this SDDC is designated for only single ESXi host.
- Nsx
Edge stringUplink1vlan Id The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- Nsx
Edge stringUplink2vlan Id 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 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 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.
- 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 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 The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- Provisioning
Subnet stringId The OCID of the management subnet used to provision the SDDC.
- Provisioning
Vlan stringId The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment.
- Refresh
Hcx boolLicense Status - Replication
Vlan stringId The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment.
- Reserving
Hcx List<string>On Premise License Keys - 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 lifecycle state of the resource.
- 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<GetSddcs Sddc Collection Upgrade License> 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 The SDDC includes an administrator username and initial password for vCenter. Make sure to change this initial vCenter password to a different value.
- 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 initial password for vCenter. You can change this initial username to a different value in vCenter.
- Vmotion
Vlan stringId 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 The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- Vsphere
Upgrade stringGuide The link to guidance for upgrading vSphere.
- Vsphere
Upgrade List<GetObjects Sddcs Sddc Collection Vsphere Upgrade Object> The links to binary objects needed to upgrade vSphere.
- Vsphere
Vlan stringId The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- Workload
Network stringCidr The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads.
- Actual
Esxi intHosts Count The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- Capacity
Reservation stringId The OCID of the Capacity Reservation.
- Compartment
Id string The OCID of the compartment.
- Compute
Availability stringDomain The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- Datastores
[]Get
Sddcs Sddc Collection Datastore Datastores used for the Sddc.
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string A filter to return only resources that match the given display name exactly.
- Esxi
Hosts intCount The number of ESXi hosts in the SDDC.
- map[string]interface{}
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 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.
- Hcx
On stringPrem Key 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.
- Hcx
On []GetPrem Licenses Sddcs Sddc Collection Hcx On Prem License The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- Hcx
Private stringIp Id 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.
- Id string
The OCID of the SDDC.
- Initial
Host float64Ocpu Count The initial OCPU count of the SDDC's ESXi hosts.
- Initial
Host stringShape Name The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- Initial
Sku string The billing option selected during SDDC creation. ListSupportedSkus.
- Instance
Display stringName Prefix 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 Indicates whether HCX is enabled for this SDDC.
- Is
Hcx boolEnterprise Enabled Indicates whether HCX Enterprise is enabled for this SDDC.
- Is
Hcx boolPending Downgrade Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- Is
Shielded boolInstance Enabled Indicates whether shielded instance is enabled at the SDDC level.
- Is
Single boolHost Sddc Indicates whether this SDDC is designated for only single ESXi host.
- Nsx
Edge stringUplink1vlan Id The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- Nsx
Edge stringUplink2vlan Id 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 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 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.
- 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 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 The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- Provisioning
Subnet stringId The OCID of the management subnet used to provision the SDDC.
- Provisioning
Vlan stringId The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment.
- Refresh
Hcx boolLicense Status - Replication
Vlan stringId The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment.
- Reserving
Hcx []stringOn Premise License Keys - 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 lifecycle state of the resource.
- 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 []GetSddcs Sddc Collection Upgrade License 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 The SDDC includes an administrator username and initial password for vCenter. Make sure to change this initial vCenter password to a different value.
- 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 initial password for vCenter. You can change this initial username to a different value in vCenter.
- Vmotion
Vlan stringId 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 The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- Vsphere
Upgrade stringGuide The link to guidance for upgrading vSphere.
- Vsphere
Upgrade []GetObjects Sddcs Sddc Collection Vsphere Upgrade Object The links to binary objects needed to upgrade vSphere.
- Vsphere
Vlan stringId The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- Workload
Network stringCidr The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads.
- actual
Esxi IntegerHosts Count The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- capacity
Reservation StringId The OCID of the Capacity Reservation.
- compartment
Id String The OCID of the compartment.
- compute
Availability StringDomain The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- datastores
List<Get
Sddcs Sddc Collection Datastore> Datastores used for the Sddc.
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String A filter to return only resources that match the given display name exactly.
- esxi
Hosts IntegerCount The number of ESXi hosts in the SDDC.
- Map<String,Object>
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 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.
- hcx
On StringPrem Key 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.
- hcx
On List<GetPrem Licenses Sddcs Sddc Collection Hcx On Prem License> The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- hcx
Private StringIp Id 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.
- id String
The OCID of the SDDC.
- initial
Host DoubleOcpu Count The initial OCPU count of the SDDC's ESXi hosts.
- initial
Host StringShape Name The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- initial
Sku String The billing option selected during SDDC creation. ListSupportedSkus.
- instance
Display StringName Prefix 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 Indicates whether HCX is enabled for this SDDC.
- is
Hcx BooleanEnterprise Enabled Indicates whether HCX Enterprise is enabled for this SDDC.
- is
Hcx BooleanPending Downgrade Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- is
Shielded BooleanInstance Enabled Indicates whether shielded instance is enabled at the SDDC level.
- is
Single BooleanHost Sddc Indicates whether this SDDC is designated for only single ESXi host.
- nsx
Edge StringUplink1vlan Id The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsx
Edge StringUplink2vlan Id 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 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 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.
- 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 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 The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioning
Subnet StringId The OCID of the management subnet used to provision the SDDC.
- provisioning
Vlan StringId The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment.
- refresh
Hcx BooleanLicense Status - replication
Vlan StringId The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment.
- reserving
Hcx List<String>On Premise License Keys - 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 lifecycle state of the resource.
- 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<GetSddcs Sddc Collection Upgrade License> 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 The SDDC includes an administrator username and initial password for vCenter. Make sure to change this initial vCenter password to a different value.
- 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 initial password for vCenter. You can change this initial username to a different value in vCenter.
- vmotion
Vlan StringId 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 The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphere
Upgrade StringGuide The link to guidance for upgrading vSphere.
- vsphere
Upgrade List<GetObjects Sddcs Sddc Collection Vsphere Upgrade Object> The links to binary objects needed to upgrade vSphere.
- vsphere
Vlan StringId The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- workload
Network StringCidr The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads.
- actual
Esxi numberHosts Count The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- capacity
Reservation stringId The OCID of the Capacity Reservation.
- compartment
Id string The OCID of the compartment.
- compute
Availability stringDomain The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- datastores
Get
Sddcs Sddc Collection Datastore[] Datastores used for the Sddc.
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string A filter to return only resources that match the given display name exactly.
- esxi
Hosts numberCount The number of ESXi hosts in the SDDC.
- {[key: string]: any}
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 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.
- hcx
On stringPrem Key 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.
- hcx
On GetPrem Licenses Sddcs Sddc Collection Hcx On Prem License[] The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- hcx
Private stringIp Id 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.
- id string
The OCID of the SDDC.
- initial
Host numberOcpu Count The initial OCPU count of the SDDC's ESXi hosts.
- initial
Host stringShape Name The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- initial
Sku string The billing option selected during SDDC creation. ListSupportedSkus.
- instance
Display stringName Prefix 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 Indicates whether HCX is enabled for this SDDC.
- is
Hcx booleanEnterprise Enabled Indicates whether HCX Enterprise is enabled for this SDDC.
- is
Hcx booleanPending Downgrade Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- is
Shielded booleanInstance Enabled Indicates whether shielded instance is enabled at the SDDC level.
- is
Single booleanHost Sddc Indicates whether this SDDC is designated for only single ESXi host.
- nsx
Edge stringUplink1vlan Id The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsx
Edge stringUplink2vlan Id 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 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 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.
- 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 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 The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioning
Subnet stringId The OCID of the management subnet used to provision the SDDC.
- provisioning
Vlan stringId The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment.
- refresh
Hcx booleanLicense Status - replication
Vlan stringId The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment.
- reserving
Hcx string[]On Premise License Keys - 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 lifecycle state of the resource.
- 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 GetSddcs Sddc Collection Upgrade License[] 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 The SDDC includes an administrator username and initial password for vCenter. Make sure to change this initial vCenter password to a different value.
- 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 initial password for vCenter. You can change this initial username to a different value in vCenter.
- vmotion
Vlan stringId 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 The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphere
Upgrade stringGuide The link to guidance for upgrading vSphere.
- vsphere
Upgrade GetObjects Sddcs Sddc Collection Vsphere Upgrade Object[] The links to binary objects needed to upgrade vSphere.
- vsphere
Vlan stringId The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- workload
Network stringCidr The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads.
- actual_
esxi_ inthosts_ count The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- capacity_
reservation_ strid The OCID of the Capacity Reservation.
- compartment_
id str The OCID of the compartment.
- compute_
availability_ strdomain The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- datastores
Get
Sddcs Sddc Collection Datastore] Datastores used for the Sddc.
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str A filter to return only resources that match the given display name exactly.
- esxi_
hosts_ intcount The number of ESXi hosts in the SDDC.
- Mapping[str, Any]
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 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.
- hcx_
on_ strprem_ key 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.
- hcx_
on_ Getprem_ licenses Sddcs Sddc Collection Hcx On Prem License] The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- hcx_
private_ 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.
- id str
The OCID of the SDDC.
- initial_
host_ floatocpu_ count The initial OCPU count of the SDDC's ESXi hosts.
- initial_
host_ strshape_ name The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- initial_
sku str The billing option selected during SDDC creation. ListSupportedSkus.
- instance_
display_ strname_ prefix 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 Indicates whether HCX is enabled for this SDDC.
- is_
hcx_ boolenterprise_ enabled Indicates whether HCX Enterprise is enabled for this SDDC.
- is_
hcx_ boolpending_ downgrade Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- is_
shielded_ boolinstance_ enabled Indicates whether shielded instance is enabled at the SDDC level.
- is_
single_ boolhost_ sddc Indicates whether this SDDC is designated for only single ESXi host.
- nsx_
edge_ struplink1vlan_ id The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsx_
edge_ struplink2vlan_ id 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 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 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.
- 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 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 The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioning_
subnet_ strid The OCID of the management subnet used to provision the SDDC.
- provisioning_
vlan_ strid The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment.
- refresh_
hcx_ boollicense_ status - replication_
vlan_ strid The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment.
- reserving_
hcx_ Sequence[str]on_ premise_ license_ keys - 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 lifecycle state of the resource.
- time_
created str The date and time the SDDC was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time_
hcx_ strbilling_ cycle_ end 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 GetSddcs Sddc Collection Upgrade License] 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 The SDDC includes an administrator username and initial password for vCenter. Make sure to change this initial vCenter password to a different value.
- 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 initial password for vCenter. You can change this initial username to a different value in vCenter.
- vmotion_
vlan_ strid 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 The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphere_
upgrade_ strguide The link to guidance for upgrading vSphere.
- vsphere_
upgrade_ Getobjects Sddcs Sddc Collection Vsphere Upgrade Object] The links to binary objects needed to upgrade vSphere.
- vsphere_
vlan_ strid The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- workload_
network_ strcidr The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads.
- actual
Esxi NumberHosts Count The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- capacity
Reservation StringId The OCID of the Capacity Reservation.
- compartment
Id String The OCID of the compartment.
- compute
Availability StringDomain The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- datastores List<Property Map>
Datastores used for the Sddc.
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String A filter to return only resources that match the given display name exactly.
- esxi
Hosts NumberCount The number of ESXi hosts in the SDDC.
- Map<Any>
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 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.
- hcx
On StringPrem Key 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.
- 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.
- id String
The OCID of the SDDC.
- initial
Host NumberOcpu Count The initial OCPU count of the SDDC's ESXi hosts.
- initial
Host StringShape Name The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- initial
Sku String The billing option selected during SDDC creation. ListSupportedSkus.
- instance
Display StringName Prefix 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 Indicates whether HCX is enabled for this SDDC.
- is
Hcx BooleanEnterprise Enabled Indicates whether HCX Enterprise is enabled for this SDDC.
- is
Hcx BooleanPending Downgrade Indicates whether SDDC is pending downgrade from HCX Enterprise to HCX Advanced.
- is
Shielded BooleanInstance Enabled Indicates whether shielded instance is enabled at the SDDC level.
- is
Single BooleanHost Sddc Indicates whether this SDDC is designated for only single ESXi host.
- nsx
Edge StringUplink1vlan Id The OCID of the VLAN used by the SDDC for the NSX Edge Uplink 1 component of the VMware environment.
- nsx
Edge StringUplink2vlan Id 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 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 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.
- 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 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 The OCID of the VLAN used by the SDDC for the NSX VTEP component of the VMware environment.
- provisioning
Subnet StringId The OCID of the management subnet used to provision the SDDC.
- provisioning
Vlan StringId The OCID of the VLAN used by the SDDC for the Provisioning component of the VMware environment.
- refresh
Hcx BooleanLicense Status - replication
Vlan StringId The OCID of the VLAN used by the SDDC for the vSphere Replication component of the VMware environment.
- reserving
Hcx List<String>On Premise License Keys - 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 lifecycle state of the resource.
- 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> 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 The SDDC includes an administrator username and initial password for vCenter. Make sure to change this initial vCenter password to a different value.
- 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 initial password for vCenter. You can change this initial username to a different value in vCenter.
- vmotion
Vlan StringId 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 The OCID of the VLAN used by the SDDC for the vSAN component of the VMware environment.
- vsphere
Upgrade StringGuide The link to guidance for upgrading vSphere.
- vsphere
Upgrade List<Property Map>Objects The links to binary objects needed to upgrade vSphere.
- vsphere
Vlan StringId The OCID of the VLAN used by the SDDC for the vSphere component of the VMware environment.
- workload
Network StringCidr The CIDR block for the IP addresses that VMware VMs in the SDDC use to run application workloads.
GetSddcsSddcCollectionDatastore
- 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.
GetSddcsSddcCollectionHcxOnPremLicense
- Activation
Key string HCX on-premise license key value.
- Status string
status of HCX on-premise license.
- System
Name string Name of the system that consumed the HCX on-premise license
- Activation
Key string HCX on-premise license key value.
- Status string
status of HCX on-premise license.
- System
Name string Name of the system that consumed the HCX on-premise license
- activation
Key String HCX on-premise license key value.
- status String
status of HCX on-premise license.
- system
Name String Name of the system that consumed the HCX on-premise license
- activation
Key string HCX on-premise license key value.
- status string
status of HCX on-premise license.
- system
Name string Name of the system that consumed the HCX on-premise license
- activation_
key str HCX on-premise license key value.
- status str
status of HCX on-premise license.
- system_
name str Name of the system that consumed the HCX on-premise license
- activation
Key String HCX on-premise license key value.
- status String
status of HCX on-premise license.
- system
Name String Name of the system that consumed the HCX on-premise license
GetSddcsSddcCollectionUpgradeLicense
- 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.
GetSddcsSddcCollectionVsphereUpgradeObject
- 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.