Show / Hide Table of Contents

Class GenerateVmwareBinaryDownloadInfoDetails

The details for generating VMware Binary download information.

Inheritance
object
GenerateVmwareBinaryDownloadInfoDetails
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 GenerateVmwareBinaryDownloadInfoDetails

Properties

VmwareBinaryFileName

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

The name of the VMware binary file.

Remarks

Required

In this article
Back to top