Show / Hide Table of Contents

Class DrgAttachmentTypeDrgRouteDistributionMatchCriteria

The attachment type from which the DRG will import routes. Routes will be imported from all attachments of this type.

Inheritance
object
DrgRouteDistributionMatchCriteria
DrgAttachmentTypeDrgRouteDistributionMatchCriteria
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class DrgAttachmentTypeDrgRouteDistributionMatchCriteria : DrgRouteDistributionMatchCriteria

Properties

AttachmentType

Declaration
[Required(ErrorMessage = "AttachmentType is required.")]
[JsonProperty(PropertyName = "attachmentType")]
[JsonConverter(typeof(StringEnumConverter))]
public DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentTypeEnum? AttachmentType { get; set; }
Property Value
Type Description
DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentTypeEnum?

The type of the network resource to be included in this match. A match for a network type implies that all DRG attachments of that type insert routes into the table.

Remarks

Required

In this article
Back to top