Show / Hide Table of Contents

Class SupportedVmwareSoftwareVersionSummary

A specific version of bundled VMware software supported by the Oracle Cloud VMware Solution.

Inheritance
object
SupportedVmwareSoftwareVersionSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class SupportedVmwareSoftwareVersionSummary

Properties

Description

Declaration
[Required(ErrorMessage = "Description is required.")]
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

A description of the software in the bundle.

Remarks

Required

EsxiSoftwareVersions

Declaration
[JsonProperty(PropertyName = "esxiSoftwareVersions")]
public List<SupportedEsxiSoftwareVersionSummary> EsxiSoftwareVersions { get; set; }
Property Value
Type Description
List<SupportedEsxiSoftwareVersionSummary>

A list of supported ESXi software versions.

Version

Declaration
[Required(ErrorMessage = "Version is required.")]
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
Type Description
string

A short, unique string that identifies the version of bundled software.

Remarks

Required

In this article
Back to top