Class VmwareBinaryCollection
A list of third party VMware binary files.
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class VmwareBinaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<VmwareBinary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<VmwareBinary> | A list of third party VMware binary files. |
Remarks
Required