Show / Hide Table of Contents

Class OlvmCustomProperty

Custom properties applied to the vNIC Profile.

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

Properties

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Property name

Regexp

Declaration
[JsonProperty(PropertyName = "regexp")]
public string Regexp { get; set; }
Property Value
Type Description
string

A regular expression defining the available values a custom property can get.

Value

Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type Description
string

Property value

In this article
Back to top