mso 1.7.0 published on Tuesday, Dec 9, 2025 by ciscodevnet
mso 1.7.0 published on Tuesday, Dec 9, 2025 by ciscodevnet
Using getTenantPoliciesBgpPeerPrefixPolicy
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 getTenantPoliciesBgpPeerPrefixPolicy(args: GetTenantPoliciesBgpPeerPrefixPolicyArgs, opts?: InvokeOptions): Promise<GetTenantPoliciesBgpPeerPrefixPolicyResult>
function getTenantPoliciesBgpPeerPrefixPolicyOutput(args: GetTenantPoliciesBgpPeerPrefixPolicyOutputArgs, opts?: InvokeOptions): Output<GetTenantPoliciesBgpPeerPrefixPolicyResult>def get_tenant_policies_bgp_peer_prefix_policy(id: Optional[str] = None,
name: Optional[str] = None,
template_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTenantPoliciesBgpPeerPrefixPolicyResult
def get_tenant_policies_bgp_peer_prefix_policy_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
template_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTenantPoliciesBgpPeerPrefixPolicyResult]func LookupTenantPoliciesBgpPeerPrefixPolicy(ctx *Context, args *LookupTenantPoliciesBgpPeerPrefixPolicyArgs, opts ...InvokeOption) (*LookupTenantPoliciesBgpPeerPrefixPolicyResult, error)
func LookupTenantPoliciesBgpPeerPrefixPolicyOutput(ctx *Context, args *LookupTenantPoliciesBgpPeerPrefixPolicyOutputArgs, opts ...InvokeOption) LookupTenantPoliciesBgpPeerPrefixPolicyResultOutput> Note: This function is named LookupTenantPoliciesBgpPeerPrefixPolicy in the Go SDK.
public static class GetTenantPoliciesBgpPeerPrefixPolicy
{
public static Task<GetTenantPoliciesBgpPeerPrefixPolicyResult> InvokeAsync(GetTenantPoliciesBgpPeerPrefixPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetTenantPoliciesBgpPeerPrefixPolicyResult> Invoke(GetTenantPoliciesBgpPeerPrefixPolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTenantPoliciesBgpPeerPrefixPolicyResult> getTenantPoliciesBgpPeerPrefixPolicy(GetTenantPoliciesBgpPeerPrefixPolicyArgs args, InvokeOptions options)
public static Output<GetTenantPoliciesBgpPeerPrefixPolicyResult> getTenantPoliciesBgpPeerPrefixPolicy(GetTenantPoliciesBgpPeerPrefixPolicyArgs args, InvokeOptions options)
fn::invoke:
function: mso:index/getTenantPoliciesBgpPeerPrefixPolicy:getTenantPoliciesBgpPeerPrefixPolicy
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- Template
Id string - Id string
- Name string
- Template
Id string - Id string
- name String
- template
Id String - id String
- name string
- template
Id string - id string
- name str
- template_
id str - id str
- name String
- template
Id String - id String
getTenantPoliciesBgpPeerPrefixPolicy Result
The following output properties are available:
- Action string
- Description string
- Id string
- Max
Number doubleOf Prefixes - Name string
- Restart
Time double - Template
Id string - Threshold
Percentage double - Uuid string
- Action string
- Description string
- Id string
- Max
Number float64Of Prefixes - Name string
- Restart
Time float64 - Template
Id string - Threshold
Percentage float64 - Uuid string
- action String
- description String
- id String
- max
Number DoubleOf Prefixes - name String
- restart
Time Double - template
Id String - threshold
Percentage Double - uuid String
- action string
- description string
- id string
- max
Number numberOf Prefixes - name string
- restart
Time number - template
Id string - threshold
Percentage number - uuid string
- action str
- description str
- id str
- max_
number_ floatof_ prefixes - name str
- restart_
time float - template_
id str - threshold_
percentage float - uuid str
- action String
- description String
- id String
- max
Number NumberOf Prefixes - name String
- restart
Time Number - template
Id String - threshold
Percentage Number - uuid String
Package Details
- Repository
- mso ciscodevnet/terraform-provider-mso
- License
- Notes
- This Pulumi package is based on the
msoTerraform Provider.
mso 1.7.0 published on Tuesday, Dec 9, 2025 by ciscodevnet
