Oracle Cloud Infrastructure v2.17.0 published on Friday, Nov 15, 2024 by Pulumi
oci.Ocvp.getSddcs
Explore with Pulumi AI
This data source provides the list of Sddcs in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.
Lists the SDDCs in the specified compartment. The list can be filtered by display name or availability domain.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSddcs = oci.Ocvp.getSddcs({
compartmentId: compartmentId,
computeAvailabilityDomain: sddcComputeAvailabilityDomain,
displayName: sddcDisplayName,
state: sddcState,
});
import pulumi
import pulumi_oci as oci
test_sddcs = oci.Ocvp.get_sddcs(compartment_id=compartment_id,
compute_availability_domain=sddc_compute_availability_domain,
display_name=sddc_display_name,
state=sddc_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/Ocvp"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Ocvp.GetSddcs(ctx, &ocvp.GetSddcsArgs{
CompartmentId: compartmentId,
ComputeAvailabilityDomain: pulumi.StringRef(sddcComputeAvailabilityDomain),
DisplayName: pulumi.StringRef(sddcDisplayName),
State: pulumi.StringRef(sddcState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testSddcs = Oci.Ocvp.GetSddcs.Invoke(new()
{
CompartmentId = compartmentId,
ComputeAvailabilityDomain = sddcComputeAvailabilityDomain,
DisplayName = sddcDisplayName,
State = sddcState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Ocvp.OcvpFunctions;
import com.pulumi.oci.Ocvp.inputs.GetSddcsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testSddcs = OcvpFunctions.getSddcs(GetSddcsArgs.builder()
.compartmentId(compartmentId)
.computeAvailabilityDomain(sddcComputeAvailabilityDomain)
.displayName(sddcDisplayName)
.state(sddcState)
.build());
}
}
variables:
testSddcs:
fn::invoke:
Function: oci:Ocvp:getSddcs
Arguments:
compartmentId: ${compartmentId}
computeAvailabilityDomain: ${sddcComputeAvailabilityDomain}
displayName: ${sddcDisplayName}
state: ${sddcState}
Using getSddcs
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSddcs(args: GetSddcsArgs, opts?: InvokeOptions): Promise<GetSddcsResult>
function getSddcsOutput(args: GetSddcsOutputArgs, opts?: InvokeOptions): Output<GetSddcsResult>
def get_sddcs(compartment_id: Optional[str] = None,
compute_availability_domain: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_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
Sequence[ocvp.
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 - (Deprecated) The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is
multi-AD
. Example:Uocm:PHX-AD-1
,multi-AD
. - Display
Name 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 - (Deprecated) The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is
multi-AD
. Example:Uocm:PHX-AD-1
,multi-AD
. - Display
Name 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 - (Deprecated) The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is
multi-AD
. Example:Uocm:PHX-AD-1
,multi-AD
. - display
Name 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 - (Deprecated) The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is
multi-AD
. Example:Uocm:PHX-AD-1
,multi-AD
. - display
Name 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 Sequence[ocvp.Get Sddcs Sddc Collection] - The list of sddc_collection.
- compute_
availability_ strdomain - (Deprecated) The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is
multi-AD
. Example:Uocm:PHX-AD-1
,multi-AD
. - display_
name str - A descriptive name for the SDDC. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- filters
Sequence[ocvp.
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 - (Deprecated) The availability domain the ESXi hosts are running in. For Multi-AD SDDC, it is
multi-AD
. Example:Uocm:PHX-AD-1
,multi-AD
. - display
Name 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 - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- Capacity
Reservation stringId - Clusters
Count int - The number of Clusters in the SDDC.
- Compartment
Id string - The OCID of the compartment.
- Compute
Availability stringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- Datastores
List<Get
Sddcs Sddc Collection Datastore> - Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Esxi
Hosts intCount - (Deprecated) The number of ESXi hosts in the SDDC.
- Esxi
Software stringVersion - In general, this is a specific version of bundled ESXi software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hcx
Action string - Hcx
Fqdn string - The FQDN for HCX Manager. Example:
hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- Hcx
Initial stringPassword - Hcx
Mode string - HCX configuration of the SDDC.
- Hcx
On stringPrem Key - Hcx
On List<GetPrem Licenses Sddcs Sddc Collection Hcx On Prem License> - The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- Hcx
Private stringIp Id - Hcx
Vlan stringId - Id string
- The OCID of the SDDC.
- Initial
Configurations List<GetSddcs Sddc Collection Initial Configuration> - Initial
Host doubleOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- Initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- Initial
Sku string - Instance
Display stringName Prefix - 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.
- Is
Single boolHost Sddc - Indicates whether this SDDC is designated for only single ESXi host.
- Nsx
Edge stringUplink1vlan Id - Nsx
Edge stringUplink2vlan Id - Nsx
Edge stringUplink Ip Id - Nsx
Edge stringVtep Vlan Id - Nsx
Manager stringFqdn - The FQDN for NSX Manager. Example:
nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- Nsx
Manager stringInitial Password - Nsx
Manager stringPrivate Ip Id - Nsx
Manager stringUsername - The SDDC includes an administrator username and initial password for NSX Manager. You can change this initial username to a different value in NSX Manager.
- Nsx
Overlay stringSegment Name - Nsx
Vtep stringVlan Id - Provisioning
Subnet stringId - Provisioning
Vlan stringId - Refresh
Hcx boolLicense Status - Replication
Vlan stringId - Reserving
Hcx List<string>On Premise License Keys - string
- 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 - Time
Hcx stringLicense Status Updated - Time
Updated string - The date and time the SDDC was updated, in the format defined by RFC3339.
- Upgrade
Licenses List<GetSddcs Sddc Collection Upgrade License> - Vcenter
Fqdn string - The FQDN for vCenter. Example:
vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- Vcenter
Initial stringPassword - Vcenter
Private stringIp Id - Vcenter
Username string - Vmotion
Vlan stringId - 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 - Vsphere
Upgrade stringGuide - Vsphere
Upgrade List<GetObjects Sddcs Sddc Collection Vsphere Upgrade Object> - Vsphere
Vlan stringId - Workload
Network stringCidr
- Actual
Esxi intHosts Count - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- Capacity
Reservation stringId - Clusters
Count int - The number of Clusters in the SDDC.
- Compartment
Id string - The OCID of the compartment.
- Compute
Availability stringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- Datastores
[]Get
Sddcs Sddc Collection Datastore - map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Esxi
Hosts intCount - (Deprecated) The number of ESXi hosts in the SDDC.
- Esxi
Software stringVersion - In general, this is a specific version of bundled ESXi software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hcx
Action string - Hcx
Fqdn string - The FQDN for HCX Manager. Example:
hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- Hcx
Initial stringPassword - Hcx
Mode string - HCX configuration of the SDDC.
- Hcx
On stringPrem Key - Hcx
On []GetPrem Licenses Sddcs Sddc Collection Hcx On Prem License - The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- Hcx
Private stringIp Id - Hcx
Vlan stringId - Id string
- The OCID of the SDDC.
- Initial
Configurations []GetSddcs Sddc Collection Initial Configuration - Initial
Host float64Ocpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- Initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- Initial
Sku string - Instance
Display stringName Prefix - 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.
- Is
Single boolHost Sddc - Indicates whether this SDDC is designated for only single ESXi host.
- Nsx
Edge stringUplink1vlan Id - Nsx
Edge stringUplink2vlan Id - Nsx
Edge stringUplink Ip Id - Nsx
Edge stringVtep Vlan Id - Nsx
Manager stringFqdn - The FQDN for NSX Manager. Example:
nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- Nsx
Manager stringInitial Password - Nsx
Manager stringPrivate Ip Id - Nsx
Manager stringUsername - The SDDC includes an administrator username and initial password for NSX Manager. You can change this initial username to a different value in NSX Manager.
- Nsx
Overlay stringSegment Name - Nsx
Vtep stringVlan Id - Provisioning
Subnet stringId - Provisioning
Vlan stringId - Refresh
Hcx boolLicense Status - Replication
Vlan stringId - Reserving
Hcx []stringOn Premise License Keys - string
- 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 - Time
Hcx stringLicense Status Updated - Time
Updated string - The date and time the SDDC was updated, in the format defined by RFC3339.
- Upgrade
Licenses []GetSddcs Sddc Collection Upgrade License - Vcenter
Fqdn string - The FQDN for vCenter. Example:
vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- Vcenter
Initial stringPassword - Vcenter
Private stringIp Id - Vcenter
Username string - Vmotion
Vlan stringId - 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 - Vsphere
Upgrade stringGuide - Vsphere
Upgrade []GetObjects Sddcs Sddc Collection Vsphere Upgrade Object - Vsphere
Vlan stringId - Workload
Network stringCidr
- actual
Esxi IntegerHosts Count - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- capacity
Reservation StringId - clusters
Count Integer - The number of Clusters in the SDDC.
- compartment
Id String - The OCID of the compartment.
- compute
Availability StringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- datastores
List<Get
Sddcs Sddc Collection Datastore> - Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A filter to return only resources that match the given display name exactly.
- esxi
Hosts IntegerCount - (Deprecated) The number of ESXi hosts in the SDDC.
- esxi
Software StringVersion - In general, this is a specific version of bundled ESXi software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hcx
Action String - hcx
Fqdn String - The FQDN for HCX Manager. Example:
hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- hcx
Initial StringPassword - hcx
Mode String - HCX configuration of the SDDC.
- hcx
On StringPrem Key - hcx
On List<GetPrem Licenses Sddcs Sddc Collection Hcx On Prem License> - The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- hcx
Private StringIp Id - hcx
Vlan StringId - id String
- The OCID of the SDDC.
- initial
Configurations List<GetSddcs Sddc Collection Initial Configuration> - initial
Host DoubleOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initial
Host StringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- initial
Sku String - instance
Display StringName Prefix - 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.
- is
Single BooleanHost Sddc - Indicates whether this SDDC is designated for only single ESXi host.
- nsx
Edge StringUplink1vlan Id - nsx
Edge StringUplink2vlan Id - nsx
Edge StringUplink Ip Id - nsx
Edge StringVtep Vlan Id - nsx
Manager StringFqdn - The FQDN for NSX Manager. Example:
nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- nsx
Manager StringInitial Password - nsx
Manager StringPrivate Ip Id - nsx
Manager StringUsername - The SDDC includes an administrator username and initial password for NSX Manager. You can change this initial username to a different value in NSX Manager.
- nsx
Overlay StringSegment Name - nsx
Vtep StringVlan Id - provisioning
Subnet StringId - provisioning
Vlan StringId - refresh
Hcx BooleanLicense Status - replication
Vlan StringId - reserving
Hcx List<String>On Premise License Keys - String
- 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 - time
Hcx StringLicense Status Updated - time
Updated String - The date and time the SDDC was updated, in the format defined by RFC3339.
- upgrade
Licenses List<GetSddcs Sddc Collection Upgrade License> - vcenter
Fqdn String - The FQDN for vCenter. Example:
vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- vcenter
Initial StringPassword - vcenter
Private StringIp Id - vcenter
Username String - vmotion
Vlan StringId - 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 - vsphere
Upgrade StringGuide - vsphere
Upgrade List<GetObjects Sddcs Sddc Collection Vsphere Upgrade Object> - vsphere
Vlan StringId - workload
Network StringCidr
- actual
Esxi numberHosts Count - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- capacity
Reservation stringId - clusters
Count number - The number of Clusters in the SDDC.
- compartment
Id string - The OCID of the compartment.
- compute
Availability stringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- datastores
Get
Sddcs Sddc Collection Datastore[] - {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - A filter to return only resources that match the given display name exactly.
- esxi
Hosts numberCount - (Deprecated) The number of ESXi hosts in the SDDC.
- esxi
Software stringVersion - In general, this is a specific version of bundled ESXi software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hcx
Action string - hcx
Fqdn string - The FQDN for HCX Manager. Example:
hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- hcx
Initial stringPassword - hcx
Mode string - HCX configuration of the SDDC.
- hcx
On stringPrem Key - hcx
On GetPrem Licenses Sddcs Sddc Collection Hcx On Prem License[] - The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- hcx
Private stringIp Id - hcx
Vlan stringId - id string
- The OCID of the SDDC.
- initial
Configurations GetSddcs Sddc Collection Initial Configuration[] - initial
Host numberOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- initial
Sku string - instance
Display stringName Prefix - 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.
- is
Single booleanHost Sddc - Indicates whether this SDDC is designated for only single ESXi host.
- nsx
Edge stringUplink1vlan Id - nsx
Edge stringUplink2vlan Id - nsx
Edge stringUplink Ip Id - nsx
Edge stringVtep Vlan Id - nsx
Manager stringFqdn - The FQDN for NSX Manager. Example:
nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- nsx
Manager stringInitial Password - nsx
Manager stringPrivate Ip Id - nsx
Manager stringUsername - The SDDC includes an administrator username and initial password for NSX Manager. You can change this initial username to a different value in NSX Manager.
- nsx
Overlay stringSegment Name - nsx
Vtep stringVlan Id - provisioning
Subnet stringId - provisioning
Vlan stringId - refresh
Hcx booleanLicense Status - replication
Vlan stringId - reserving
Hcx string[]On Premise License Keys - string
- 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 - time
Hcx stringLicense Status Updated - time
Updated string - The date and time the SDDC was updated, in the format defined by RFC3339.
- upgrade
Licenses GetSddcs Sddc Collection Upgrade License[] - vcenter
Fqdn string - The FQDN for vCenter. Example:
vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- vcenter
Initial stringPassword - vcenter
Private stringIp Id - vcenter
Username string - vmotion
Vlan stringId - 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 - vsphere
Upgrade stringGuide - vsphere
Upgrade GetObjects Sddcs Sddc Collection Vsphere Upgrade Object[] - vsphere
Vlan stringId - workload
Network stringCidr
- actual_
esxi_ inthosts_ count - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- capacity_
reservation_ strid - clusters_
count int - The number of Clusters in the SDDC.
- compartment_
id str - The OCID of the compartment.
- compute_
availability_ strdomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- datastores
Sequence[ocvp.
Get Sddcs Sddc Collection Datastore] - Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - A filter to return only resources that match the given display name exactly.
- esxi_
hosts_ intcount - (Deprecated) The number of ESXi hosts in the SDDC.
- esxi_
software_ strversion - In general, this is a specific version of bundled ESXi software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hcx_
action str - hcx_
fqdn str - The FQDN for HCX Manager. Example:
hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- hcx_
initial_ strpassword - hcx_
mode str - HCX configuration of the SDDC.
- hcx_
on_ strprem_ key - hcx_
on_ Sequence[ocvp.prem_ licenses Get Sddcs Sddc Collection Hcx On Prem License] - The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- hcx_
private_ strip_ id - hcx_
vlan_ strid - id str
- The OCID of the SDDC.
- initial_
configurations Sequence[ocvp.Get Sddcs Sddc Collection Initial Configuration] - initial_
host_ floatocpu_ count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initial_
host_ strshape_ name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- initial_
sku str - instance_
display_ strname_ prefix - is_
hcx_ boolenabled - (Deprecated) Indicates whether HCX is enabled for this SDDC. Deprecated. Please use
hcx_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.
- is_
single_ boolhost_ sddc - Indicates whether this SDDC is designated for only single ESXi host.
- nsx_
edge_ struplink1vlan_ id - nsx_
edge_ struplink2vlan_ id - nsx_
edge_ struplink_ ip_ id - nsx_
edge_ strvtep_ vlan_ id - nsx_
manager_ strfqdn - The FQDN for NSX Manager. Example:
nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- nsx_
manager_ strinitial_ password - nsx_
manager_ strprivate_ ip_ id - nsx_
manager_ strusername - The SDDC includes an administrator username and initial password for NSX Manager. You can change this initial username to a different value in NSX Manager.
- nsx_
overlay_ strsegment_ name - nsx_
vtep_ strvlan_ id - provisioning_
subnet_ strid - provisioning_
vlan_ strid - refresh_
hcx_ boollicense_ status - replication_
vlan_ strid - reserving_
hcx_ Sequence[str]on_ premise_ license_ keys - str
- state str
- The lifecycle state of the resource.
- time_
created str - The date and time the SDDC was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- time_
hcx_ strbilling_ cycle_ end - time_
hcx_ strlicense_ status_ updated - time_
updated str - The date and time the SDDC was updated, in the format defined by RFC3339.
- upgrade_
licenses Sequence[ocvp.Get Sddcs Sddc Collection Upgrade License] - vcenter_
fqdn str - The FQDN for vCenter. Example:
vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- vcenter_
initial_ strpassword - vcenter_
private_ strip_ id - vcenter_
username str - vmotion_
vlan_ strid - vmware_
software_ strversion - In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- vsan_
vlan_ strid - vsphere_
upgrade_ strguide - vsphere_
upgrade_ Sequence[ocvp.objects Get Sddcs Sddc Collection Vsphere Upgrade Object] - vsphere_
vlan_ strid - workload_
network_ strcidr
- actual
Esxi NumberHosts Count - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- capacity
Reservation StringId - clusters
Count Number - The number of Clusters in the SDDC.
- compartment
Id String - The OCID of the compartment.
- compute
Availability StringDomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- datastores List<Property Map>
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A filter to return only resources that match the given display name exactly.
- esxi
Hosts NumberCount - (Deprecated) The number of ESXi hosts in the SDDC.
- esxi
Software StringVersion - In general, this is a specific version of bundled ESXi software supported by Oracle Cloud VMware Solution (see ListSupportedVmwareSoftwareVersions).
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hcx
Action String - hcx
Fqdn String - The FQDN for HCX Manager. Example:
hcx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- hcx
Initial StringPassword - hcx
Mode String - HCX configuration of the SDDC.
- hcx
On StringPrem Key - hcx
On List<Property Map>Prem Licenses - The activation licenses to use on the on-premises HCX Enterprise appliance you site pair with HCX Manager in your VMware Solution.
- hcx
Private StringIp Id - hcx
Vlan StringId - id String
- The OCID of the SDDC.
- initial
Configurations List<Property Map> - initial
Host NumberOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initial
Host StringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- initial
Sku String - instance
Display StringName Prefix - 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.
- is
Single BooleanHost Sddc - Indicates whether this SDDC is designated for only single ESXi host.
- nsx
Edge StringUplink1vlan Id - nsx
Edge StringUplink2vlan Id - nsx
Edge StringUplink Ip Id - nsx
Edge StringVtep Vlan Id - nsx
Manager StringFqdn - The FQDN for NSX Manager. Example:
nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- nsx
Manager StringInitial Password - nsx
Manager StringPrivate Ip Id - nsx
Manager StringUsername - The SDDC includes an administrator username and initial password for NSX Manager. You can change this initial username to a different value in NSX Manager.
- nsx
Overlay StringSegment Name - nsx
Vtep StringVlan Id - provisioning
Subnet StringId - provisioning
Vlan StringId - refresh
Hcx BooleanLicense Status - replication
Vlan StringId - reserving
Hcx List<String>On Premise License Keys - String
- 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 - time
Hcx StringLicense Status Updated - time
Updated String - The date and time the SDDC was updated, in the format defined by RFC3339.
- upgrade
Licenses List<Property Map> - vcenter
Fqdn String - The FQDN for vCenter. Example:
vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com
- vcenter
Initial StringPassword - vcenter
Private StringIp Id - vcenter
Username String - vmotion
Vlan StringId - 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 - vsphere
Upgrade StringGuide - vsphere
Upgrade List<Property Map>Objects - vsphere
Vlan StringId - workload
Network StringCidr
GetSddcsSddcCollectionDatastore
- Block
Volume List<string>Ids - Capacity double
- Datastore
Type string
- Block
Volume []stringIds - Capacity float64
- Datastore
Type string
- block
Volume List<String>Ids - capacity Double
- datastore
Type String
- block
Volume string[]Ids - capacity number
- datastore
Type string
- block_
volume_ Sequence[str]ids - capacity float
- datastore_
type str
- block
Volume List<String>Ids - capacity Number
- datastore
Type String
GetSddcsSddcCollectionHcxOnPremLicense
- Activation
Key string - HCX on-premise license key value.
- Status string
- status of HCX on-premise license.
- System
Name string - Name of the system that consumed the HCX on-premise license
- Activation
Key string - HCX on-premise license key value.
- Status string
- status of HCX on-premise license.
- System
Name string - Name of the system that consumed the HCX on-premise license
- activation
Key String - HCX on-premise license key value.
- status String
- status of HCX on-premise license.
- system
Name String - Name of the system that consumed the HCX on-premise license
- activation
Key string - HCX on-premise license key value.
- status string
- status of HCX on-premise license.
- system
Name string - Name of the system that consumed the HCX on-premise license
- activation_
key str - HCX on-premise license key value.
- status str
- status of HCX on-premise license.
- system_
name str - Name of the system that consumed the HCX on-premise license
- activation
Key String - HCX on-premise license key value.
- status String
- status of HCX on-premise license.
- system
Name String - Name of the system that consumed the HCX on-premise license
GetSddcsSddcCollectionInitialConfiguration
GetSddcsSddcCollectionInitialConfigurationInitialClusterConfiguration
- Actual
Esxi intHosts Count - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- Capacity
Reservation stringId - 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 Initial Configuration Initial Cluster Configuration Datastore> - Display
Name string - A filter to return only resources that match the given display name exactly.
- Esxi
Hosts intCount - (Deprecated) The number of ESXi hosts in the SDDC.
- Initial
Commitment string - Initial
Host doubleOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- Initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- Instance
Display stringName Prefix - Is
Shielded boolInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- Network
Configurations List<GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Network Configuration> - Vsphere
Type string - Workload
Network stringCidr
- Actual
Esxi intHosts Count - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- Capacity
Reservation stringId - 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 Initial Configuration Initial Cluster Configuration Datastore - Display
Name string - A filter to return only resources that match the given display name exactly.
- Esxi
Hosts intCount - (Deprecated) The number of ESXi hosts in the SDDC.
- Initial
Commitment string - Initial
Host float64Ocpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- Initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- Instance
Display stringName Prefix - Is
Shielded boolInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- Network
Configurations []GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Network Configuration - Vsphere
Type string - Workload
Network stringCidr
- actual
Esxi IntegerHosts Count - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- capacity
Reservation StringId - 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 Initial Configuration Initial Cluster Configuration Datastore> - display
Name String - A filter to return only resources that match the given display name exactly.
- esxi
Hosts IntegerCount - (Deprecated) The number of ESXi hosts in the SDDC.
- initial
Commitment String - initial
Host DoubleOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initial
Host StringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- instance
Display StringName Prefix - is
Shielded BooleanInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- network
Configurations List<GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Network Configuration> - vsphere
Type String - workload
Network StringCidr
- actual
Esxi numberHosts Count - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- capacity
Reservation stringId - 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 Initial Configuration Initial Cluster Configuration Datastore[] - display
Name string - A filter to return only resources that match the given display name exactly.
- esxi
Hosts numberCount - (Deprecated) The number of ESXi hosts in the SDDC.
- initial
Commitment string - initial
Host numberOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initial
Host stringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- instance
Display stringName Prefix - is
Shielded booleanInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- network
Configurations GetSddcs Sddc Collection Initial Configuration Initial Cluster Configuration Network Configuration[] - vsphere
Type string - workload
Network stringCidr
- actual_
esxi_ inthosts_ count - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- capacity_
reservation_ strid - compute_
availability_ strdomain - The name of the availability domain that the Compute instances are running in. Example:
Uocm:PHX-AD-1
- datastores
Sequence[ocvp.
Get Sddcs Sddc Collection Initial Configuration Initial Cluster Configuration Datastore] - display_
name str - A filter to return only resources that match the given display name exactly.
- esxi_
hosts_ intcount - (Deprecated) The number of ESXi hosts in the SDDC.
- initial_
commitment str - initial_
host_ floatocpu_ count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initial_
host_ strshape_ name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- instance_
display_ strname_ prefix - is_
shielded_ boolinstance_ enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- network_
configurations Sequence[ocvp.Get Sddcs Sddc Collection Initial Configuration Initial Cluster Configuration Network Configuration] - vsphere_
type str - workload_
network_ strcidr
- actual
Esxi NumberHosts Count - (Deprecated) The number of actual ESXi hosts in the SDDC on the cloud. This attribute will be different when esxi Host is added to an existing SDDC.
- capacity
Reservation StringId - 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>
- display
Name String - A filter to return only resources that match the given display name exactly.
- esxi
Hosts NumberCount - (Deprecated) The number of ESXi hosts in the SDDC.
- initial
Commitment String - initial
Host NumberOcpu Count - (Deprecated) The initial OCPU count of the SDDC's ESXi hosts.
- initial
Host StringShape Name - (Deprecated) The initial compute shape of the SDDC's ESXi hosts. ListSupportedHostShapes.
- instance
Display StringName Prefix - is
Shielded BooleanInstance Enabled - (Deprecated) Indicates whether shielded instance is enabled at the SDDC level.
- network
Configurations List<Property Map> - vsphere
Type String - workload
Network StringCidr
GetSddcsSddcCollectionInitialConfigurationInitialClusterConfigurationDatastore
- Block
Volume List<string>Ids - Datastore
Type string
- Block
Volume []stringIds - Datastore
Type string
- block
Volume List<String>Ids - datastore
Type String
- block
Volume string[]Ids - datastore
Type string
- block_
volume_ Sequence[str]ids - datastore_
type str
- block
Volume List<String>Ids - datastore
Type String
GetSddcsSddcCollectionInitialConfigurationInitialClusterConfigurationNetworkConfiguration
- Hcx
Vlan stringId - Nsx
Edge stringUplink1vlan Id - Nsx
Edge stringUplink2vlan Id - Nsx
Edge stringVtep Vlan Id - Nsx
Vtep stringVlan Id - Provisioning
Subnet stringId - Provisioning
Vlan stringId - Replication
Vlan stringId - Vmotion
Vlan stringId - Vsan
Vlan stringId - Vsphere
Vlan stringId
- Hcx
Vlan stringId - Nsx
Edge stringUplink1vlan Id - Nsx
Edge stringUplink2vlan Id - Nsx
Edge stringVtep Vlan Id - Nsx
Vtep stringVlan Id - Provisioning
Subnet stringId - Provisioning
Vlan stringId - Replication
Vlan stringId - Vmotion
Vlan stringId - Vsan
Vlan stringId - Vsphere
Vlan stringId
- hcx
Vlan StringId - nsx
Edge StringUplink1vlan Id - nsx
Edge StringUplink2vlan Id - nsx
Edge StringVtep Vlan Id - nsx
Vtep StringVlan Id - provisioning
Subnet StringId - provisioning
Vlan StringId - replication
Vlan StringId - vmotion
Vlan StringId - vsan
Vlan StringId - vsphere
Vlan StringId
- hcx
Vlan stringId - nsx
Edge stringUplink1vlan Id - nsx
Edge stringUplink2vlan Id - nsx
Edge stringVtep Vlan Id - nsx
Vtep stringVlan Id - provisioning
Subnet stringId - provisioning
Vlan stringId - replication
Vlan stringId - vmotion
Vlan stringId - vsan
Vlan stringId - vsphere
Vlan stringId
- hcx
Vlan StringId - nsx
Edge StringUplink1vlan Id - nsx
Edge StringUplink2vlan Id - nsx
Edge StringVtep Vlan Id - nsx
Vtep StringVlan Id - provisioning
Subnet StringId - provisioning
Vlan StringId - replication
Vlan StringId - vmotion
Vlan StringId - vsan
Vlan StringId - vsphere
Vlan StringId
GetSddcsSddcCollectionUpgradeLicense
- License
Key string - License
Type string
- License
Key string - License
Type string
- license
Key String - license
Type String
- license
Key string - license
Type string
- license_
key str - license_
type str
- license
Key String - license
Type String
GetSddcsSddcCollectionVsphereUpgradeObject
- Download
Link string - Link
Description string
- Download
Link string - Link
Description string
- download
Link String - link
Description String
- download
Link string - link
Description string
- download_
link str - link_
description str
- download
Link String - link
Description String
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.