Class OlvmCustomProperty
Custom properties applied to the vNIC Profile.
Inherited Members
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 |