Class VnicEndpoint
Defines the details required for a VNIC-type Endpoint
.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class VnicEndpoint : Endpoint
Properties
Address
Declaration
[Required(ErrorMessage = "Address is required.")]
[JsonProperty(PropertyName = "address")]
public string Address { get; set; }
Property Value
Type | Description |
---|---|
string | The IPv4 address of a VNIC type |
Remarks
Required
VnicId
Declaration
[Required(ErrorMessage = "VnicId is required.")]
[JsonProperty(PropertyName = "vnicId")]
public string VnicId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the VNIC. |
Remarks
Required