Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::CEN::RouteEntry
Using getRouteEntry
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getRouteEntry(args: GetRouteEntryArgs, opts?: InvokeOptions): Promise<GetRouteEntryResult>
function getRouteEntryOutput(args: GetRouteEntryOutputArgs, opts?: InvokeOptions): Output<GetRouteEntryResult>def get_route_entry(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRouteEntryResult
def get_route_entry_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRouteEntryResult]func LookupRouteEntry(ctx *Context, args *LookupRouteEntryArgs, opts ...InvokeOption) (*LookupRouteEntryResult, error)
func LookupRouteEntryOutput(ctx *Context, args *LookupRouteEntryOutputArgs, opts ...InvokeOption) LookupRouteEntryResultOutput> Note: This function is named LookupRouteEntry in the Go SDK.
public static class GetRouteEntry
{
public static Task<GetRouteEntryResult> InvokeAsync(GetRouteEntryArgs args, InvokeOptions? opts = null)
public static Output<GetRouteEntryResult> Invoke(GetRouteEntryInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRouteEntryResult> getRouteEntry(GetRouteEntryArgs args, InvokeOptions options)
public static Output<GetRouteEntryResult> getRouteEntry(GetRouteEntryArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:cen/getRouteEntry:getRouteEntry
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getRouteEntry Result
The following output properties are available:
- As
Paths List<string> - AS path
- Cen
Id string - Cloud enterprise network instance ID
- Destination
Cidr stringBlock - Destination CIDR of the route entry
- Id string
- Uniquely identifies the resource.
- Instance
Id string - Network instance ID
- Instance
Region stringId - Region ID of the network instance
- Instance
Type string - Network instance type
- Publish
Status string - Publish status of the route entry
- Status string
- Effective status of the route entry
- Type string
- Route entry type
- As
Paths []string - AS path
- Cen
Id string - Cloud enterprise network instance ID
- Destination
Cidr stringBlock - Destination CIDR of the route entry
- Id string
- Uniquely identifies the resource.
- Instance
Id string - Network instance ID
- Instance
Region stringId - Region ID of the network instance
- Instance
Type string - Network instance type
- Publish
Status string - Publish status of the route entry
- Status string
- Effective status of the route entry
- Type string
- Route entry type
- as
Paths List<String> - AS path
- cen
Id String - Cloud enterprise network instance ID
- destination
Cidr StringBlock - Destination CIDR of the route entry
- id String
- Uniquely identifies the resource.
- instance
Id String - Network instance ID
- instance
Region StringId - Region ID of the network instance
- instance
Type String - Network instance type
- publish
Status String - Publish status of the route entry
- status String
- Effective status of the route entry
- type String
- Route entry type
- as
Paths string[] - AS path
- cen
Id string - Cloud enterprise network instance ID
- destination
Cidr stringBlock - Destination CIDR of the route entry
- id string
- Uniquely identifies the resource.
- instance
Id string - Network instance ID
- instance
Region stringId - Region ID of the network instance
- instance
Type string - Network instance type
- publish
Status string - Publish status of the route entry
- status string
- Effective status of the route entry
- type string
- Route entry type
- as_
paths Sequence[str] - AS path
- cen_
id str - Cloud enterprise network instance ID
- destination_
cidr_ strblock - Destination CIDR of the route entry
- id str
- Uniquely identifies the resource.
- instance_
id str - Network instance ID
- instance_
region_ strid - Region ID of the network instance
- instance_
type str - Network instance type
- publish_
status str - Publish status of the route entry
- status str
- Effective status of the route entry
- type str
- Route entry type
- as
Paths List<String> - AS path
- cen
Id String - Cloud enterprise network instance ID
- destination
Cidr StringBlock - Destination CIDR of the route entry
- id String
- Uniquely identifies the resource.
- instance
Id String - Network instance ID
- instance
Region StringId - Region ID of the network instance
- instance
Type String - Network instance type
- publish
Status String - Publish status of the route entry
- status String
- Effective status of the route entry
- type String
- Route entry type
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
