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

equinix.fabric.getNetworks

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 Network for a given UUID

    Additional documentation:

    Using getNetworks

    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 getNetworks(args: GetNetworksArgs, opts?: InvokeOptions): Promise<GetNetworksResult>
    function getNetworksOutput(args: GetNetworksOutputArgs, opts?: InvokeOptions): Output<GetNetworksResult>
    def get_networks(filters: Optional[Sequence[GetNetworksFilter]] = None,
                     outer_operator: Optional[str] = None,
                     pagination: Optional[GetNetworksPagination] = None,
                     sorts: Optional[Sequence[GetNetworksSort]] = None,
                     opts: Optional[InvokeOptions] = None) -> GetNetworksResult
    def get_networks_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworksFilterArgs]]]] = None,
                     outer_operator: Optional[pulumi.Input[str]] = None,
                     pagination: Optional[pulumi.Input[GetNetworksPaginationArgs]] = None,
                     sorts: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworksSortArgs]]]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetNetworksResult]
    func GetNetworks(ctx *Context, args *GetNetworksArgs, opts ...InvokeOption) (*GetNetworksResult, error)
    func GetNetworksOutput(ctx *Context, args *GetNetworksOutputArgs, opts ...InvokeOption) GetNetworksResultOutput

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

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

    The following arguments are supported:

    Filters List<GetNetworksFilter>
    Filters for the Data Source Search Request
    OuterOperator string
    Determines if the filter list will be grouped by AND or by OR. One of [AND, OR]
    Pagination GetNetworksPagination
    Pagination details for the Data Source Search Request
    Sorts List<GetNetworksSort>
    Filters for the Data Source Search Request
    Filters []GetNetworksFilter
    Filters for the Data Source Search Request
    OuterOperator string
    Determines if the filter list will be grouped by AND or by OR. One of [AND, OR]
    Pagination GetNetworksPagination
    Pagination details for the Data Source Search Request
    Sorts []GetNetworksSort
    Filters for the Data Source Search Request
    filters List<GetNetworksFilter>
    Filters for the Data Source Search Request
    outerOperator String
    Determines if the filter list will be grouped by AND or by OR. One of [AND, OR]
    pagination GetNetworksPagination
    Pagination details for the Data Source Search Request
    sorts List<GetNetworksSort>
    Filters for the Data Source Search Request
    filters GetNetworksFilter[]
    Filters for the Data Source Search Request
    outerOperator string
    Determines if the filter list will be grouped by AND or by OR. One of [AND, OR]
    pagination GetNetworksPagination
    Pagination details for the Data Source Search Request
    sorts GetNetworksSort[]
    Filters for the Data Source Search Request
    filters Sequence[GetNetworksFilter]
    Filters for the Data Source Search Request
    outer_operator str
    Determines if the filter list will be grouped by AND or by OR. One of [AND, OR]
    pagination GetNetworksPagination
    Pagination details for the Data Source Search Request
    sorts Sequence[GetNetworksSort]
    Filters for the Data Source Search Request
    filters List<Property Map>
    Filters for the Data Source Search Request
    outerOperator String
    Determines if the filter list will be grouped by AND or by OR. One of [AND, OR]
    pagination Property Map
    Pagination details for the Data Source Search Request
    sorts List<Property Map>
    Filters for the Data Source Search Request

    getNetworks Result

    The following output properties are available:

    Datas List<GetNetworksData>
    List of Cloud Routers
    Filters List<GetNetworksFilter>
    Filters for the Data Source Search Request
    Id string
    The provider-assigned unique ID for this managed resource.
    OuterOperator string
    Determines if the filter list will be grouped by AND or by OR. One of [AND, OR]
    Pagination GetNetworksPagination
    Pagination details for the Data Source Search Request
    Sorts List<GetNetworksSort>
    Filters for the Data Source Search Request
    Datas []GetNetworksData
    List of Cloud Routers
    Filters []GetNetworksFilter
    Filters for the Data Source Search Request
    Id string
    The provider-assigned unique ID for this managed resource.
    OuterOperator string
    Determines if the filter list will be grouped by AND or by OR. One of [AND, OR]
    Pagination GetNetworksPagination
    Pagination details for the Data Source Search Request
    Sorts []GetNetworksSort
    Filters for the Data Source Search Request
    datas List<GetNetworksData>
    List of Cloud Routers
    filters List<GetNetworksFilter>
    Filters for the Data Source Search Request
    id String
    The provider-assigned unique ID for this managed resource.
    outerOperator String
    Determines if the filter list will be grouped by AND or by OR. One of [AND, OR]
    pagination GetNetworksPagination
    Pagination details for the Data Source Search Request
    sorts List<GetNetworksSort>
    Filters for the Data Source Search Request
    datas GetNetworksData[]
    List of Cloud Routers
    filters GetNetworksFilter[]
    Filters for the Data Source Search Request
    id string
    The provider-assigned unique ID for this managed resource.
    outerOperator string
    Determines if the filter list will be grouped by AND or by OR. One of [AND, OR]
    pagination GetNetworksPagination
    Pagination details for the Data Source Search Request
    sorts GetNetworksSort[]
    Filters for the Data Source Search Request
    datas Sequence[GetNetworksData]
    List of Cloud Routers
    filters Sequence[GetNetworksFilter]
    Filters for the Data Source Search Request
    id str
    The provider-assigned unique ID for this managed resource.
    outer_operator str
    Determines if the filter list will be grouped by AND or by OR. One of [AND, OR]
    pagination GetNetworksPagination
    Pagination details for the Data Source Search Request
    sorts Sequence[GetNetworksSort]
    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
    id String
    The provider-assigned unique ID for this managed resource.
    outerOperator String
    Determines if the filter list will be grouped by AND or by OR. One of [AND, OR]
    pagination Property Map
    Pagination details for the Data Source Search Request
    sorts List<Property Map>
    Filters for the Data Source Search Request

    Supporting Types

    GetNetworksData

    ChangeLogs List<GetNetworksDataChangeLog>
    A permanent record of asset creation, modification, or deletion
    Changes List<GetNetworksDataChange>
    Information on asset change operation
    ConnectionsCount int
    Number of connections associated with this network
    Href string
    Fabric Network URI information
    Locations List<GetNetworksDataLocation>
    Fabric Network location
    Name string
    Fabric Network name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    Notifications List<GetNetworksDataNotification>
    Preferences for notifications on Fabric Network configuration or status changes
    Operations List<GetNetworksDataOperation>
    Network operation information that is associated with this Fabric Network
    Projects List<GetNetworksDataProject>
    Fabric Network project
    Scope string
    Fabric Network scope
    State string
    Fabric Network overall state
    Type string
    Supported Network types - EVPLAN, EPLAN, IPWAN
    Uuid string
    Equinix-assigned network identifier
    ChangeLogs []GetNetworksDataChangeLog
    A permanent record of asset creation, modification, or deletion
    Changes []GetNetworksDataChange
    Information on asset change operation
    ConnectionsCount int
    Number of connections associated with this network
    Href string
    Fabric Network URI information
    Locations []GetNetworksDataLocation
    Fabric Network location
    Name string
    Fabric Network name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    Notifications []GetNetworksDataNotification
    Preferences for notifications on Fabric Network configuration or status changes
    Operations []GetNetworksDataOperation
    Network operation information that is associated with this Fabric Network
    Projects []GetNetworksDataProject
    Fabric Network project
    Scope string
    Fabric Network scope
    State string
    Fabric Network overall state
    Type string
    Supported Network types - EVPLAN, EPLAN, IPWAN
    Uuid string
    Equinix-assigned network identifier
    changeLogs List<GetNetworksDataChangeLog>
    A permanent record of asset creation, modification, or deletion
    changes List<GetNetworksDataChange>
    Information on asset change operation
    connectionsCount Integer
    Number of connections associated with this network
    href String
    Fabric Network URI information
    locations List<GetNetworksDataLocation>
    Fabric Network location
    name String
    Fabric Network name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    notifications List<GetNetworksDataNotification>
    Preferences for notifications on Fabric Network configuration or status changes
    operations List<GetNetworksDataOperation>
    Network operation information that is associated with this Fabric Network
    projects List<GetNetworksDataProject>
    Fabric Network project
    scope String
    Fabric Network scope
    state String
    Fabric Network overall state
    type String
    Supported Network types - EVPLAN, EPLAN, IPWAN
    uuid String
    Equinix-assigned network identifier
    changeLogs GetNetworksDataChangeLog[]
    A permanent record of asset creation, modification, or deletion
    changes GetNetworksDataChange[]
    Information on asset change operation
    connectionsCount number
    Number of connections associated with this network
    href string
    Fabric Network URI information
    locations GetNetworksDataLocation[]
    Fabric Network location
    name string
    Fabric Network name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    notifications GetNetworksDataNotification[]
    Preferences for notifications on Fabric Network configuration or status changes
    operations GetNetworksDataOperation[]
    Network operation information that is associated with this Fabric Network
    projects GetNetworksDataProject[]
    Fabric Network project
    scope string
    Fabric Network scope
    state string
    Fabric Network overall state
    type string
    Supported Network types - EVPLAN, EPLAN, IPWAN
    uuid string
    Equinix-assigned network identifier
    change_logs Sequence[GetNetworksDataChangeLog]
    A permanent record of asset creation, modification, or deletion
    changes Sequence[GetNetworksDataChange]
    Information on asset change operation
    connections_count int
    Number of connections associated with this network
    href str
    Fabric Network URI information
    locations Sequence[GetNetworksDataLocation]
    Fabric Network location
    name str
    Fabric Network name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    notifications Sequence[GetNetworksDataNotification]
    Preferences for notifications on Fabric Network configuration or status changes
    operations Sequence[GetNetworksDataOperation]
    Network operation information that is associated with this Fabric Network
    projects Sequence[GetNetworksDataProject]
    Fabric Network project
    scope str
    Fabric Network scope
    state str
    Fabric Network overall state
    type str
    Supported Network types - EVPLAN, EPLAN, IPWAN
    uuid str
    Equinix-assigned network identifier
    changeLogs List<Property Map>
    A permanent record of asset creation, modification, or deletion
    changes List<Property Map>
    Information on asset change operation
    connectionsCount Number
    Number of connections associated with this network
    href String
    Fabric Network URI information
    locations List<Property Map>
    Fabric Network location
    name String
    Fabric Network name. An alpha-numeric 24 characters string which can include only hyphens and underscores
    notifications List<Property Map>
    Preferences for notifications on Fabric Network configuration or status changes
    operations List<Property Map>
    Network operation information that is associated with this Fabric Network
    projects List<Property Map>
    Fabric Network project
    scope String
    Fabric Network scope
    state String
    Fabric Network overall state
    type String
    Supported Network types - EVPLAN, EPLAN, IPWAN
    uuid String
    Equinix-assigned network identifier

    GetNetworksDataChange

    Href string
    Absolute URL that returns the details of the given change. Example: https://api.equinix.com/fabric/v4/networks/92dc376a-a932-43aa-a6a2-c806dedbd784
    Type string
    Asset instance change request type.: NETWORK_CREATION, NETWORK_UPDATE, NETWORK_DELETION
    Uuid string
    Asset change request identifier.
    Href string
    Absolute URL that returns the details of the given change. Example: https://api.equinix.com/fabric/v4/networks/92dc376a-a932-43aa-a6a2-c806dedbd784
    Type string
    Asset instance change request type.: NETWORK_CREATION, NETWORK_UPDATE, NETWORK_DELETION
    Uuid string
    Asset change request identifier.
    href String
    Absolute URL that returns the details of the given change. Example: https://api.equinix.com/fabric/v4/networks/92dc376a-a932-43aa-a6a2-c806dedbd784
    type String
    Asset instance change request type.: NETWORK_CREATION, NETWORK_UPDATE, NETWORK_DELETION
    uuid String
    Asset change request identifier.
    href string
    Absolute URL that returns the details of the given change. Example: https://api.equinix.com/fabric/v4/networks/92dc376a-a932-43aa-a6a2-c806dedbd784
    type string
    Asset instance change request type.: NETWORK_CREATION, NETWORK_UPDATE, NETWORK_DELETION
    uuid string
    Asset change request identifier.
    href str
    Absolute URL that returns the details of the given change. Example: https://api.equinix.com/fabric/v4/networks/92dc376a-a932-43aa-a6a2-c806dedbd784
    type str
    Asset instance change request type.: NETWORK_CREATION, NETWORK_UPDATE, NETWORK_DELETION
    uuid str
    Asset change request identifier.
    href String
    Absolute URL that returns the details of the given change. Example: https://api.equinix.com/fabric/v4/networks/92dc376a-a932-43aa-a6a2-c806dedbd784
    type String
    Asset instance change request type.: NETWORK_CREATION, NETWORK_UPDATE, NETWORK_DELETION
    uuid String
    Asset change request identifier.

    GetNetworksDataChangeLog

    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

    GetNetworksDataLocation

    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

    GetNetworksDataNotification

    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

    GetNetworksDataOperation

    EquinixStatus string
    Progress towards provisioning a given asset.
    EquinixStatus string
    Progress towards provisioning a given asset.
    equinixStatus String
    Progress towards provisioning a given asset.
    equinixStatus string
    Progress towards provisioning a given asset.
    equinix_status str
    Progress towards provisioning a given asset.
    equinixStatus String
    Progress towards provisioning a given asset.

    GetNetworksDataProject

    ProjectId string
    Customer project identifier
    ProjectId string
    Customer project identifier
    projectId String
    Customer project identifier
    projectId string
    Customer project identifier
    project_id str
    Customer project identifier
    projectId String
    Customer project identifier

    GetNetworksFilter

    Operator string
    Operators to use on your filtered field with the values given. One of [ =, !=, >, >=, <, <=, BETWEEN, NOT BETWEEN, LIKE, NOT LIKE, ILIKE, NOT ILIKE, IN, NOT IN]
    Property string
    Possible field names to use on filters. One of [/name /uuid /scope /type /operation/equinixStatus /location/region /project/projectId /account/globalCustId /account/orgId /deletedDate /_*]
    Values List<string>
    The values that you want to apply the property+operator combination to in order to filter your data search
    Group string
    Optional custom id parameter to assign this filter to an inner AND or OR group. Group id must be prefixed with AND_ or OR_. Ensure intended grouped elements have the same given id. Ungrouped filters will be placed in the filter list group by themselves.
    Operator string
    Operators to use on your filtered field with the values given. One of [ =, !=, >, >=, <, <=, BETWEEN, NOT BETWEEN, LIKE, NOT LIKE, ILIKE, NOT ILIKE, IN, NOT IN]
    Property string
    Possible field names to use on filters. One of [/name /uuid /scope /type /operation/equinixStatus /location/region /project/projectId /account/globalCustId /account/orgId /deletedDate /_*]
    Values []string
    The values that you want to apply the property+operator combination to in order to filter your data search
    Group string
    Optional custom id parameter to assign this filter to an inner AND or OR group. Group id must be prefixed with AND_ or OR_. Ensure intended grouped elements have the same given id. Ungrouped filters will be placed in the filter list group by themselves.
    operator String
    Operators to use on your filtered field with the values given. One of [ =, !=, >, >=, <, <=, BETWEEN, NOT BETWEEN, LIKE, NOT LIKE, ILIKE, NOT ILIKE, IN, NOT IN]
    property String
    Possible field names to use on filters. One of [/name /uuid /scope /type /operation/equinixStatus /location/region /project/projectId /account/globalCustId /account/orgId /deletedDate /_*]
    values List<String>
    The values that you want to apply the property+operator combination to in order to filter your data search
    group String
    Optional custom id parameter to assign this filter to an inner AND or OR group. Group id must be prefixed with AND_ or OR_. Ensure intended grouped elements have the same given id. Ungrouped filters will be placed in the filter list group by themselves.
    operator string
    Operators to use on your filtered field with the values given. One of [ =, !=, >, >=, <, <=, BETWEEN, NOT BETWEEN, LIKE, NOT LIKE, ILIKE, NOT ILIKE, IN, NOT IN]
    property string
    Possible field names to use on filters. One of [/name /uuid /scope /type /operation/equinixStatus /location/region /project/projectId /account/globalCustId /account/orgId /deletedDate /_*]
    values string[]
    The values that you want to apply the property+operator combination to in order to filter your data search
    group string
    Optional custom id parameter to assign this filter to an inner AND or OR group. Group id must be prefixed with AND_ or OR_. Ensure intended grouped elements have the same given id. Ungrouped filters will be placed in the filter list group by themselves.
    operator str
    Operators to use on your filtered field with the values given. One of [ =, !=, >, >=, <, <=, BETWEEN, NOT BETWEEN, LIKE, NOT LIKE, ILIKE, NOT ILIKE, IN, NOT IN]
    property str
    Possible field names to use on filters. One of [/name /uuid /scope /type /operation/equinixStatus /location/region /project/projectId /account/globalCustId /account/orgId /deletedDate /_*]
    values Sequence[str]
    The values that you want to apply the property+operator combination to in order to filter your data search
    group str
    Optional custom id parameter to assign this filter to an inner AND or OR group. Group id must be prefixed with AND_ or OR_. Ensure intended grouped elements have the same given id. Ungrouped filters will be placed in the filter list group by themselves.
    operator String
    Operators to use on your filtered field with the values given. One of [ =, !=, >, >=, <, <=, BETWEEN, NOT BETWEEN, LIKE, NOT LIKE, ILIKE, NOT ILIKE, IN, NOT IN]
    property String
    Possible field names to use on filters. One of [/name /uuid /scope /type /operation/equinixStatus /location/region /project/projectId /account/globalCustId /account/orgId /deletedDate /_*]
    values List<String>
    The values that you want to apply the property+operator combination to in order to filter your data search
    group String
    Optional custom id parameter to assign this filter to an inner AND or OR group. Group id must be prefixed with AND_ or OR_. Ensure intended grouped elements have the same given id. Ungrouped filters will be placed in the filter list group by themselves.

    GetNetworksPagination

    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.

    GetNetworksSort

    Direction string
    The sorting direction. Can be one of: [DESC, ASC], Defaults to DESC
    Property string
    The property name to use in sorting. One of [/name /uuid /scope /operation/equinixStatus /location/region /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. One of [/name /uuid /scope /operation/equinixStatus /location/region /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. One of [/name /uuid /scope /operation/equinixStatus /location/region /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. One of [/name /uuid /scope /operation/equinixStatus /location/region /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. One of [/name /uuid /scope /operation/equinixStatus /location/region /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. One of [/name /uuid /scope /operation/equinixStatus /location/region /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