1. Packages
  2. Cisco Meraki Provider
  3. API Docs
  4. networks
  5. getAppliancePrefixesDelegatedStatics
Cisco Meraki v0.4.1 published on Saturday, Mar 15, 2025 by Pulumi

meraki.networks.getAppliancePrefixesDelegatedStatics

Explore with Pulumi AI

Example Usage

Using getAppliancePrefixesDelegatedStatics

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 getAppliancePrefixesDelegatedStatics(args: GetAppliancePrefixesDelegatedStaticsArgs, opts?: InvokeOptions): Promise<GetAppliancePrefixesDelegatedStaticsResult>
function getAppliancePrefixesDelegatedStaticsOutput(args: GetAppliancePrefixesDelegatedStaticsOutputArgs, opts?: InvokeOptions): Output<GetAppliancePrefixesDelegatedStaticsResult>
Copy
def get_appliance_prefixes_delegated_statics(network_id: Optional[str] = None,
                                             static_delegated_prefix_id: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetAppliancePrefixesDelegatedStaticsResult
def get_appliance_prefixes_delegated_statics_output(network_id: Optional[pulumi.Input[str]] = None,
                                             static_delegated_prefix_id: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetAppliancePrefixesDelegatedStaticsResult]
Copy
func LookupAppliancePrefixesDelegatedStatics(ctx *Context, args *LookupAppliancePrefixesDelegatedStaticsArgs, opts ...InvokeOption) (*LookupAppliancePrefixesDelegatedStaticsResult, error)
func LookupAppliancePrefixesDelegatedStaticsOutput(ctx *Context, args *LookupAppliancePrefixesDelegatedStaticsOutputArgs, opts ...InvokeOption) LookupAppliancePrefixesDelegatedStaticsResultOutput
Copy

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

public static class GetAppliancePrefixesDelegatedStatics 
{
    public static Task<GetAppliancePrefixesDelegatedStaticsResult> InvokeAsync(GetAppliancePrefixesDelegatedStaticsArgs args, InvokeOptions? opts = null)
    public static Output<GetAppliancePrefixesDelegatedStaticsResult> Invoke(GetAppliancePrefixesDelegatedStaticsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAppliancePrefixesDelegatedStaticsResult> getAppliancePrefixesDelegatedStatics(GetAppliancePrefixesDelegatedStaticsArgs args, InvokeOptions options)
public static Output<GetAppliancePrefixesDelegatedStaticsResult> getAppliancePrefixesDelegatedStatics(GetAppliancePrefixesDelegatedStaticsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: meraki:networks/getAppliancePrefixesDelegatedStatics:getAppliancePrefixesDelegatedStatics
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

NetworkId string
networkId path parameter. Network ID
StaticDelegatedPrefixId string
staticDelegatedPrefixId path parameter. Static delegated prefix ID
NetworkId string
networkId path parameter. Network ID
StaticDelegatedPrefixId string
staticDelegatedPrefixId path parameter. Static delegated prefix ID
networkId String
networkId path parameter. Network ID
staticDelegatedPrefixId String
staticDelegatedPrefixId path parameter. Static delegated prefix ID
networkId string
networkId path parameter. Network ID
staticDelegatedPrefixId string
staticDelegatedPrefixId path parameter. Static delegated prefix ID
network_id str
networkId path parameter. Network ID
static_delegated_prefix_id str
staticDelegatedPrefixId path parameter. Static delegated prefix ID
networkId String
networkId path parameter. Network ID
staticDelegatedPrefixId String
staticDelegatedPrefixId path parameter. Static delegated prefix ID

getAppliancePrefixesDelegatedStatics Result

The following output properties are available:

Id string
The provider-assigned unique ID for this managed resource.
Item GetAppliancePrefixesDelegatedStaticsItem
Items List<GetAppliancePrefixesDelegatedStaticsItem>
Array of ResponseApplianceGetNetworkAppliancePrefixesDelegatedStatics
NetworkId string
networkId path parameter. Network ID
StaticDelegatedPrefixId string
staticDelegatedPrefixId path parameter. Static delegated prefix ID
Id string
The provider-assigned unique ID for this managed resource.
Item GetAppliancePrefixesDelegatedStaticsItem
Items []GetAppliancePrefixesDelegatedStaticsItem
Array of ResponseApplianceGetNetworkAppliancePrefixesDelegatedStatics
NetworkId string
networkId path parameter. Network ID
StaticDelegatedPrefixId string
staticDelegatedPrefixId path parameter. Static delegated prefix ID
id String
The provider-assigned unique ID for this managed resource.
item GetAppliancePrefixesDelegatedStaticsItem
items List<GetAppliancePrefixesDelegatedStaticsItem>
Array of ResponseApplianceGetNetworkAppliancePrefixesDelegatedStatics
networkId String
networkId path parameter. Network ID
staticDelegatedPrefixId String
staticDelegatedPrefixId path parameter. Static delegated prefix ID
id string
The provider-assigned unique ID for this managed resource.
item GetAppliancePrefixesDelegatedStaticsItem
items GetAppliancePrefixesDelegatedStaticsItem[]
Array of ResponseApplianceGetNetworkAppliancePrefixesDelegatedStatics
networkId string
networkId path parameter. Network ID
staticDelegatedPrefixId string
staticDelegatedPrefixId path parameter. Static delegated prefix ID
id str
The provider-assigned unique ID for this managed resource.
item GetAppliancePrefixesDelegatedStaticsItem
items Sequence[GetAppliancePrefixesDelegatedStaticsItem]
Array of ResponseApplianceGetNetworkAppliancePrefixesDelegatedStatics
network_id str
networkId path parameter. Network ID
static_delegated_prefix_id str
staticDelegatedPrefixId path parameter. Static delegated prefix ID
id String
The provider-assigned unique ID for this managed resource.
item Property Map
items List<Property Map>
Array of ResponseApplianceGetNetworkAppliancePrefixesDelegatedStatics
networkId String
networkId path parameter. Network ID
staticDelegatedPrefixId String
staticDelegatedPrefixId path parameter. Static delegated prefix ID

Supporting Types

GetAppliancePrefixesDelegatedStaticsItem

CreatedAt This property is required. string
Prefix creation time.
Description This property is required. string
Identifying description for the prefix.
Origin This property is required. GetAppliancePrefixesDelegatedStaticsItemOrigin
WAN1/WAN2/Independent prefix.
Prefix This property is required. string
IPv6 prefix/prefix length.
StaticDelegatedPrefixId This property is required. string
Static delegated prefix id.
UpdatedAt This property is required. string
Prefix Updated time.
CreatedAt This property is required. string
Prefix creation time.
Description This property is required. string
Identifying description for the prefix.
Origin This property is required. GetAppliancePrefixesDelegatedStaticsItemOrigin
WAN1/WAN2/Independent prefix.
Prefix This property is required. string
IPv6 prefix/prefix length.
StaticDelegatedPrefixId This property is required. string
Static delegated prefix id.
UpdatedAt This property is required. string
Prefix Updated time.
createdAt This property is required. String
Prefix creation time.
description This property is required. String
Identifying description for the prefix.
origin This property is required. GetAppliancePrefixesDelegatedStaticsItemOrigin
WAN1/WAN2/Independent prefix.
prefix This property is required. String
IPv6 prefix/prefix length.
staticDelegatedPrefixId This property is required. String
Static delegated prefix id.
updatedAt This property is required. String
Prefix Updated time.
createdAt This property is required. string
Prefix creation time.
description This property is required. string
Identifying description for the prefix.
origin This property is required. GetAppliancePrefixesDelegatedStaticsItemOrigin
WAN1/WAN2/Independent prefix.
prefix This property is required. string
IPv6 prefix/prefix length.
staticDelegatedPrefixId This property is required. string
Static delegated prefix id.
updatedAt This property is required. string
Prefix Updated time.
created_at This property is required. str
Prefix creation time.
description This property is required. str
Identifying description for the prefix.
origin This property is required. GetAppliancePrefixesDelegatedStaticsItemOrigin
WAN1/WAN2/Independent prefix.
prefix This property is required. str
IPv6 prefix/prefix length.
static_delegated_prefix_id This property is required. str
Static delegated prefix id.
updated_at This property is required. str
Prefix Updated time.
createdAt This property is required. String
Prefix creation time.
description This property is required. String
Identifying description for the prefix.
origin This property is required. Property Map
WAN1/WAN2/Independent prefix.
prefix This property is required. String
IPv6 prefix/prefix length.
staticDelegatedPrefixId This property is required. String
Static delegated prefix id.
updatedAt This property is required. String
Prefix Updated time.

GetAppliancePrefixesDelegatedStaticsItemOrigin

Interfaces This property is required. List<string>
Uplink provided or independent
Type This property is required. string
Origin type
Interfaces This property is required. []string
Uplink provided or independent
Type This property is required. string
Origin type
interfaces This property is required. List<String>
Uplink provided or independent
type This property is required. String
Origin type
interfaces This property is required. string[]
Uplink provided or independent
type This property is required. string
Origin type
interfaces This property is required. Sequence[str]
Uplink provided or independent
type This property is required. str
Origin type
interfaces This property is required. List<String>
Uplink provided or independent
type This property is required. String
Origin type

Package Details

Repository
meraki pulumi/pulumi-meraki
License
Apache-2.0
Notes
This Pulumi package is based on the meraki Terraform Provider.