1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getBgpAddressFamilyProfileList
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
scm logo
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi

    Retrieves a listing of config items.

    Using getBgpAddressFamilyProfileList

    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 getBgpAddressFamilyProfileList(args: GetBgpAddressFamilyProfileListArgs, opts?: InvokeOptions): Promise<GetBgpAddressFamilyProfileListResult>
    function getBgpAddressFamilyProfileListOutput(args: GetBgpAddressFamilyProfileListOutputArgs, opts?: InvokeOptions): Output<GetBgpAddressFamilyProfileListResult>
    def get_bgp_address_family_profile_list(device: Optional[str] = None,
                                            folder: Optional[str] = None,
                                            limit: Optional[int] = None,
                                            name: Optional[str] = None,
                                            offset: Optional[int] = None,
                                            snippet: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetBgpAddressFamilyProfileListResult
    def get_bgp_address_family_profile_list_output(device: Optional[pulumi.Input[str]] = None,
                                            folder: Optional[pulumi.Input[str]] = None,
                                            limit: Optional[pulumi.Input[int]] = None,
                                            name: Optional[pulumi.Input[str]] = None,
                                            offset: Optional[pulumi.Input[int]] = None,
                                            snippet: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetBgpAddressFamilyProfileListResult]
    func GetBgpAddressFamilyProfileList(ctx *Context, args *GetBgpAddressFamilyProfileListArgs, opts ...InvokeOption) (*GetBgpAddressFamilyProfileListResult, error)
    func GetBgpAddressFamilyProfileListOutput(ctx *Context, args *GetBgpAddressFamilyProfileListOutputArgs, opts ...InvokeOption) GetBgpAddressFamilyProfileListResultOutput

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

    public static class GetBgpAddressFamilyProfileList 
    {
        public static Task<GetBgpAddressFamilyProfileListResult> InvokeAsync(GetBgpAddressFamilyProfileListArgs args, InvokeOptions? opts = null)
        public static Output<GetBgpAddressFamilyProfileListResult> Invoke(GetBgpAddressFamilyProfileListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBgpAddressFamilyProfileListResult> getBgpAddressFamilyProfileList(GetBgpAddressFamilyProfileListArgs args, InvokeOptions options)
    public static Output<GetBgpAddressFamilyProfileListResult> getBgpAddressFamilyProfileList(GetBgpAddressFamilyProfileListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getBgpAddressFamilyProfileList:getBgpAddressFamilyProfileList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Integer
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Integer
    The offset of the first item to return.
    snippet String
    The snippet of the item.
    device string
    The device of the item.
    folder string
    The folder of the item. Default: Shared.
    limit number
    The max number of items to return. Default: 200.
    name string
    The name of the item.
    offset number
    The offset of the first item to return.
    snippet string
    The snippet of the item.
    device str
    The device of the item.
    folder str
    The folder of the item. Default: Shared.
    limit int
    The max number of items to return. Default: 200.
    name str
    The name of the item.
    offset int
    The offset of the first item to return.
    snippet str
    The snippet of the item.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Number
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Number
    The offset of the first item to return.
    snippet String
    The snippet of the item.

    getBgpAddressFamilyProfileList Result

    The following output properties are available:

    Datas List<GetBgpAddressFamilyProfileListData>
    The data.
    Id string
    The provider-assigned unique ID for this managed resource.
    Tfid string
    Total int
    The total number of items.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    Datas []GetBgpAddressFamilyProfileListData
    The data.
    Id string
    The provider-assigned unique ID for this managed resource.
    Tfid string
    Total int
    The total number of items.
    Device string
    The device of the item.
    Folder string
    The folder of the item. Default: Shared.
    Limit int
    The max number of items to return. Default: 200.
    Name string
    The name of the item.
    Offset int
    The offset of the first item to return.
    Snippet string
    The snippet of the item.
    datas List<GetBgpAddressFamilyProfileListData>
    The data.
    id String
    The provider-assigned unique ID for this managed resource.
    tfid String
    total Integer
    The total number of items.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Integer
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Integer
    The offset of the first item to return.
    snippet String
    The snippet of the item.
    datas GetBgpAddressFamilyProfileListData[]
    The data.
    id string
    The provider-assigned unique ID for this managed resource.
    tfid string
    total number
    The total number of items.
    device string
    The device of the item.
    folder string
    The folder of the item. Default: Shared.
    limit number
    The max number of items to return. Default: 200.
    name string
    The name of the item.
    offset number
    The offset of the first item to return.
    snippet string
    The snippet of the item.
    datas Sequence[GetBgpAddressFamilyProfileListData]
    The data.
    id str
    The provider-assigned unique ID for this managed resource.
    tfid str
    total int
    The total number of items.
    device str
    The device of the item.
    folder str
    The folder of the item. Default: Shared.
    limit int
    The max number of items to return. Default: 200.
    name str
    The name of the item.
    offset int
    The offset of the first item to return.
    snippet str
    The snippet of the item.
    datas List<Property Map>
    The data.
    id String
    The provider-assigned unique ID for this managed resource.
    tfid String
    total Number
    The total number of items.
    device String
    The device of the item.
    folder String
    The folder of the item. Default: Shared.
    limit Number
    The max number of items to return. Default: 200.
    name String
    The name of the item.
    offset Number
    The offset of the first item to return.
    snippet String
    The snippet of the item.

    Supporting Types

    GetBgpAddressFamilyProfileListData

    Device string
    The device in which the resource is defined
    Folder string
    The folder in which the resource is defined
    Id string
    UUID of the resource
    Ipv4 GetBgpAddressFamilyProfileListDataIpv4
    Ipv4
    Name string
    Name
    Snippet string
    The snippet in which the resource is defined
    Tfid string
    Device string
    The device in which the resource is defined
    Folder string
    The folder in which the resource is defined
    Id string
    UUID of the resource
    Ipv4 GetBgpAddressFamilyProfileListDataIpv4
    Ipv4
    Name string
    Name
    Snippet string
    The snippet in which the resource is defined
    Tfid string
    device String
    The device in which the resource is defined
    folder String
    The folder in which the resource is defined
    id String
    UUID of the resource
    ipv4 GetBgpAddressFamilyProfileListDataIpv4
    Ipv4
    name String
    Name
    snippet String
    The snippet in which the resource is defined
    tfid String
    device string
    The device in which the resource is defined
    folder string
    The folder in which the resource is defined
    id string
    UUID of the resource
    ipv4 GetBgpAddressFamilyProfileListDataIpv4
    Ipv4
    name string
    Name
    snippet string
    The snippet in which the resource is defined
    tfid string
    device str
    The device in which the resource is defined
    folder str
    The folder in which the resource is defined
    id str
    UUID of the resource
    ipv4 GetBgpAddressFamilyProfileListDataIpv4
    Ipv4
    name str
    Name
    snippet str
    The snippet in which the resource is defined
    tfid str
    device String
    The device in which the resource is defined
    folder String
    The folder in which the resource is defined
    id String
    UUID of the resource
    ipv4 Property Map
    Ipv4
    name String
    Name
    snippet String
    The snippet in which the resource is defined
    tfid String

    GetBgpAddressFamilyProfileListDataIpv4

    GetBgpAddressFamilyProfileListDataIpv4Ipv4

    GetBgpAddressFamilyProfileListDataIpv4Ipv4Multicast

    AddPath GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastAddPath
    Add path
    AllowasIn GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastAllowasIn
    Allowas in
    AsOverride bool
    Override ASNs in outbound updates if AS-Path equals Remote-AS?
    DefaultOriginate bool
    Originate default route?
    DefaultOriginateMap string
    Default originate route map
    Enable bool
    Enable?
    MaximumPrefix GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastMaximumPrefix
    Maximum prefix
    NextHop GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastNextHop
    Next hop
    Orf GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastOrf
    Orf
    RemovePrivateAs GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastRemovePrivateAs
    Remove private a s
    RouteReflectorClient bool
    Route reflector client?
    SendCommunity GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastSendCommunity
    Send community
    SoftReconfigWithStoredInfo bool
    Soft reconfiguration of peer with stored routes?
    AddPath GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastAddPath
    Add path
    AllowasIn GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastAllowasIn
    Allowas in
    AsOverride bool
    Override ASNs in outbound updates if AS-Path equals Remote-AS?
    DefaultOriginate bool
    Originate default route?
    DefaultOriginateMap string
    Default originate route map
    Enable bool
    Enable?
    MaximumPrefix GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastMaximumPrefix
    Maximum prefix
    NextHop GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastNextHop
    Next hop
    Orf GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastOrf
    Orf
    RemovePrivateAs GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastRemovePrivateAs
    Remove private a s
    RouteReflectorClient bool
    Route reflector client?
    SendCommunity GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastSendCommunity
    Send community
    SoftReconfigWithStoredInfo bool
    Soft reconfiguration of peer with stored routes?
    addPath GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastAddPath
    Add path
    allowasIn GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastAllowasIn
    Allowas in
    asOverride Boolean
    Override ASNs in outbound updates if AS-Path equals Remote-AS?
    defaultOriginate Boolean
    Originate default route?
    defaultOriginateMap String
    Default originate route map
    enable Boolean
    Enable?
    maximumPrefix GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastMaximumPrefix
    Maximum prefix
    nextHop GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastNextHop
    Next hop
    orf GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastOrf
    Orf
    removePrivateAs GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastRemovePrivateAs
    Remove private a s
    routeReflectorClient Boolean
    Route reflector client?
    sendCommunity GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastSendCommunity
    Send community
    softReconfigWithStoredInfo Boolean
    Soft reconfiguration of peer with stored routes?
    addPath GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastAddPath
    Add path
    allowasIn GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastAllowasIn
    Allowas in
    asOverride boolean
    Override ASNs in outbound updates if AS-Path equals Remote-AS?
    defaultOriginate boolean
    Originate default route?
    defaultOriginateMap string
    Default originate route map
    enable boolean
    Enable?
    maximumPrefix GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastMaximumPrefix
    Maximum prefix
    nextHop GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastNextHop
    Next hop
    orf GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastOrf
    Orf
    removePrivateAs GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastRemovePrivateAs
    Remove private a s
    routeReflectorClient boolean
    Route reflector client?
    sendCommunity GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastSendCommunity
    Send community
    softReconfigWithStoredInfo boolean
    Soft reconfiguration of peer with stored routes?
    add_path GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastAddPath
    Add path
    allowas_in GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastAllowasIn
    Allowas in
    as_override bool
    Override ASNs in outbound updates if AS-Path equals Remote-AS?
    default_originate bool
    Originate default route?
    default_originate_map str
    Default originate route map
    enable bool
    Enable?
    maximum_prefix GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastMaximumPrefix
    Maximum prefix
    next_hop GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastNextHop
    Next hop
    orf GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastOrf
    Orf
    remove_private_as GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastRemovePrivateAs
    Remove private a s
    route_reflector_client bool
    Route reflector client?
    send_community GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastSendCommunity
    Send community
    soft_reconfig_with_stored_info bool
    Soft reconfiguration of peer with stored routes?
    addPath Property Map
    Add path
    allowasIn Property Map
    Allowas in
    asOverride Boolean
    Override ASNs in outbound updates if AS-Path equals Remote-AS?
    defaultOriginate Boolean
    Originate default route?
    defaultOriginateMap String
    Default originate route map
    enable Boolean
    Enable?
    maximumPrefix Property Map
    Maximum prefix
    nextHop Property Map
    Next hop
    orf Property Map
    Orf
    removePrivateAs Property Map
    Remove private a s
    routeReflectorClient Boolean
    Route reflector client?
    sendCommunity Property Map
    Send community
    softReconfigWithStoredInfo Boolean
    Soft reconfiguration of peer with stored routes?

    GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastAddPath

    TxAllPaths bool
    Advertise all paths to peer?
    TxBestpathPerAs bool
    Tx bestpath per a s
    TxAllPaths bool
    Advertise all paths to peer?
    TxBestpathPerAs bool
    Tx bestpath per a s
    txAllPaths Boolean
    Advertise all paths to peer?
    txBestpathPerAs Boolean
    Tx bestpath per a s
    txAllPaths boolean
    Advertise all paths to peer?
    txBestpathPerAs boolean
    Tx bestpath per a s
    tx_all_paths bool
    Advertise all paths to peer?
    tx_bestpath_per_as bool
    Tx bestpath per a s
    txAllPaths Boolean
    Advertise all paths to peer?
    txBestpathPerAs Boolean
    Tx bestpath per a s

    GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastAllowasIn

    Occurrence int
    Number of times the firewalls own AS can be in an AS_PATH
    Origin GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastAllowasInOrigin
    Origin
    Occurrence int
    Number of times the firewalls own AS can be in an AS_PATH
    Origin GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastAllowasInOrigin
    Origin
    occurrence Integer
    Number of times the firewalls own AS can be in an AS_PATH
    origin GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastAllowasInOrigin
    Origin
    occurrence number
    Number of times the firewalls own AS can be in an AS_PATH
    origin GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastAllowasInOrigin
    Origin
    occurrence int
    Number of times the firewalls own AS can be in an AS_PATH
    origin GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastAllowasInOrigin
    Origin
    occurrence Number
    Number of times the firewalls own AS can be in an AS_PATH
    origin Property Map
    Origin

    GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastMaximumPrefix

    Action GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastMaximumPrefixAction
    Action
    NumPrefixes int
    Maximum number of prefixes
    Threshold int
    Threshold percentage of the maximum number of prefixes
    Action GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastMaximumPrefixAction
    Action
    NumPrefixes int
    Maximum number of prefixes
    Threshold int
    Threshold percentage of the maximum number of prefixes
    action GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastMaximumPrefixAction
    Action
    numPrefixes Integer
    Maximum number of prefixes
    threshold Integer
    Threshold percentage of the maximum number of prefixes
    action GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastMaximumPrefixAction
    Action
    numPrefixes number
    Maximum number of prefixes
    threshold number
    Threshold percentage of the maximum number of prefixes
    action GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastMaximumPrefixAction
    Action
    num_prefixes int
    Maximum number of prefixes
    threshold int
    Threshold percentage of the maximum number of prefixes
    action Property Map
    Action
    numPrefixes Number
    Maximum number of prefixes
    threshold Number
    Threshold percentage of the maximum number of prefixes

    GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastMaximumPrefixAction

    GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastMaximumPrefixActionRestart

    Interval int
    Restart interval
    Interval int
    Restart interval
    interval Integer
    Restart interval
    interval number
    Restart interval
    interval int
    Restart interval
    interval Number
    Restart interval

    GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastNextHop

    GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastOrf

    OrfPrefixList string
    ORF prefix list
    OrfPrefixList string
    ORF prefix list
    orfPrefixList String
    ORF prefix list
    orfPrefixList string
    ORF prefix list
    orf_prefix_list str
    ORF prefix list
    orfPrefixList String
    ORF prefix list

    GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastRemovePrivateAs

    GetBgpAddressFamilyProfileListDataIpv4Ipv4MulticastSendCommunity

    GetBgpAddressFamilyProfileListDataIpv4Ipv4Unicast

    AddPath GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastAddPath
    Add path
    AllowasIn GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastAllowasIn
    Allowas in
    AsOverride bool
    Override ASNs in outbound updates if AS-Path equals Remote-AS?
    DefaultOriginate bool
    Originate default route?
    DefaultOriginateMap string
    Default originate route map
    Enable bool
    Enable?
    MaximumPrefix GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastMaximumPrefix
    Maximum prefix
    NextHop GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastNextHop
    Next hop
    Orf GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastOrf
    Orf
    RemovePrivateAs GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastRemovePrivateAs
    Remove private a s
    RouteReflectorClient bool
    Route reflector client?
    SendCommunity GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastSendCommunity
    Send community
    SoftReconfigWithStoredInfo bool
    Soft reconfiguration of peer with stored routes?
    AddPath GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastAddPath
    Add path
    AllowasIn GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastAllowasIn
    Allowas in
    AsOverride bool
    Override ASNs in outbound updates if AS-Path equals Remote-AS?
    DefaultOriginate bool
    Originate default route?
    DefaultOriginateMap string
    Default originate route map
    Enable bool
    Enable?
    MaximumPrefix GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastMaximumPrefix
    Maximum prefix
    NextHop GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastNextHop
    Next hop
    Orf GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastOrf
    Orf
    RemovePrivateAs GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastRemovePrivateAs
    Remove private a s
    RouteReflectorClient bool
    Route reflector client?
    SendCommunity GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastSendCommunity
    Send community
    SoftReconfigWithStoredInfo bool
    Soft reconfiguration of peer with stored routes?
    addPath GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastAddPath
    Add path
    allowasIn GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastAllowasIn
    Allowas in
    asOverride Boolean
    Override ASNs in outbound updates if AS-Path equals Remote-AS?
    defaultOriginate Boolean
    Originate default route?
    defaultOriginateMap String
    Default originate route map
    enable Boolean
    Enable?
    maximumPrefix GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastMaximumPrefix
    Maximum prefix
    nextHop GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastNextHop
    Next hop
    orf GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastOrf
    Orf
    removePrivateAs GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastRemovePrivateAs
    Remove private a s
    routeReflectorClient Boolean
    Route reflector client?
    sendCommunity GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastSendCommunity
    Send community
    softReconfigWithStoredInfo Boolean
    Soft reconfiguration of peer with stored routes?
    addPath GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastAddPath
    Add path
    allowasIn GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastAllowasIn
    Allowas in
    asOverride boolean
    Override ASNs in outbound updates if AS-Path equals Remote-AS?
    defaultOriginate boolean
    Originate default route?
    defaultOriginateMap string
    Default originate route map
    enable boolean
    Enable?
    maximumPrefix GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastMaximumPrefix
    Maximum prefix
    nextHop GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastNextHop
    Next hop
    orf GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastOrf
    Orf
    removePrivateAs GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastRemovePrivateAs
    Remove private a s
    routeReflectorClient boolean
    Route reflector client?
    sendCommunity GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastSendCommunity
    Send community
    softReconfigWithStoredInfo boolean
    Soft reconfiguration of peer with stored routes?
    add_path GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastAddPath
    Add path
    allowas_in GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastAllowasIn
    Allowas in
    as_override bool
    Override ASNs in outbound updates if AS-Path equals Remote-AS?
    default_originate bool
    Originate default route?
    default_originate_map str
    Default originate route map
    enable bool
    Enable?
    maximum_prefix GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastMaximumPrefix
    Maximum prefix
    next_hop GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastNextHop
    Next hop
    orf GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastOrf
    Orf
    remove_private_as GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastRemovePrivateAs
    Remove private a s
    route_reflector_client bool
    Route reflector client?
    send_community GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastSendCommunity
    Send community
    soft_reconfig_with_stored_info bool
    Soft reconfiguration of peer with stored routes?
    addPath Property Map
    Add path
    allowasIn Property Map
    Allowas in
    asOverride Boolean
    Override ASNs in outbound updates if AS-Path equals Remote-AS?
    defaultOriginate Boolean
    Originate default route?
    defaultOriginateMap String
    Default originate route map
    enable Boolean
    Enable?
    maximumPrefix Property Map
    Maximum prefix
    nextHop Property Map
    Next hop
    orf Property Map
    Orf
    removePrivateAs Property Map
    Remove private a s
    routeReflectorClient Boolean
    Route reflector client?
    sendCommunity Property Map
    Send community
    softReconfigWithStoredInfo Boolean
    Soft reconfiguration of peer with stored routes?

    GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastAddPath

    TxAllPaths bool
    Advertise all paths to peer?
    TxBestpathPerAs bool
    Tx bestpath per a s
    TxAllPaths bool
    Advertise all paths to peer?
    TxBestpathPerAs bool
    Tx bestpath per a s
    txAllPaths Boolean
    Advertise all paths to peer?
    txBestpathPerAs Boolean
    Tx bestpath per a s
    txAllPaths boolean
    Advertise all paths to peer?
    txBestpathPerAs boolean
    Tx bestpath per a s
    tx_all_paths bool
    Advertise all paths to peer?
    tx_bestpath_per_as bool
    Tx bestpath per a s
    txAllPaths Boolean
    Advertise all paths to peer?
    txBestpathPerAs Boolean
    Tx bestpath per a s

    GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastAllowasIn

    Occurrence int
    Number of times the firewalls own AS can be in an AS_PATH
    Origin GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastAllowasInOrigin
    Origin
    Occurrence int
    Number of times the firewalls own AS can be in an AS_PATH
    Origin GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastAllowasInOrigin
    Origin
    occurrence Integer
    Number of times the firewalls own AS can be in an AS_PATH
    origin GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastAllowasInOrigin
    Origin
    occurrence number
    Number of times the firewalls own AS can be in an AS_PATH
    origin GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastAllowasInOrigin
    Origin
    occurrence int
    Number of times the firewalls own AS can be in an AS_PATH
    origin GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastAllowasInOrigin
    Origin
    occurrence Number
    Number of times the firewalls own AS can be in an AS_PATH
    origin Property Map
    Origin

    GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastMaximumPrefix

    Action GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastMaximumPrefixAction
    Action
    NumPrefixes int
    Maximum number of prefixes
    Threshold int
    Threshold percentage of the maximum number of prefixes
    Action GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastMaximumPrefixAction
    Action
    NumPrefixes int
    Maximum number of prefixes
    Threshold int
    Threshold percentage of the maximum number of prefixes
    action GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastMaximumPrefixAction
    Action
    numPrefixes Integer
    Maximum number of prefixes
    threshold Integer
    Threshold percentage of the maximum number of prefixes
    action GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastMaximumPrefixAction
    Action
    numPrefixes number
    Maximum number of prefixes
    threshold number
    Threshold percentage of the maximum number of prefixes
    action GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastMaximumPrefixAction
    Action
    num_prefixes int
    Maximum number of prefixes
    threshold int
    Threshold percentage of the maximum number of prefixes
    action Property Map
    Action
    numPrefixes Number
    Maximum number of prefixes
    threshold Number
    Threshold percentage of the maximum number of prefixes

    GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastMaximumPrefixAction

    GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastMaximumPrefixActionRestart

    Interval int
    Restart interval
    Interval int
    Restart interval
    interval Integer
    Restart interval
    interval number
    Restart interval
    interval int
    Restart interval
    interval Number
    Restart interval

    GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastNextHop

    GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastOrf

    OrfPrefixList string
    ORF prefix list
    OrfPrefixList string
    ORF prefix list
    orfPrefixList String
    ORF prefix list
    orfPrefixList string
    ORF prefix list
    orf_prefix_list str
    ORF prefix list
    orfPrefixList String
    ORF prefix list

    GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastRemovePrivateAs

    GetBgpAddressFamilyProfileListDataIpv4Ipv4UnicastSendCommunity

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate