Class GenerateVmwareBinaryDownloadInfoDetails
The details for generating VMware Binary download information.
Inherited Members
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