1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getBgpAddressFamilyProfileList
Strata Cloud Manager v1.0.3 published on Thursday, Jan 22, 2026 by Pulumi
scm logo
Strata Cloud Manager v1.0.3 published on Thursday, Jan 22, 2026 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 of the item. Default: Shared.
    Id string
    UUID of the resource
    Ipv4 GetBgpAddressFamilyProfileListDataIpv4
    IPv4 Address Family
    Name string
    The name of the item.
    Snippet string
    The snippet of the item.
    Tfid string
    Device string
    The device in which the resource is defined
    Folder string
    The folder of the item. Default: Shared.
    Id string
    UUID of the resource
    Ipv4 GetBgpAddressFamilyProfileListDataIpv4
    IPv4 Address Family
    Name string
    The name of the item.
    Snippet string
    The snippet of the item.
    Tfid string
    device String
    The device in which the resource is defined
    folder String
    The folder of the item. Default: Shared.
    id String
    UUID of the resource
    ipv4 GetBgpAddressFamilyProfileListDataIpv4
    IPv4 Address Family
    name String
    The name of the item.
    snippet String
    The snippet of the item.
    tfid String
    device string
    The device in which the resource is defined
    folder string
    The folder of the item. Default: Shared.
    id string
    UUID of the resource
    ipv4 GetBgpAddressFamilyProfileListDataIpv4
    IPv4 Address Family
    name string
    The name of the item.
    snippet string
    The snippet of the item.
    tfid string
    device str
    The device in which the resource is defined
    folder str
    The folder of the item. Default: Shared.
    id str
    UUID of the resource
    ipv4 GetBgpAddressFamilyProfileListDataIpv4
    IPv4 Address Family
    name str
    The name of the item.
    snippet str
    The snippet of the item.
    tfid str
    device String
    The device in which the resource is defined
    folder String
    The folder of the item. Default: Shared.
    id String
    UUID of the resource
    ipv4 Property Map
    IPv4 Address Family
    name String
    The name of the item.
    snippet String
    The snippet of the item.
    tfid String

    GetBgpAddressFamilyProfileListDataIpv4

    GetBgpAddressFamilyProfileListDataIpv4Multicast

    AddPath GetBgpAddressFamilyProfileListDataIpv4MulticastAddPath
    Add path
    AllowasIn GetBgpAddressFamilyProfileListDataIpv4MulticastAllowasIn
    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 GetBgpAddressFamilyProfileListDataIpv4MulticastMaximumPrefix
    Maximum prefix
    NextHop GetBgpAddressFamilyProfileListDataIpv4MulticastNextHop
    Next hop
    Orf GetBgpAddressFamilyProfileListDataIpv4MulticastOrf
    Orf
    RemovePrivateAs GetBgpAddressFamilyProfileListDataIpv4MulticastRemovePrivateAs
    Remove private a s
    RouteReflectorClient bool
    Route reflector client?
    SendCommunity GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunity
    Send community
    SoftReconfigWithStoredInfo bool
    Soft reconfiguration of peer with stored routes?
    AddPath GetBgpAddressFamilyProfileListDataIpv4MulticastAddPath
    Add path
    AllowasIn GetBgpAddressFamilyProfileListDataIpv4MulticastAllowasIn
    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 GetBgpAddressFamilyProfileListDataIpv4MulticastMaximumPrefix
    Maximum prefix
    NextHop GetBgpAddressFamilyProfileListDataIpv4MulticastNextHop
    Next hop
    Orf GetBgpAddressFamilyProfileListDataIpv4MulticastOrf
    Orf
    RemovePrivateAs GetBgpAddressFamilyProfileListDataIpv4MulticastRemovePrivateAs
    Remove private a s
    RouteReflectorClient bool
    Route reflector client?
    SendCommunity GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunity
    Send community
    SoftReconfigWithStoredInfo bool
    Soft reconfiguration of peer with stored routes?
    addPath GetBgpAddressFamilyProfileListDataIpv4MulticastAddPath
    Add path
    allowasIn GetBgpAddressFamilyProfileListDataIpv4MulticastAllowasIn
    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 GetBgpAddressFamilyProfileListDataIpv4MulticastMaximumPrefix
    Maximum prefix
    nextHop GetBgpAddressFamilyProfileListDataIpv4MulticastNextHop
    Next hop
    orf GetBgpAddressFamilyProfileListDataIpv4MulticastOrf
    Orf
    removePrivateAs GetBgpAddressFamilyProfileListDataIpv4MulticastRemovePrivateAs
    Remove private a s
    routeReflectorClient Boolean
    Route reflector client?
    sendCommunity GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunity
    Send community
    softReconfigWithStoredInfo Boolean
    Soft reconfiguration of peer with stored routes?
    addPath GetBgpAddressFamilyProfileListDataIpv4MulticastAddPath
    Add path
    allowasIn GetBgpAddressFamilyProfileListDataIpv4MulticastAllowasIn
    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 GetBgpAddressFamilyProfileListDataIpv4MulticastMaximumPrefix
    Maximum prefix
    nextHop GetBgpAddressFamilyProfileListDataIpv4MulticastNextHop
    Next hop
    orf GetBgpAddressFamilyProfileListDataIpv4MulticastOrf
    Orf
    removePrivateAs GetBgpAddressFamilyProfileListDataIpv4MulticastRemovePrivateAs
    Remove private a s
    routeReflectorClient boolean
    Route reflector client?
    sendCommunity GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunity
    Send community
    softReconfigWithStoredInfo boolean
    Soft reconfiguration of peer with stored routes?
    add_path GetBgpAddressFamilyProfileListDataIpv4MulticastAddPath
    Add path
    allowas_in GetBgpAddressFamilyProfileListDataIpv4MulticastAllowasIn
    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 GetBgpAddressFamilyProfileListDataIpv4MulticastMaximumPrefix
    Maximum prefix
    next_hop GetBgpAddressFamilyProfileListDataIpv4MulticastNextHop
    Next hop
    orf GetBgpAddressFamilyProfileListDataIpv4MulticastOrf
    Orf
    remove_private_as GetBgpAddressFamilyProfileListDataIpv4MulticastRemovePrivateAs
    Remove private a s
    route_reflector_client bool
    Route reflector client?
    send_community GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunity
    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?

    GetBgpAddressFamilyProfileListDataIpv4MulticastAddPath

    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

    GetBgpAddressFamilyProfileListDataIpv4MulticastAllowasIn

    Occurrence int
    Number of times the firewalls own AS can be in an AS_PATH
    Origin GetBgpAddressFamilyProfileListDataIpv4MulticastAllowasInOrigin

    Origin

    ℹ️ Note: You must specify exactly one of occurrence and origin.

    Occurrence int
    Number of times the firewalls own AS can be in an AS_PATH
    Origin GetBgpAddressFamilyProfileListDataIpv4MulticastAllowasInOrigin

    Origin

    ℹ️ Note: You must specify exactly one of occurrence and origin.

    occurrence Integer
    Number of times the firewalls own AS can be in an AS_PATH
    origin GetBgpAddressFamilyProfileListDataIpv4MulticastAllowasInOrigin

    Origin

    ℹ️ Note: You must specify exactly one of occurrence and origin.

    occurrence number
    Number of times the firewalls own AS can be in an AS_PATH
    origin GetBgpAddressFamilyProfileListDataIpv4MulticastAllowasInOrigin

    Origin

    ℹ️ Note: You must specify exactly one of occurrence and origin.

    occurrence int
    Number of times the firewalls own AS can be in an AS_PATH
    origin GetBgpAddressFamilyProfileListDataIpv4MulticastAllowasInOrigin

    Origin

    ℹ️ Note: You must specify exactly one of occurrence and origin.

    occurrence Number
    Number of times the firewalls own AS can be in an AS_PATH
    origin Property Map

    Origin

    ℹ️ Note: You must specify exactly one of occurrence and origin.

    GetBgpAddressFamilyProfileListDataIpv4MulticastMaximumPrefix

    Action GetBgpAddressFamilyProfileListDataIpv4MulticastMaximumPrefixAction
    Action
    NumPrefixes int
    Maximum number of prefixes
    Threshold int
    Threshold percentage of the maximum number of prefixes
    Action GetBgpAddressFamilyProfileListDataIpv4MulticastMaximumPrefixAction
    Action
    NumPrefixes int
    Maximum number of prefixes
    Threshold int
    Threshold percentage of the maximum number of prefixes
    action GetBgpAddressFamilyProfileListDataIpv4MulticastMaximumPrefixAction
    Action
    numPrefixes Integer
    Maximum number of prefixes
    threshold Integer
    Threshold percentage of the maximum number of prefixes
    action GetBgpAddressFamilyProfileListDataIpv4MulticastMaximumPrefixAction
    Action
    numPrefixes number
    Maximum number of prefixes
    threshold number
    Threshold percentage of the maximum number of prefixes
    action GetBgpAddressFamilyProfileListDataIpv4MulticastMaximumPrefixAction
    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

    GetBgpAddressFamilyProfileListDataIpv4MulticastMaximumPrefixAction

    restart Property Map
    Restart
    warningOnly Property Map

    Warning only

    ℹ️ Note: You must specify exactly one of restart and warning_only.

    GetBgpAddressFamilyProfileListDataIpv4MulticastMaximumPrefixActionRestart

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

    GetBgpAddressFamilyProfileListDataIpv4MulticastNextHop

    self Property Map
    Self
    selfForce Property Map

    Self force

    ℹ️ Note: You must specify exactly one of self and self_force.

    GetBgpAddressFamilyProfileListDataIpv4MulticastOrf

    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

    GetBgpAddressFamilyProfileListDataIpv4MulticastRemovePrivateAs

    GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunity

    All GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityAll
    All
    Both GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityBoth

    Both

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    Extended GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityExtended

    Extended

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    Large GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityLarge

    Large

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    Standard GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityStandard

    Standard

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    All GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityAll
    All
    Both GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityBoth

    Both

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    Extended GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityExtended

    Extended

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    Large GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityLarge

    Large

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    Standard GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityStandard

    Standard

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    all GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityAll
    All
    both GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityBoth

    Both

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    extended GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityExtended

    Extended

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    large GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityLarge

    Large

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    standard GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityStandard

    Standard

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    all GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityAll
    All
    both GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityBoth

    Both

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    extended GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityExtended

    Extended

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    large GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityLarge

    Large

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    standard GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityStandard

    Standard

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    all GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityAll
    All
    both GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityBoth

    Both

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    extended GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityExtended

    Extended

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    large GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityLarge

    Large

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    standard GetBgpAddressFamilyProfileListDataIpv4MulticastSendCommunityStandard

    Standard

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    all Property Map
    All
    both Property Map

    Both

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    extended Property Map

    Extended

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    large Property Map

    Large

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    standard Property Map

    Standard

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    GetBgpAddressFamilyProfileListDataIpv4Unicast

    AddPath GetBgpAddressFamilyProfileListDataIpv4UnicastAddPath
    Add path
    AllowasIn GetBgpAddressFamilyProfileListDataIpv4UnicastAllowasIn
    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 GetBgpAddressFamilyProfileListDataIpv4UnicastMaximumPrefix
    Maximum prefix
    NextHop GetBgpAddressFamilyProfileListDataIpv4UnicastNextHop
    Next hop
    Orf GetBgpAddressFamilyProfileListDataIpv4UnicastOrf
    Orf
    RemovePrivateAs GetBgpAddressFamilyProfileListDataIpv4UnicastRemovePrivateAs
    Remove private a s
    RouteReflectorClient bool
    Route reflector client?
    SendCommunity GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunity
    Send community
    SoftReconfigWithStoredInfo bool
    Soft reconfiguration of peer with stored routes?
    AddPath GetBgpAddressFamilyProfileListDataIpv4UnicastAddPath
    Add path
    AllowasIn GetBgpAddressFamilyProfileListDataIpv4UnicastAllowasIn
    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 GetBgpAddressFamilyProfileListDataIpv4UnicastMaximumPrefix
    Maximum prefix
    NextHop GetBgpAddressFamilyProfileListDataIpv4UnicastNextHop
    Next hop
    Orf GetBgpAddressFamilyProfileListDataIpv4UnicastOrf
    Orf
    RemovePrivateAs GetBgpAddressFamilyProfileListDataIpv4UnicastRemovePrivateAs
    Remove private a s
    RouteReflectorClient bool
    Route reflector client?
    SendCommunity GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunity
    Send community
    SoftReconfigWithStoredInfo bool
    Soft reconfiguration of peer with stored routes?
    addPath GetBgpAddressFamilyProfileListDataIpv4UnicastAddPath
    Add path
    allowasIn GetBgpAddressFamilyProfileListDataIpv4UnicastAllowasIn
    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 GetBgpAddressFamilyProfileListDataIpv4UnicastMaximumPrefix
    Maximum prefix
    nextHop GetBgpAddressFamilyProfileListDataIpv4UnicastNextHop
    Next hop
    orf GetBgpAddressFamilyProfileListDataIpv4UnicastOrf
    Orf
    removePrivateAs GetBgpAddressFamilyProfileListDataIpv4UnicastRemovePrivateAs
    Remove private a s
    routeReflectorClient Boolean
    Route reflector client?
    sendCommunity GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunity
    Send community
    softReconfigWithStoredInfo Boolean
    Soft reconfiguration of peer with stored routes?
    addPath GetBgpAddressFamilyProfileListDataIpv4UnicastAddPath
    Add path
    allowasIn GetBgpAddressFamilyProfileListDataIpv4UnicastAllowasIn
    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 GetBgpAddressFamilyProfileListDataIpv4UnicastMaximumPrefix
    Maximum prefix
    nextHop GetBgpAddressFamilyProfileListDataIpv4UnicastNextHop
    Next hop
    orf GetBgpAddressFamilyProfileListDataIpv4UnicastOrf
    Orf
    removePrivateAs GetBgpAddressFamilyProfileListDataIpv4UnicastRemovePrivateAs
    Remove private a s
    routeReflectorClient boolean
    Route reflector client?
    sendCommunity GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunity
    Send community
    softReconfigWithStoredInfo boolean
    Soft reconfiguration of peer with stored routes?
    add_path GetBgpAddressFamilyProfileListDataIpv4UnicastAddPath
    Add path
    allowas_in GetBgpAddressFamilyProfileListDataIpv4UnicastAllowasIn
    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 GetBgpAddressFamilyProfileListDataIpv4UnicastMaximumPrefix
    Maximum prefix
    next_hop GetBgpAddressFamilyProfileListDataIpv4UnicastNextHop
    Next hop
    orf GetBgpAddressFamilyProfileListDataIpv4UnicastOrf
    Orf
    remove_private_as GetBgpAddressFamilyProfileListDataIpv4UnicastRemovePrivateAs
    Remove private a s
    route_reflector_client bool
    Route reflector client?
    send_community GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunity
    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?

    GetBgpAddressFamilyProfileListDataIpv4UnicastAddPath

    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

    GetBgpAddressFamilyProfileListDataIpv4UnicastAllowasIn

    Occurrence int
    Number of times the firewalls own AS can be in an AS_PATH
    Origin GetBgpAddressFamilyProfileListDataIpv4UnicastAllowasInOrigin

    Origin

    ℹ️ Note: You must specify exactly one of occurrence and origin.

    Occurrence int
    Number of times the firewalls own AS can be in an AS_PATH
    Origin GetBgpAddressFamilyProfileListDataIpv4UnicastAllowasInOrigin

    Origin

    ℹ️ Note: You must specify exactly one of occurrence and origin.

    occurrence Integer
    Number of times the firewalls own AS can be in an AS_PATH
    origin GetBgpAddressFamilyProfileListDataIpv4UnicastAllowasInOrigin

    Origin

    ℹ️ Note: You must specify exactly one of occurrence and origin.

    occurrence number
    Number of times the firewalls own AS can be in an AS_PATH
    origin GetBgpAddressFamilyProfileListDataIpv4UnicastAllowasInOrigin

    Origin

    ℹ️ Note: You must specify exactly one of occurrence and origin.

    occurrence int
    Number of times the firewalls own AS can be in an AS_PATH
    origin GetBgpAddressFamilyProfileListDataIpv4UnicastAllowasInOrigin

    Origin

    ℹ️ Note: You must specify exactly one of occurrence and origin.

    occurrence Number
    Number of times the firewalls own AS can be in an AS_PATH
    origin Property Map

    Origin

    ℹ️ Note: You must specify exactly one of occurrence and origin.

    GetBgpAddressFamilyProfileListDataIpv4UnicastMaximumPrefix

    Action GetBgpAddressFamilyProfileListDataIpv4UnicastMaximumPrefixAction
    Action
    NumPrefixes int
    Maximum number of prefixes
    Threshold int
    Threshold percentage of the maximum number of prefixes
    Action GetBgpAddressFamilyProfileListDataIpv4UnicastMaximumPrefixAction
    Action
    NumPrefixes int
    Maximum number of prefixes
    Threshold int
    Threshold percentage of the maximum number of prefixes
    action GetBgpAddressFamilyProfileListDataIpv4UnicastMaximumPrefixAction
    Action
    numPrefixes Integer
    Maximum number of prefixes
    threshold Integer
    Threshold percentage of the maximum number of prefixes
    action GetBgpAddressFamilyProfileListDataIpv4UnicastMaximumPrefixAction
    Action
    numPrefixes number
    Maximum number of prefixes
    threshold number
    Threshold percentage of the maximum number of prefixes
    action GetBgpAddressFamilyProfileListDataIpv4UnicastMaximumPrefixAction
    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

    GetBgpAddressFamilyProfileListDataIpv4UnicastMaximumPrefixAction

    restart Property Map
    Restart
    warningOnly Property Map

    Warning only

    ℹ️ Note: You must specify exactly one of restart and warning_only.

    GetBgpAddressFamilyProfileListDataIpv4UnicastMaximumPrefixActionRestart

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

    GetBgpAddressFamilyProfileListDataIpv4UnicastNextHop

    self Property Map
    Self
    selfForce Property Map

    Self force

    ℹ️ Note: You must specify exactly one of self and self_force.

    GetBgpAddressFamilyProfileListDataIpv4UnicastOrf

    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

    GetBgpAddressFamilyProfileListDataIpv4UnicastRemovePrivateAs

    GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunity

    All GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityAll
    All
    Both GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityBoth

    Both

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    Extended GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityExtended

    Extended

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    Large GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityLarge

    Large

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    Standard GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityStandard

    Standard

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    All GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityAll
    All
    Both GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityBoth

    Both

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    Extended GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityExtended

    Extended

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    Large GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityLarge

    Large

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    Standard GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityStandard

    Standard

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    all GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityAll
    All
    both GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityBoth

    Both

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    extended GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityExtended

    Extended

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    large GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityLarge

    Large

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    standard GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityStandard

    Standard

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    all GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityAll
    All
    both GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityBoth

    Both

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    extended GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityExtended

    Extended

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    large GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityLarge

    Large

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    standard GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityStandard

    Standard

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    all GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityAll
    All
    both GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityBoth

    Both

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    extended GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityExtended

    Extended

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    large GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityLarge

    Large

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    standard GetBgpAddressFamilyProfileListDataIpv4UnicastSendCommunityStandard

    Standard

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    all Property Map
    All
    both Property Map

    Both

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    extended Property Map

    Extended

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    large Property Map

    Large

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    standard Property Map

    Standard

    ℹ️ Note: You must specify exactly one of all, both, extended, large, and standard.

    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 v1.0.3 published on Thursday, Jan 22, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate