Class GetRouteTableRequest
Implements
Inherited Members
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetRouteTableRequest : IOciRequestExamples
Click here to see an example of how to use GetRouteTable request.
Properties
RtId
Declaration
[Required(ErrorMessage = "RtId is required.")]
[HttpConverter(TargetEnum.Path, "rtId")]
public string RtId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the route table. | 
Remarks
Required