Show / Hide Table of Contents

Class OlvmVnicProfileAssetDetails

OLVM Vnic Profile type of asset.

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

Properties

OlvmVnicProfile

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

Required

In this article
Back to top