Class UpdateDrgAttachmentDetails
  
  
  
    Inheritance
    
    UpdateDrgAttachmentDetails
   
  
  
  Assembly: OCI.DotNetSDK.Core.dll
  Syntax
  
    public class UpdateDrgAttachmentDetails
   
  Properties
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
   
  Property Value
  
  
  DisplayName
  
  
  Declaration
  
    [JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | string | 
        A user-friendly name. Does not have to be unique, and it's changeable.
Avoid entering confidential information. 
 | 
      
    
  
  
  DrgRouteTableId
  
  
  Declaration
  
    [JsonProperty(PropertyName = "drgRouteTableId")]
public string DrgRouteTableId { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | string | 
        The OCID of the DRG route table that is assigned to this attachment.
 
The DRG route table manages traffic inside the DRG.
 
You can't remove a DRG route table from a DRG attachment, but you can reassign which
DRG route table it uses. 
 | 
      
    
  
  
  ExportDrgRouteDistributionId
  
  
  Declaration
  
    [JsonProperty(PropertyName = "exportDrgRouteDistributionId")]
public string ExportDrgRouteDistributionId { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | string | 
        The OCID of the export route distribution used to specify how routes in the assigned DRG route table
are advertised out through the attachment.
If this value is null, no routes are advertised through this attachment. 
 | 
      
    
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | Dictionary<string, string> | 
        Free-form tags for this resource. Each tag is a simple key-value pair with no
predefined name, type, or namespace. For more information, see Resource Tags.
 
Example: {"Department": "Finance"} 
 | 
      
    
  
  
  NetworkDetails
  
  
  Declaration
  
    [JsonProperty(PropertyName = "networkDetails")]
public DrgAttachmentNetworkUpdateDetails NetworkDetails { get; set; }
   
  Property Value
  
  
  RouteTableId
  
  
  Declaration
  
    [JsonProperty(PropertyName = "routeTableId")]
public string RouteTableId { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | string | 
        This is the OCID of the route table that is used to route the traffic as it enters a VCN through this attachment.
 
For information about why you would associate a route table with a DRG attachment, see:
  
 |