Viewing docs for Cisco Catalyst SD-WAN v0.8.2
published on Tuesday, May 19, 2026 by Pulumi
published on Tuesday, May 19, 2026 by Pulumi
Viewing docs for Cisco Catalyst SD-WAN v0.8.2
published on Tuesday, May 19, 2026 by Pulumi
published on Tuesday, May 19, 2026 by Pulumi
This data source can read the parcels of a Policy Object Feature Profile.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getPolicyObjectFeatureProfileParcels({
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_policy_object_feature_profile_parcels(feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
package main
import (
"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sdwan.GetPolicyObjectFeatureProfileParcels(ctx, &sdwan.GetPolicyObjectFeatureProfileParcelsArgs{
FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;
return await Deployment.RunAsync(() =>
{
var example = Sdwan.GetPolicyObjectFeatureProfileParcels.Invoke(new()
{
FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SdwanFunctions;
import com.pulumi.sdwan.inputs.GetPolicyObjectFeatureProfileParcelsArgs;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = SdwanFunctions.getPolicyObjectFeatureProfileParcels(GetPolicyObjectFeatureProfileParcelsArgs.builder()
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getPolicyObjectFeatureProfileParcels
arguments:
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Example coming soon!
Using getPolicyObjectFeatureProfileParcels
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 getPolicyObjectFeatureProfileParcels(args: GetPolicyObjectFeatureProfileParcelsArgs, opts?: InvokeOptions): Promise<GetPolicyObjectFeatureProfileParcelsResult>
function getPolicyObjectFeatureProfileParcelsOutput(args: GetPolicyObjectFeatureProfileParcelsOutputArgs, opts?: InvokeOptions): Output<GetPolicyObjectFeatureProfileParcelsResult>def get_policy_object_feature_profile_parcels(created_by: Optional[str] = None,
feature_profile_id: Optional[str] = None,
parcel_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPolicyObjectFeatureProfileParcelsResult
def get_policy_object_feature_profile_parcels_output(created_by: pulumi.Input[Optional[str]] = None,
feature_profile_id: pulumi.Input[Optional[str]] = None,
parcel_type: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPolicyObjectFeatureProfileParcelsResult]func GetPolicyObjectFeatureProfileParcels(ctx *Context, args *GetPolicyObjectFeatureProfileParcelsArgs, opts ...InvokeOption) (*GetPolicyObjectFeatureProfileParcelsResult, error)
func GetPolicyObjectFeatureProfileParcelsOutput(ctx *Context, args *GetPolicyObjectFeatureProfileParcelsOutputArgs, opts ...InvokeOption) GetPolicyObjectFeatureProfileParcelsResultOutput> Note: This function is named GetPolicyObjectFeatureProfileParcels in the Go SDK.
public static class GetPolicyObjectFeatureProfileParcels
{
public static Task<GetPolicyObjectFeatureProfileParcelsResult> InvokeAsync(GetPolicyObjectFeatureProfileParcelsArgs args, InvokeOptions? opts = null)
public static Output<GetPolicyObjectFeatureProfileParcelsResult> Invoke(GetPolicyObjectFeatureProfileParcelsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPolicyObjectFeatureProfileParcelsResult> getPolicyObjectFeatureProfileParcels(GetPolicyObjectFeatureProfileParcelsArgs args, InvokeOptions options)
public static Output<GetPolicyObjectFeatureProfileParcelsResult> getPolicyObjectFeatureProfileParcels(GetPolicyObjectFeatureProfileParcelsArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getPolicyObjectFeatureProfileParcels:getPolicyObjectFeatureProfileParcels
arguments:
# arguments dictionarydata "sdwan_getpolicyobjectfeatureprofileparcels" "name" {
# arguments
}The following arguments are supported:
- Feature
Profile stringId - Policy Object Feature Profile ID
- Created
By string - Filter by creator (e.g. 'system' for system-created parcels)
- Parcel
Type string - Filter by parcel type (e.g. 'app-list', 'data-prefix')
- Feature
Profile stringId - Policy Object Feature Profile ID
- Created
By string - Filter by creator (e.g. 'system' for system-created parcels)
- Parcel
Type string - Filter by parcel type (e.g. 'app-list', 'data-prefix')
- feature_
profile_ stringid - Policy Object Feature Profile ID
- created_
by string - Filter by creator (e.g. 'system' for system-created parcels)
- parcel_
type string - Filter by parcel type (e.g. 'app-list', 'data-prefix')
- feature
Profile StringId - Policy Object Feature Profile ID
- created
By String - Filter by creator (e.g. 'system' for system-created parcels)
- parcel
Type String - Filter by parcel type (e.g. 'app-list', 'data-prefix')
- feature
Profile stringId - Policy Object Feature Profile ID
- created
By string - Filter by creator (e.g. 'system' for system-created parcels)
- parcel
Type string - Filter by parcel type (e.g. 'app-list', 'data-prefix')
- feature_
profile_ strid - Policy Object Feature Profile ID
- created_
by str - Filter by creator (e.g. 'system' for system-created parcels)
- parcel_
type str - Filter by parcel type (e.g. 'app-list', 'data-prefix')
- feature
Profile StringId - Policy Object Feature Profile ID
- created
By String - Filter by creator (e.g. 'system' for system-created parcels)
- parcel
Type String - Filter by parcel type (e.g. 'app-list', 'data-prefix')
getPolicyObjectFeatureProfileParcels Result
The following output properties are available:
- Feature
Profile stringId - Policy Object Feature Profile ID
- Id string
- The id of the object
- Parcels
List<Get
Policy Object Feature Profile Parcels Parcel> - List of parcels associated with this profile
- Created
By string - Filter by creator (e.g. 'system' for system-created parcels)
- Parcel
Type string - Filter by parcel type (e.g. 'app-list', 'data-prefix')
- Feature
Profile stringId - Policy Object Feature Profile ID
- Id string
- The id of the object
- Parcels
[]Get
Policy Object Feature Profile Parcels Parcel - List of parcels associated with this profile
- Created
By string - Filter by creator (e.g. 'system' for system-created parcels)
- Parcel
Type string - Filter by parcel type (e.g. 'app-list', 'data-prefix')
- feature_
profile_ stringid - Policy Object Feature Profile ID
- id string
- The id of the object
- parcels list(object)
- List of parcels associated with this profile
- created_
by string - Filter by creator (e.g. 'system' for system-created parcels)
- parcel_
type string - Filter by parcel type (e.g. 'app-list', 'data-prefix')
- feature
Profile StringId - Policy Object Feature Profile ID
- id String
- The id of the object
- parcels
List<Get
Policy Object Feature Profile Parcels Parcel> - List of parcels associated with this profile
- created
By String - Filter by creator (e.g. 'system' for system-created parcels)
- parcel
Type String - Filter by parcel type (e.g. 'app-list', 'data-prefix')
- feature
Profile stringId - Policy Object Feature Profile ID
- id string
- The id of the object
- parcels
Get
Policy Object Feature Profile Parcels Parcel[] - List of parcels associated with this profile
- created
By string - Filter by creator (e.g. 'system' for system-created parcels)
- parcel
Type string - Filter by parcel type (e.g. 'app-list', 'data-prefix')
- feature_
profile_ strid - Policy Object Feature Profile ID
- id str
- The id of the object
- parcels
Sequence[Get
Policy Object Feature Profile Parcels Parcel] - List of parcels associated with this profile
- created_
by str - Filter by creator (e.g. 'system' for system-created parcels)
- parcel_
type str - Filter by parcel type (e.g. 'app-list', 'data-prefix')
- feature
Profile StringId - Policy Object Feature Profile ID
- id String
- The id of the object
- parcels List<Property Map>
- List of parcels associated with this profile
- created
By String - Filter by creator (e.g. 'system' for system-created parcels)
- parcel
Type String - Filter by parcel type (e.g. 'app-list', 'data-prefix')
Supporting Types
GetPolicyObjectFeatureProfileParcelsParcel
- Created
By string - User who created the parcel (system for system-created parcels)
- Last
Updated stringBy - User who last updated the parcel
- Parcel
Description string - Description of the parcel
- Parcel
Id string - Parcel identifier
- Parcel
Name string - Name of the parcel
- Parcel
Type string - Parcel type (e.g. app-list, data-prefix, etc.)
- Reference
Count int - Number of references to this parcel
- Created
By string - User who created the parcel (system for system-created parcels)
- Last
Updated stringBy - User who last updated the parcel
- Parcel
Description string - Description of the parcel
- Parcel
Id string - Parcel identifier
- Parcel
Name string - Name of the parcel
- Parcel
Type string - Parcel type (e.g. app-list, data-prefix, etc.)
- Reference
Count int - Number of references to this parcel
- created_
by string - User who created the parcel (system for system-created parcels)
- last_
updated_ stringby - User who last updated the parcel
- parcel_
description string - Description of the parcel
- parcel_
id string - Parcel identifier
- parcel_
name string - Name of the parcel
- parcel_
type string - Parcel type (e.g. app-list, data-prefix, etc.)
- reference_
count number - Number of references to this parcel
- created
By String - User who created the parcel (system for system-created parcels)
- last
Updated StringBy - User who last updated the parcel
- parcel
Description String - Description of the parcel
- parcel
Id String - Parcel identifier
- parcel
Name String - Name of the parcel
- parcel
Type String - Parcel type (e.g. app-list, data-prefix, etc.)
- reference
Count Integer - Number of references to this parcel
- created
By string - User who created the parcel (system for system-created parcels)
- last
Updated stringBy - User who last updated the parcel
- parcel
Description string - Description of the parcel
- parcel
Id string - Parcel identifier
- parcel
Name string - Name of the parcel
- parcel
Type string - Parcel type (e.g. app-list, data-prefix, etc.)
- reference
Count number - Number of references to this parcel
- created_
by str - User who created the parcel (system for system-created parcels)
- last_
updated_ strby - User who last updated the parcel
- parcel_
description str - Description of the parcel
- parcel_
id str - Parcel identifier
- parcel_
name str - Name of the parcel
- parcel_
type str - Parcel type (e.g. app-list, data-prefix, etc.)
- reference_
count int - Number of references to this parcel
- created
By String - User who created the parcel (system for system-created parcels)
- last
Updated StringBy - User who last updated the parcel
- parcel
Description String - Description of the parcel
- parcel
Id String - Parcel identifier
- parcel
Name String - Name of the parcel
- parcel
Type String - Parcel type (e.g. app-list, data-prefix, etc.)
- reference
Count Number - Number of references to this parcel
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwanTerraform Provider.
Viewing docs for Cisco Catalyst SD-WAN v0.8.2
published on Tuesday, May 19, 2026 by Pulumi
published on Tuesday, May 19, 2026 by Pulumi
