Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SddcSummary

A summary of the SDDC.

Properties

clustersCount

clustersCount: number

The number of ESXi hosts in the SDDC. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

compartmentId

compartmentId: string

The OCID of the compartment that contains the SDDC.

definedTags

definedTags: object

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}

Type declaration

  • [key: string]: object
    • [key: string]: any

displayName

displayName: string

A descriptive name for the SDDC. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.

freeformTags

freeformTags: 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: {@code {\"Department\": \"Finance\"}}

Type declaration

  • [key: string]: string

Optional hcxFqdn

hcxFqdn: undefined | string

HCX Fully Qualified Domain Name

Optional hcxMode

hcxMode: model.HcxModes

HCX configuration of the SDDC.

id

id: string

The OCID of the compartment that contains the SDDC.

Optional isSingleHostSddc

isSingleHostSddc: undefined | false | true

Indicates whether this SDDC is designated for only single ESXi host.

Optional lifecycleState

lifecycleState: model.LifecycleStates

The current state of the SDDC.

Optional nsxManagerFqdn

nsxManagerFqdn: undefined | string

FQDN for NSX Manager

Example: {@code nsx-my-sddc.sddc.us-phoenix-1.oraclecloud.com}

Optional timeCreated

timeCreated: Date

The date and time the SDDC was created, in the format defined by RFC3339.

Example: {@code 2016-08-25T21:10:29.600Z}

Optional timeUpdated

timeUpdated: Date

The date and time the SDDC was updated, in the format defined by RFC3339.

Optional vcenterFqdn

vcenterFqdn: undefined | string

FQDN for vCenter

Example: {@code vcenter-my-sddc.sddc.us-phoenix-1.oraclecloud.com}

vmwareSoftwareVersion

vmwareSoftwareVersion: string

In general, this is a specific version of bundled VMware software supported by Oracle Cloud VMware Solution (see {@link #listSupportedVmwareSoftwareVersions(ListSupportedVmwareSoftwareVersionsRequest) listSupportedVmwareSoftwareVersions}).

This attribute is not guaranteed to reflect the version of software currently installed on the ESXi hosts in the SDDC. The purpose of this attribute is to show the version of software that the Oracle Cloud VMware Solution will install on any new ESXi hosts that you *add to this SDDC in the future* with {@link #createEsxiHost(CreateEsxiHostRequest) createEsxiHost}.

Therefore, if you upgrade the existing ESXi hosts in the SDDC to use a newer version of bundled VMware software supported by the Oracle Cloud VMware Solution, you should use {@link #updateSddc(UpdateSddcRequest) updateSddc} to update the SDDC's {@code vmwareSoftwareVersion} with that new version.

Functions

getDeserializedJsonObj

getJsonObj