1. Packages
  2. Equinix
  3. API Docs
  4. fabric
  5. getCloudRouters
Equinix v0.11.2 published on Wednesday, Jun 26, 2024 by Equinix

equinix.fabric.getCloudRouters

Explore with Pulumi AI

equinix logo
Equinix v0.11.2 published on Wednesday, Jun 26, 2024 by Equinix

    Fabric V4 API compatible data resource that allow user to fetch Fabric Cloud Routers matching custom search criteria

    Additional documentation:

    Using getCloudRouters

    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 getCloudRouters(args: GetCloudRoutersArgs, opts?: InvokeOptions): Promise<GetCloudRoutersResult>
    function getCloudRoutersOutput(args: GetCloudRoutersOutputArgs, opts?: InvokeOptions): Output<GetCloudRoutersResult>
    def get_cloud_routers(filters: Optional[Sequence[GetCloudRoutersFilter]] = None,
                          pagination: Optional[GetCloudRoutersPagination] = None,
                          sort: Optional[GetCloudRoutersSort] = None,
                          opts: Optional[InvokeOptions] = None) -> GetCloudRoutersResult
    def get_cloud_routers_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetCloudRoutersFilterArgs]]]] = None,
                          pagination: Optional[pulumi.Input[GetCloudRoutersPaginationArgs]] = None,
                          sort: Optional[pulumi.Input[GetCloudRoutersSortArgs]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetCloudRoutersResult]
    func GetCloudRouters(ctx *Context, args *GetCloudRoutersArgs, opts ...InvokeOption) (*GetCloudRoutersResult, error)
    func GetCloudRoutersOutput(ctx *Context, args *GetCloudRoutersOutputArgs, opts ...InvokeOption) GetCloudRoutersResultOutput

    > Note: This function is named GetCloudRouters in the Go SDK.

    public static class GetCloudRouters 
    {
        public static Task<GetCloudRoutersResult> InvokeAsync(GetCloudRoutersArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudRoutersResult> Invoke(GetCloudRoutersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudRoutersResult> getCloudRouters(GetCloudRoutersArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: equinix:fabric/getCloudRouters:getCloudRouters
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Filters List<GetCloudRoutersFilter>
    Filters for the Data Source Search Request. Maximum of 8 total filters.
    Pagination GetCloudRoutersPagination
    Pagination details for the Data Source Search Request
    Sort GetCloudRoutersSort
    Filters for the Data Source Search Request
    Filters []GetCloudRoutersFilter
    Filters for the Data Source Search Request. Maximum of 8 total filters.
    Pagination GetCloudRoutersPagination
    Pagination details for the Data Source Search Request
    Sort GetCloudRoutersSort
    Filters for the Data Source Search Request
    filters List<GetCloudRoutersFilter>
    Filters for the Data Source Search Request. Maximum of 8 total filters.
    pagination GetCloudRoutersPagination
    Pagination details for the Data Source Search Request
    sort GetCloudRoutersSort
    Filters for the Data Source Search Request
    filters GetCloudRoutersFilter[]
    Filters for the Data Source Search Request. Maximum of 8 total filters.
    pagination GetCloudRoutersPagination
    Pagination details for the Data Source Search Request
    sort GetCloudRoutersSort
    Filters for the Data Source Search Request
    filters Sequence[GetCloudRoutersFilter]
    Filters for the Data Source Search Request. Maximum of 8 total filters.
    pagination GetCloudRoutersPagination
    Pagination details for the Data Source Search Request
    sort GetCloudRoutersSort
    Filters for the Data Source Search Request
    filters List<Property Map>
    Filters for the Data Source Search Request. Maximum of 8 total filters.
    pagination Property Map
    Pagination details for the Data Source Search Request
    sort Property Map
    Filters for the Data Source Search Request

    getCloudRouters Result

    The following output properties are available:

    Datas List<GetCloudRoutersData>
    List of Cloud Routers
    Filters List<GetCloudRoutersFilter>
    Filters for the Data Source Search Request. Maximum of 8 total filters.
    Id string
    The provider-assigned unique ID for this managed resource.
    Pagination GetCloudRoutersPagination
    Pagination details for the Data Source Search Request
    Sort GetCloudRoutersSort
    Filters for the Data Source Search Request
    Datas []GetCloudRoutersData
    List of Cloud Routers
    Filters []GetCloudRoutersFilter
    Filters for the Data Source Search Request. Maximum of 8 total filters.
    Id string
    The provider-assigned unique ID for this managed resource.
    Pagination GetCloudRoutersPagination
    Pagination details for the Data Source Search Request
    Sort GetCloudRoutersSort
    Filters for the Data Source Search Request
    datas List<GetCloudRoutersData>
    List of Cloud Routers
    filters List<GetCloudRoutersFilter>
    Filters for the Data Source Search Request. Maximum of 8 total filters.
    id String
    The provider-assigned unique ID for this managed resource.
    pagination GetCloudRoutersPagination
    Pagination details for the Data Source Search Request
    sort GetCloudRoutersSort
    Filters for the Data Source Search Request
    datas GetCloudRoutersData[]
    List of Cloud Routers
    filters GetCloudRoutersFilter[]
    Filters for the Data Source Search Request. Maximum of 8 total filters.
    id string
    The provider-assigned unique ID for this managed resource.
    pagination GetCloudRoutersPagination
    Pagination details for the Data Source Search Request
    sort GetCloudRoutersSort
    Filters for the Data Source Search Request
    datas Sequence[GetCloudRoutersData]
    List of Cloud Routers
    filters Sequence[GetCloudRoutersFilter]
    Filters for the Data Source Search Request. Maximum of 8 total filters.
    id str
    The provider-assigned unique ID for this managed resource.
    pagination GetCloudRoutersPagination
    Pagination details for the Data Source Search Request
    sort GetCloudRoutersSort
    Filters for the Data Source Search Request
    datas List<Property Map>
    List of Cloud Routers
    filters List<Property Map>
    Filters for the Data Source Search Request. Maximum of 8 total filters.
    id String
    The provider-assigned unique ID for this managed resource.
    pagination Property Map
    Pagination details for the Data Source Search Request
    sort Property Map
    Filters for the Data Source Search Request

    Supporting Types

    GetCloudRoutersData

    Accounts List<GetCloudRoutersDataAccount>
    Customer account information that is associated with this Fabric Cloud Router
    BgpIpv4RoutesCount int
    Number of IPv4 BGP routes in use (including non-distinct prefixes)
    BgpIpv6RoutesCount int
    Number of IPv6 BGP routes in use (including non-distinct prefixes)
    ChangeLogs List<GetCloudRoutersDataChangeLog>
    Captures Fabric Cloud Router lifecycle change information
    ConnectionsCount int
    Number of connections associated with this Fabric Cloud Router instance
    Description string
    Customer-provided Fabric Cloud Router description
    DistinctIpv4PrefixesCount int
    Number of distinct IPv4 routes
    DistinctIpv6PrefixesCount int
    Number of distinct IPv6 routes
    EquinixAsn int
    Equinix ASN
    Href string
    Fabric Cloud Router URI information
    Locations List<GetCloudRoutersDataLocation>
    Fabric Cloud Router location
    Name string
    Fabric Cloud Router name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    Notifications List<GetCloudRoutersDataNotification>
    Preferences for notifications on Fabric Cloud Router configuration or status changes
    Orders List<GetCloudRoutersDataOrder>
    Order information related to this Fabric Cloud Router
    Packages List<GetCloudRoutersDataPackage>
    Fabric Cloud Router Package Type
    Projects List<GetCloudRoutersDataProject>
    Customer resource hierarchy project information. Applicable to customers onboarded to Equinix Identity and Access Management. For more information see Identity and Access Management: Projects
    State string
    Fabric Cloud Router overall state
    Type string
    Defines the FCR type like; XF_ROUTER
    Uuid string
    Equinix-assigned Fabric Cloud Router identifier
    Accounts []GetCloudRoutersDataAccount
    Customer account information that is associated with this Fabric Cloud Router
    BgpIpv4RoutesCount int
    Number of IPv4 BGP routes in use (including non-distinct prefixes)
    BgpIpv6RoutesCount int
    Number of IPv6 BGP routes in use (including non-distinct prefixes)
    ChangeLogs []GetCloudRoutersDataChangeLog
    Captures Fabric Cloud Router lifecycle change information
    ConnectionsCount int
    Number of connections associated with this Fabric Cloud Router instance
    Description string
    Customer-provided Fabric Cloud Router description
    DistinctIpv4PrefixesCount int
    Number of distinct IPv4 routes
    DistinctIpv6PrefixesCount int
    Number of distinct IPv6 routes
    EquinixAsn int
    Equinix ASN
    Href string
    Fabric Cloud Router URI information
    Locations []GetCloudRoutersDataLocation
    Fabric Cloud Router location
    Name string
    Fabric Cloud Router name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    Notifications []GetCloudRoutersDataNotification
    Preferences for notifications on Fabric Cloud Router configuration or status changes
    Orders []GetCloudRoutersDataOrder
    Order information related to this Fabric Cloud Router
    Packages []GetCloudRoutersDataPackage
    Fabric Cloud Router Package Type
    Projects []GetCloudRoutersDataProject
    Customer resource hierarchy project information. Applicable to customers onboarded to Equinix Identity and Access Management. For more information see Identity and Access Management: Projects
    State string
    Fabric Cloud Router overall state
    Type string
    Defines the FCR type like; XF_ROUTER
    Uuid string
    Equinix-assigned Fabric Cloud Router identifier
    accounts List<GetCloudRoutersDataAccount>
    Customer account information that is associated with this Fabric Cloud Router
    bgpIpv4RoutesCount Integer
    Number of IPv4 BGP routes in use (including non-distinct prefixes)
    bgpIpv6RoutesCount Integer
    Number of IPv6 BGP routes in use (including non-distinct prefixes)
    changeLogs List<GetCloudRoutersDataChangeLog>
    Captures Fabric Cloud Router lifecycle change information
    connectionsCount Integer
    Number of connections associated with this Fabric Cloud Router instance
    description String
    Customer-provided Fabric Cloud Router description
    distinctIpv4PrefixesCount Integer
    Number of distinct IPv4 routes
    distinctIpv6PrefixesCount Integer
    Number of distinct IPv6 routes
    equinixAsn Integer
    Equinix ASN
    href String
    Fabric Cloud Router URI information
    locations List<GetCloudRoutersDataLocation>
    Fabric Cloud Router location
    name String
    Fabric Cloud Router name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    notifications List<GetCloudRoutersDataNotification>
    Preferences for notifications on Fabric Cloud Router configuration or status changes
    orders List<GetCloudRoutersDataOrder>
    Order information related to this Fabric Cloud Router
    packages List<GetCloudRoutersDataPackage>
    Fabric Cloud Router Package Type
    projects List<GetCloudRoutersDataProject>
    Customer resource hierarchy project information. Applicable to customers onboarded to Equinix Identity and Access Management. For more information see Identity and Access Management: Projects
    state String
    Fabric Cloud Router overall state
    type String
    Defines the FCR type like; XF_ROUTER
    uuid String
    Equinix-assigned Fabric Cloud Router identifier
    accounts GetCloudRoutersDataAccount[]
    Customer account information that is associated with this Fabric Cloud Router
    bgpIpv4RoutesCount number
    Number of IPv4 BGP routes in use (including non-distinct prefixes)
    bgpIpv6RoutesCount number
    Number of IPv6 BGP routes in use (including non-distinct prefixes)
    changeLogs GetCloudRoutersDataChangeLog[]
    Captures Fabric Cloud Router lifecycle change information
    connectionsCount number
    Number of connections associated with this Fabric Cloud Router instance
    description string
    Customer-provided Fabric Cloud Router description
    distinctIpv4PrefixesCount number
    Number of distinct IPv4 routes
    distinctIpv6PrefixesCount number
    Number of distinct IPv6 routes
    equinixAsn number
    Equinix ASN
    href string
    Fabric Cloud Router URI information
    locations GetCloudRoutersDataLocation[]
    Fabric Cloud Router location
    name string
    Fabric Cloud Router name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    notifications GetCloudRoutersDataNotification[]
    Preferences for notifications on Fabric Cloud Router configuration or status changes
    orders GetCloudRoutersDataOrder[]
    Order information related to this Fabric Cloud Router
    packages GetCloudRoutersDataPackage[]
    Fabric Cloud Router Package Type
    projects GetCloudRoutersDataProject[]
    Customer resource hierarchy project information. Applicable to customers onboarded to Equinix Identity and Access Management. For more information see Identity and Access Management: Projects
    state string
    Fabric Cloud Router overall state
    type string
    Defines the FCR type like; XF_ROUTER
    uuid string
    Equinix-assigned Fabric Cloud Router identifier
    accounts Sequence[GetCloudRoutersDataAccount]
    Customer account information that is associated with this Fabric Cloud Router
    bgp_ipv4_routes_count int
    Number of IPv4 BGP routes in use (including non-distinct prefixes)
    bgp_ipv6_routes_count int
    Number of IPv6 BGP routes in use (including non-distinct prefixes)
    change_logs Sequence[GetCloudRoutersDataChangeLog]
    Captures Fabric Cloud Router lifecycle change information
    connections_count int
    Number of connections associated with this Fabric Cloud Router instance
    description str
    Customer-provided Fabric Cloud Router description
    distinct_ipv4_prefixes_count int
    Number of distinct IPv4 routes
    distinct_ipv6_prefixes_count int
    Number of distinct IPv6 routes
    equinix_asn int
    Equinix ASN
    href str
    Fabric Cloud Router URI information
    locations Sequence[GetCloudRoutersDataLocation]
    Fabric Cloud Router location
    name str
    Fabric Cloud Router name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    notifications Sequence[GetCloudRoutersDataNotification]
    Preferences for notifications on Fabric Cloud Router configuration or status changes
    orders Sequence[GetCloudRoutersDataOrder]
    Order information related to this Fabric Cloud Router
    packages Sequence[GetCloudRoutersDataPackage]
    Fabric Cloud Router Package Type
    projects Sequence[GetCloudRoutersDataProject]
    Customer resource hierarchy project information. Applicable to customers onboarded to Equinix Identity and Access Management. For more information see Identity and Access Management: Projects
    state str
    Fabric Cloud Router overall state
    type str
    Defines the FCR type like; XF_ROUTER
    uuid str
    Equinix-assigned Fabric Cloud Router identifier
    accounts List<Property Map>
    Customer account information that is associated with this Fabric Cloud Router
    bgpIpv4RoutesCount Number
    Number of IPv4 BGP routes in use (including non-distinct prefixes)
    bgpIpv6RoutesCount Number
    Number of IPv6 BGP routes in use (including non-distinct prefixes)
    changeLogs List<Property Map>
    Captures Fabric Cloud Router lifecycle change information
    connectionsCount Number
    Number of connections associated with this Fabric Cloud Router instance
    description String
    Customer-provided Fabric Cloud Router description
    distinctIpv4PrefixesCount Number
    Number of distinct IPv4 routes
    distinctIpv6PrefixesCount Number
    Number of distinct IPv6 routes
    equinixAsn Number
    Equinix ASN
    href String
    Fabric Cloud Router URI information
    locations List<Property Map>
    Fabric Cloud Router location
    name String
    Fabric Cloud Router name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    notifications List<Property Map>
    Preferences for notifications on Fabric Cloud Router configuration or status changes
    orders List<Property Map>
    Order information related to this Fabric Cloud Router
    packages List<Property Map>
    Fabric Cloud Router Package Type
    projects List<Property Map>
    Customer resource hierarchy project information. Applicable to customers onboarded to Equinix Identity and Access Management. For more information see Identity and Access Management: Projects
    state String
    Fabric Cloud Router overall state
    type String
    Defines the FCR type like; XF_ROUTER
    uuid String
    Equinix-assigned Fabric Cloud Router identifier

    GetCloudRoutersDataAccount

    AccountNumber int
    Account Number
    AccountNumber int
    Account Number
    accountNumber Integer
    Account Number
    accountNumber number
    Account Number
    account_number int
    Account Number
    accountNumber Number
    Account Number

    GetCloudRoutersDataChangeLog

    CreatedBy string
    Created by User Key
    CreatedByEmail string
    Created by User Email Address
    CreatedByFullName string
    Created by User Full Name
    CreatedDateTime string
    Created by Date and Time
    DeletedBy string
    Deleted by User Key
    DeletedByEmail string
    Deleted by User Email Address
    DeletedByFullName string
    Deleted by User Full Name
    DeletedDateTime string
    Deleted by Date and Time
    UpdatedBy string
    Updated by User Key
    UpdatedByEmail string
    Updated by User Email Address
    UpdatedByFullName string
    Updated by User Full Name
    UpdatedDateTime string
    Updated by Date and Time
    CreatedBy string
    Created by User Key
    CreatedByEmail string
    Created by User Email Address
    CreatedByFullName string
    Created by User Full Name
    CreatedDateTime string
    Created by Date and Time
    DeletedBy string
    Deleted by User Key
    DeletedByEmail string
    Deleted by User Email Address
    DeletedByFullName string
    Deleted by User Full Name
    DeletedDateTime string
    Deleted by Date and Time
    UpdatedBy string
    Updated by User Key
    UpdatedByEmail string
    Updated by User Email Address
    UpdatedByFullName string
    Updated by User Full Name
    UpdatedDateTime string
    Updated by Date and Time
    createdBy String
    Created by User Key
    createdByEmail String
    Created by User Email Address
    createdByFullName String
    Created by User Full Name
    createdDateTime String
    Created by Date and Time
    deletedBy String
    Deleted by User Key
    deletedByEmail String
    Deleted by User Email Address
    deletedByFullName String
    Deleted by User Full Name
    deletedDateTime String
    Deleted by Date and Time
    updatedBy String
    Updated by User Key
    updatedByEmail String
    Updated by User Email Address
    updatedByFullName String
    Updated by User Full Name
    updatedDateTime String
    Updated by Date and Time
    createdBy string
    Created by User Key
    createdByEmail string
    Created by User Email Address
    createdByFullName string
    Created by User Full Name
    createdDateTime string
    Created by Date and Time
    deletedBy string
    Deleted by User Key
    deletedByEmail string
    Deleted by User Email Address
    deletedByFullName string
    Deleted by User Full Name
    deletedDateTime string
    Deleted by Date and Time
    updatedBy string
    Updated by User Key
    updatedByEmail string
    Updated by User Email Address
    updatedByFullName string
    Updated by User Full Name
    updatedDateTime string
    Updated by Date and Time
    created_by str
    Created by User Key
    created_by_email str
    Created by User Email Address
    created_by_full_name str
    Created by User Full Name
    created_date_time str
    Created by Date and Time
    deleted_by str
    Deleted by User Key
    deleted_by_email str
    Deleted by User Email Address
    deleted_by_full_name str
    Deleted by User Full Name
    deleted_date_time str
    Deleted by Date and Time
    updated_by str
    Updated by User Key
    updated_by_email str
    Updated by User Email Address
    updated_by_full_name str
    Updated by User Full Name
    updated_date_time str
    Updated by Date and Time
    createdBy String
    Created by User Key
    createdByEmail String
    Created by User Email Address
    createdByFullName String
    Created by User Full Name
    createdDateTime String
    Created by Date and Time
    deletedBy String
    Deleted by User Key
    deletedByEmail String
    Deleted by User Email Address
    deletedByFullName String
    Deleted by User Full Name
    deletedDateTime String
    Deleted by Date and Time
    updatedBy String
    Updated by User Key
    updatedByEmail String
    Updated by User Email Address
    updatedByFullName String
    Updated by User Full Name
    updatedDateTime String
    Updated by Date and Time

    GetCloudRoutersDataLocation

    Ibx string
    IBX Code
    MetroCode string
    Access point metro code
    MetroName string
    Access point metro name
    Region string
    Access point region
    Ibx string
    IBX Code
    MetroCode string
    Access point metro code
    MetroName string
    Access point metro name
    Region string
    Access point region
    ibx String
    IBX Code
    metroCode String
    Access point metro code
    metroName String
    Access point metro name
    region String
    Access point region
    ibx string
    IBX Code
    metroCode string
    Access point metro code
    metroName string
    Access point metro name
    region string
    Access point region
    ibx str
    IBX Code
    metro_code str
    Access point metro code
    metro_name str
    Access point metro name
    region str
    Access point region
    ibx String
    IBX Code
    metroCode String
    Access point metro code
    metroName String
    Access point metro name
    region String
    Access point region

    GetCloudRoutersDataNotification

    Emails List<string>
    Array of contact emails
    Type string
    Notification Type - ALL,CONNECTION_APPROVAL,SALES_REP_NOTIFICATIONS, NOTIFICATIONS
    SendInterval string
    Send interval
    Emails []string
    Array of contact emails
    Type string
    Notification Type - ALL,CONNECTION_APPROVAL,SALES_REP_NOTIFICATIONS, NOTIFICATIONS
    SendInterval string
    Send interval
    emails List<String>
    Array of contact emails
    type String
    Notification Type - ALL,CONNECTION_APPROVAL,SALES_REP_NOTIFICATIONS, NOTIFICATIONS
    sendInterval String
    Send interval
    emails string[]
    Array of contact emails
    type string
    Notification Type - ALL,CONNECTION_APPROVAL,SALES_REP_NOTIFICATIONS, NOTIFICATIONS
    sendInterval string
    Send interval
    emails Sequence[str]
    Array of contact emails
    type str
    Notification Type - ALL,CONNECTION_APPROVAL,SALES_REP_NOTIFICATIONS, NOTIFICATIONS
    send_interval str
    Send interval
    emails List<String>
    Array of contact emails
    type String
    Notification Type - ALL,CONNECTION_APPROVAL,SALES_REP_NOTIFICATIONS, NOTIFICATIONS
    sendInterval String
    Send interval

    GetCloudRoutersDataOrder

    BillingTier string
    Billing tier for connection bandwidth
    OrderId string
    Order Identification
    OrderNumber string
    Order Reference Number
    PurchaseOrderNumber string
    Purchase order number
    BillingTier string
    Billing tier for connection bandwidth
    OrderId string
    Order Identification
    OrderNumber string
    Order Reference Number
    PurchaseOrderNumber string
    Purchase order number
    billingTier String
    Billing tier for connection bandwidth
    orderId String
    Order Identification
    orderNumber String
    Order Reference Number
    purchaseOrderNumber String
    Purchase order number
    billingTier string
    Billing tier for connection bandwidth
    orderId string
    Order Identification
    orderNumber string
    Order Reference Number
    purchaseOrderNumber string
    Purchase order number
    billing_tier str
    Billing tier for connection bandwidth
    order_id str
    Order Identification
    order_number str
    Order Reference Number
    purchase_order_number str
    Purchase order number
    billingTier String
    Billing tier for connection bandwidth
    orderId String
    Order Identification
    orderNumber String
    Order Reference Number
    purchaseOrderNumber String
    Purchase order number

    GetCloudRoutersDataPackage

    Code string
    Fabric Cloud Router package code
    Code string
    Fabric Cloud Router package code
    code String
    Fabric Cloud Router package code
    code string
    Fabric Cloud Router package code
    code str
    Fabric Cloud Router package code
    code String
    Fabric Cloud Router package code

    GetCloudRoutersDataProject

    Href string
    Unique Resource URL
    ProjectId string
    Project Id
    Href string
    Unique Resource URL
    ProjectId string
    Project Id
    href String
    Unique Resource URL
    projectId String
    Project Id
    href string
    Unique Resource URL
    projectId string
    Project Id
    href str
    Unique Resource URL
    project_id str
    Project Id
    href String
    Unique Resource URL
    projectId String
    Project Id

    GetCloudRoutersFilter

    Operator string
    Possible operators to use on the filter property. Can be one of the following: [= - equal, != - not equal, > - greater than, >= - greater than or equal to, < - less than, <= - less than or equal to, [NOT] BETWEEN - (not) between, [NOT] LIKE - (not) like, [NOT] IN - (not) in
    Property string
    The API response property which you want to filter your request on. Can be one of the following: "/project/projectId", "/name", "/uuid", "/state", "/location/metroCode", "/location/metroName", "/package/code", "/*"
    Values List<string>
    The values that you want to apply the property+operator combination to in order to filter your data search
    Or bool
    Boolean flag indicating whether this filter is included in the OR group. There can only be one OR group and it can have a maximum of 3 filters. The OR group only counts as 1 of the 8 possible filters
    Operator string
    Possible operators to use on the filter property. Can be one of the following: [= - equal, != - not equal, > - greater than, >= - greater than or equal to, < - less than, <= - less than or equal to, [NOT] BETWEEN - (not) between, [NOT] LIKE - (not) like, [NOT] IN - (not) in
    Property string
    The API response property which you want to filter your request on. Can be one of the following: "/project/projectId", "/name", "/uuid", "/state", "/location/metroCode", "/location/metroName", "/package/code", "/*"
    Values []string
    The values that you want to apply the property+operator combination to in order to filter your data search
    Or bool
    Boolean flag indicating whether this filter is included in the OR group. There can only be one OR group and it can have a maximum of 3 filters. The OR group only counts as 1 of the 8 possible filters
    operator String
    Possible operators to use on the filter property. Can be one of the following: [= - equal, != - not equal, > - greater than, >= - greater than or equal to, < - less than, <= - less than or equal to, [NOT] BETWEEN - (not) between, [NOT] LIKE - (not) like, [NOT] IN - (not) in
    property String
    The API response property which you want to filter your request on. Can be one of the following: "/project/projectId", "/name", "/uuid", "/state", "/location/metroCode", "/location/metroName", "/package/code", "/*"
    values List<String>
    The values that you want to apply the property+operator combination to in order to filter your data search
    or Boolean
    Boolean flag indicating whether this filter is included in the OR group. There can only be one OR group and it can have a maximum of 3 filters. The OR group only counts as 1 of the 8 possible filters
    operator string
    Possible operators to use on the filter property. Can be one of the following: [= - equal, != - not equal, > - greater than, >= - greater than or equal to, < - less than, <= - less than or equal to, [NOT] BETWEEN - (not) between, [NOT] LIKE - (not) like, [NOT] IN - (not) in
    property string
    The API response property which you want to filter your request on. Can be one of the following: "/project/projectId", "/name", "/uuid", "/state", "/location/metroCode", "/location/metroName", "/package/code", "/*"
    values string[]
    The values that you want to apply the property+operator combination to in order to filter your data search
    or boolean
    Boolean flag indicating whether this filter is included in the OR group. There can only be one OR group and it can have a maximum of 3 filters. The OR group only counts as 1 of the 8 possible filters
    operator str
    Possible operators to use on the filter property. Can be one of the following: [= - equal, != - not equal, > - greater than, >= - greater than or equal to, < - less than, <= - less than or equal to, [NOT] BETWEEN - (not) between, [NOT] LIKE - (not) like, [NOT] IN - (not) in
    property str
    The API response property which you want to filter your request on. Can be one of the following: "/project/projectId", "/name", "/uuid", "/state", "/location/metroCode", "/location/metroName", "/package/code", "/*"
    values Sequence[str]
    The values that you want to apply the property+operator combination to in order to filter your data search
    or_ bool
    Boolean flag indicating whether this filter is included in the OR group. There can only be one OR group and it can have a maximum of 3 filters. The OR group only counts as 1 of the 8 possible filters
    operator String
    Possible operators to use on the filter property. Can be one of the following: [= - equal, != - not equal, > - greater than, >= - greater than or equal to, < - less than, <= - less than or equal to, [NOT] BETWEEN - (not) between, [NOT] LIKE - (not) like, [NOT] IN - (not) in
    property String
    The API response property which you want to filter your request on. Can be one of the following: "/project/projectId", "/name", "/uuid", "/state", "/location/metroCode", "/location/metroName", "/package/code", "/*"
    values List<String>
    The values that you want to apply the property+operator combination to in order to filter your data search
    or Boolean
    Boolean flag indicating whether this filter is included in the OR group. There can only be one OR group and it can have a maximum of 3 filters. The OR group only counts as 1 of the 8 possible filters

    GetCloudRoutersPagination

    Limit int
    Number of elements to be requested per page. Number must be between 1 and 100. Default is 20
    Offset int
    The page offset for the pagination request. Index of the first element. Default is 0.
    Limit int
    Number of elements to be requested per page. Number must be between 1 and 100. Default is 20
    Offset int
    The page offset for the pagination request. Index of the first element. Default is 0.
    limit Integer
    Number of elements to be requested per page. Number must be between 1 and 100. Default is 20
    offset Integer
    The page offset for the pagination request. Index of the first element. Default is 0.
    limit number
    Number of elements to be requested per page. Number must be between 1 and 100. Default is 20
    offset number
    The page offset for the pagination request. Index of the first element. Default is 0.
    limit int
    Number of elements to be requested per page. Number must be between 1 and 100. Default is 20
    offset int
    The page offset for the pagination request. Index of the first element. Default is 0.
    limit Number
    Number of elements to be requested per page. Number must be between 1 and 100. Default is 20
    offset Number
    The page offset for the pagination request. Index of the first element. Default is 0.

    GetCloudRoutersSort

    Direction string
    The sorting direction. Can be one of: [DESC, ASC], Defaults to DESC
    Property string
    The property name to use in sorting. Can be one of the following: [/name, /uuid, /state, /location/metroCode, /location/metroName, /package/code, /changeLog/createdDateTime, /changeLog/updatedDateTime], Defaults to /changeLog/updatedDateTime
    Direction string
    The sorting direction. Can be one of: [DESC, ASC], Defaults to DESC
    Property string
    The property name to use in sorting. Can be one of the following: [/name, /uuid, /state, /location/metroCode, /location/metroName, /package/code, /changeLog/createdDateTime, /changeLog/updatedDateTime], Defaults to /changeLog/updatedDateTime
    direction String
    The sorting direction. Can be one of: [DESC, ASC], Defaults to DESC
    property String
    The property name to use in sorting. Can be one of the following: [/name, /uuid, /state, /location/metroCode, /location/metroName, /package/code, /changeLog/createdDateTime, /changeLog/updatedDateTime], Defaults to /changeLog/updatedDateTime
    direction string
    The sorting direction. Can be one of: [DESC, ASC], Defaults to DESC
    property string
    The property name to use in sorting. Can be one of the following: [/name, /uuid, /state, /location/metroCode, /location/metroName, /package/code, /changeLog/createdDateTime, /changeLog/updatedDateTime], Defaults to /changeLog/updatedDateTime
    direction str
    The sorting direction. Can be one of: [DESC, ASC], Defaults to DESC
    property str
    The property name to use in sorting. Can be one of the following: [/name, /uuid, /state, /location/metroCode, /location/metroName, /package/code, /changeLog/createdDateTime, /changeLog/updatedDateTime], Defaults to /changeLog/updatedDateTime
    direction String
    The sorting direction. Can be one of: [DESC, ASC], Defaults to DESC
    property String
    The property name to use in sorting. Can be one of the following: [/name, /uuid, /state, /location/metroCode, /location/metroName, /package/code, /changeLog/createdDateTime, /changeLog/updatedDateTime], Defaults to /changeLog/updatedDateTime

    Package Details

    Repository
    equinix equinix/pulumi-equinix
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the equinix Terraform Provider.
    equinix logo
    Equinix v0.11.2 published on Wednesday, Jun 26, 2024 by Equinix