Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks
published on Tuesday, Apr 28, 2026 by paloaltonetworks
Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks
published on Tuesday, Apr 28, 2026 by paloaltonetworks
Using getVsys
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 getVsys(args: GetVsysArgs, opts?: InvokeOptions): Promise<GetVsysResult>
function getVsysOutput(args: GetVsysOutputArgs, opts?: InvokeOptions): Output<GetVsysResult>def get_vsys(location: Optional[GetVsysLocation] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVsysResult
def get_vsys_output(location: Optional[pulumi.Input[GetVsysLocationArgs]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVsysResult]func LookupVsys(ctx *Context, args *LookupVsysArgs, opts ...InvokeOption) (*LookupVsysResult, error)
func LookupVsysOutput(ctx *Context, args *LookupVsysOutputArgs, opts ...InvokeOption) LookupVsysResultOutput> Note: This function is named LookupVsys in the Go SDK.
public static class GetVsys
{
public static Task<GetVsysResult> InvokeAsync(GetVsysArgs args, InvokeOptions? opts = null)
public static Output<GetVsysResult> Invoke(GetVsysInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVsysResult> getVsys(GetVsysArgs args, InvokeOptions options)
public static Output<GetVsysResult> getVsys(GetVsysArgs args, InvokeOptions options)
fn::invoke:
function: panos:index/getVsys:getVsys
arguments:
# arguments dictionaryThe following arguments are supported:
- Location
Get
Vsys Location - The location of this object.
- Name string
- Location
Get
Vsys Location - The location of this object.
- Name string
- location
Get
Vsys Location - The location of this object.
- name String
- location
Get
Vsys Location - The location of this object.
- name string
- location
Get
Vsys Location - The location of this object.
- name str
- location Property Map
- The location of this object.
- name String
getVsys Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Location
Get
Vsys Location - The location of this object.
- Name string
- Id string
- The provider-assigned unique ID for this managed resource.
- Location
Get
Vsys Location - The location of this object.
- Name string
- id String
- The provider-assigned unique ID for this managed resource.
- location
Get
Vsys Location - The location of this object.
- name String
- id string
- The provider-assigned unique ID for this managed resource.
- location
Get
Vsys Location - The location of this object.
- name string
- id str
- The provider-assigned unique ID for this managed resource.
- location
Get
Vsys Location - The location of this object.
- name str
- id String
- The provider-assigned unique ID for this managed resource.
- location Property Map
- The location of this object.
- name String
Supporting Types
GetVsysLocation
- Template
Get
Vsys Location Template - Located in a specific template
- Template
Stack GetVsys Location Template Stack - Located in a specific template stack
- Template
Get
Vsys Location Template - Located in a specific template
- Template
Stack GetVsys Location Template Stack - Located in a specific template stack
- template
Get
Vsys Location Template - Located in a specific template
- template
Stack GetVsys Location Template Stack - Located in a specific template stack
- template
Get
Vsys Location Template - Located in a specific template
- template
Stack GetVsys Location Template Stack - Located in a specific template stack
- template
Get
Vsys Location Template - Located in a specific template
- template_
stack GetVsys Location Template Stack - Located in a specific template stack
- template Property Map
- Located in a specific template
- template
Stack Property Map - Located in a specific template stack
GetVsysLocationTemplate
- Name string
- Specific Panorama template
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- Name string
- Specific Panorama template
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- name String
- Specific Panorama template
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
- name string
- Specific Panorama template
- ngfw
Device string - The NGFW device
- panorama
Device string - Specific Panorama device
- name str
- Specific Panorama template
- ngfw_
device str - The NGFW device
- panorama_
device str - Specific Panorama device
- name String
- Specific Panorama template
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
GetVsysLocationTemplateStack
- Name string
- Specific Panorama template stack
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- Name string
- Specific Panorama template stack
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- name String
- Specific Panorama template stack
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
- name string
- Specific Panorama template stack
- ngfw
Device string - The NGFW device
- panorama
Device string - Specific Panorama device
- name str
- Specific Panorama template stack
- ngfw_
device str - The NGFW device
- panorama_
device str - Specific Panorama device
- name String
- Specific Panorama template stack
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
Package Details
- Repository
- panos paloaltonetworks/terraform-provider-panos
- License
- Notes
- This Pulumi package is based on the
panosTerraform Provider.
Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks
published on Tuesday, Apr 28, 2026 by paloaltonetworks
