f5 BIG-IP v3.19.1 published on Monday, Oct 13, 2025 by Pulumi
f5bigip.getAs3DeviceInformation
Start a Neo task
Explain and create a f5bigip.getAs3DeviceInformation resource
Using getAs3DeviceInformation
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 getAs3DeviceInformation(args: GetAs3DeviceInformationArgs, opts?: InvokeOptions): Promise<GetAs3DeviceInformationResult>
function getAs3DeviceInformationOutput(args: GetAs3DeviceInformationOutputArgs, opts?: InvokeOptions): Output<GetAs3DeviceInformationResult>def get_as3_device_information(applications: Optional[Sequence[str]] = None,
tenant: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAs3DeviceInformationResult
def get_as3_device_information_output(applications: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
tenant: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAs3DeviceInformationResult]func GetAs3DeviceInformation(ctx *Context, args *GetAs3DeviceInformationArgs, opts ...InvokeOption) (*GetAs3DeviceInformationResult, error)
func GetAs3DeviceInformationOutput(ctx *Context, args *GetAs3DeviceInformationOutputArgs, opts ...InvokeOption) GetAs3DeviceInformationResultOutput> Note: This function is named GetAs3DeviceInformation in the Go SDK.
public static class GetAs3DeviceInformation
{
public static Task<GetAs3DeviceInformationResult> InvokeAsync(GetAs3DeviceInformationArgs args, InvokeOptions? opts = null)
public static Output<GetAs3DeviceInformationResult> Invoke(GetAs3DeviceInformationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAs3DeviceInformationResult> getAs3DeviceInformation(GetAs3DeviceInformationArgs args, InvokeOptions options)
public static Output<GetAs3DeviceInformationResult> getAs3DeviceInformation(GetAs3DeviceInformationArgs args, InvokeOptions options)
fn::invoke:
function: f5bigip:index/getAs3DeviceInformation:getAs3DeviceInformation
arguments:
# arguments dictionaryThe following arguments are supported:
- Tenant string
- Applications List<string>
- Tenant string
- Applications []string
- tenant String
- applications List<String>
- tenant string
- applications string[]
- tenant str
- applications Sequence[str]
- tenant String
- applications List<String>
getAs3DeviceInformation Result
The following output properties are available:
- As3Json string
- Id string
- The provider-assigned unique ID for this managed resource.
- Tenant string
- Applications List<string>
- As3Json string
- Id string
- The provider-assigned unique ID for this managed resource.
- Tenant string
- Applications []string
- as3Json String
- id String
- The provider-assigned unique ID for this managed resource.
- tenant String
- applications List<String>
- as3Json string
- id string
- The provider-assigned unique ID for this managed resource.
- tenant string
- applications string[]
- as3_
json str - id str
- The provider-assigned unique ID for this managed resource.
- tenant str
- applications Sequence[str]
- as3Json String
- id String
- The provider-assigned unique ID for this managed resource.
- tenant String
- applications List<String>
Package Details
- Repository
- f5 BIG-IP pulumi/pulumi-f5bigip
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
bigipTerraform Provider.
