panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks
panos.getTemplate
Explore with Pulumi AI
panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks
Using getTemplate
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 getTemplate(args: GetTemplateArgs, opts?: InvokeOptions): Promise<GetTemplateResult>
function getTemplateOutput(args: GetTemplateOutputArgs, opts?: InvokeOptions): Output<GetTemplateResult>
def get_template(description: Optional[str] = None,
location: Optional[GetTemplateLocation] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTemplateResult
def get_template_output(description: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[GetTemplateLocationArgs]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTemplateResult]
func LookupTemplate(ctx *Context, args *LookupTemplateArgs, opts ...InvokeOption) (*LookupTemplateResult, error)
func LookupTemplateOutput(ctx *Context, args *LookupTemplateOutputArgs, opts ...InvokeOption) LookupTemplateResultOutput
> Note: This function is named LookupTemplate
in the Go SDK.
public static class GetTemplate
{
public static Task<GetTemplateResult> InvokeAsync(GetTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetTemplateResult> Invoke(GetTemplateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTemplateResult> getTemplate(GetTemplateArgs args, InvokeOptions options)
public static Output<GetTemplateResult> getTemplate(GetTemplateArgs args, InvokeOptions options)
fn::invoke:
function: panos:index/getTemplate:getTemplate
arguments:
# arguments dictionary
The following arguments are supported:
- Location
Get
Template Location - The location of this object.
- Name string
- The name of the service.
- Description string
- The description.
- Location
Get
Template Location - The location of this object.
- Name string
- The name of the service.
- Description string
- The description.
- location
Get
Template Location - The location of this object.
- name String
- The name of the service.
- description String
- The description.
- location
Get
Template Location - The location of this object.
- name string
- The name of the service.
- description string
- The description.
- location
Get
Template Location - The location of this object.
- name str
- The name of the service.
- description str
- The description.
- location Property Map
- The location of this object.
- name String
- The name of the service.
- description String
- The description.
getTemplate Result
The following output properties are available:
- Description string
- The description.
- Id string
- The provider-assigned unique ID for this managed resource.
- Location
Get
Template Location - The location of this object.
- Name string
- The name of the service.
- Description string
- The description.
- Id string
- The provider-assigned unique ID for this managed resource.
- Location
Get
Template Location - The location of this object.
- Name string
- The name of the service.
- description String
- The description.
- id String
- The provider-assigned unique ID for this managed resource.
- location
Get
Template Location - The location of this object.
- name String
- The name of the service.
- description string
- The description.
- id string
- The provider-assigned unique ID for this managed resource.
- location
Get
Template Location - The location of this object.
- name string
- The name of the service.
- description str
- The description.
- id str
- The provider-assigned unique ID for this managed resource.
- location
Get
Template Location - The location of this object.
- name str
- The name of the service.
- description String
- The description.
- id String
- The provider-assigned unique ID for this managed resource.
- location Property Map
- The location of this object.
- name String
- The name of the service.
Supporting Types
GetTemplateLocation
- Panorama
Get
Template Location Panorama - Located in a specific Panorama.
- Panorama
Get
Template Location Panorama - Located in a specific Panorama.
- panorama
Get
Template Location Panorama - Located in a specific Panorama.
- panorama
Get
Template Location Panorama - Located in a specific Panorama.
- panorama
Get
Template Location Panorama - Located in a specific Panorama.
- panorama Property Map
- Located in a specific Panorama.
GetTemplateLocationPanorama
- Panorama
Device string - The Panorama device.
- Panorama
Device string - The Panorama device.
- panorama
Device String - The Panorama device.
- panorama
Device string - The Panorama device.
- panorama_
device str - The Panorama device.
- panorama
Device String - The Panorama device.
Package Details
- Repository
- panos paloaltonetworks/terraform-provider-panos
- License
- Notes
- This Pulumi package is based on the
panos
Terraform Provider.
panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks