Viewing docs for vcd 3.14.1
published on Monday, Apr 14, 2025 by vmware
published on Monday, Apr 14, 2025 by vmware
Viewing docs for vcd 3.14.1
published on Monday, Apr 14, 2025 by vmware
published on Monday, Apr 14, 2025 by vmware
Provides a VMware Cloud Director NSX-V Distributed Firewall data source used to read an existing application group.
Supported in provider v3.9+
Using getNsxvApplicationGroup
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 getNsxvApplicationGroup(args: GetNsxvApplicationGroupArgs, opts?: InvokeOptions): Promise<GetNsxvApplicationGroupResult>
function getNsxvApplicationGroupOutput(args: GetNsxvApplicationGroupOutputArgs, opts?: InvokeOptions): Output<GetNsxvApplicationGroupResult>def get_nsxv_application_group(name: Optional[str] = None,
vdc_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNsxvApplicationGroupResult
def get_nsxv_application_group_output(name: Optional[pulumi.Input[str]] = None,
vdc_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNsxvApplicationGroupResult]func GetNsxvApplicationGroup(ctx *Context, args *GetNsxvApplicationGroupArgs, opts ...InvokeOption) (*GetNsxvApplicationGroupResult, error)
func GetNsxvApplicationGroupOutput(ctx *Context, args *GetNsxvApplicationGroupOutputArgs, opts ...InvokeOption) GetNsxvApplicationGroupResultOutput> Note: This function is named GetNsxvApplicationGroup in the Go SDK.
public static class GetNsxvApplicationGroup
{
public static Task<GetNsxvApplicationGroupResult> InvokeAsync(GetNsxvApplicationGroupArgs args, InvokeOptions? opts = null)
public static Output<GetNsxvApplicationGroupResult> Invoke(GetNsxvApplicationGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNsxvApplicationGroupResult> getNsxvApplicationGroup(GetNsxvApplicationGroupArgs args, InvokeOptions options)
public static Output<GetNsxvApplicationGroupResult> getNsxvApplicationGroup(GetNsxvApplicationGroupArgs args, InvokeOptions options)
fn::invoke:
function: vcd:index/getNsxvApplicationGroup:getNsxvApplicationGroup
arguments:
# arguments dictionaryThe following arguments are supported:
getNsxvApplicationGroup Result
The following output properties are available:
- Applications
List<Get
Nsxv Application Group Application> - The list of the applications belonging to this group. For each one we get the following:
- Id string
- The identifier of the application groups
- Name string
- The name of the application
- Vdc
Id string
- Applications
[]Get
Nsxv Application Group Application - The list of the applications belonging to this group. For each one we get the following:
- Id string
- The identifier of the application groups
- Name string
- The name of the application
- Vdc
Id string
- applications
List<Get
Nsxv Application Group Application> - The list of the applications belonging to this group. For each one we get the following:
- id String
- The identifier of the application groups
- name String
- The name of the application
- vdc
Id String
- applications
Get
Nsxv Application Group Application[] - The list of the applications belonging to this group. For each one we get the following:
- id string
- The identifier of the application groups
- name string
- The name of the application
- vdc
Id string
- applications
Sequence[Get
Nsxv Application Group Application] - The list of the applications belonging to this group. For each one we get the following:
- id str
- The identifier of the application groups
- name str
- The name of the application
- vdc_
id str
- applications List<Property Map>
- The list of the applications belonging to this group. For each one we get the following:
- id String
- The identifier of the application groups
- name String
- The name of the application
- vdc
Id String
Supporting Types
GetNsxvApplicationGroupApplication
Package Details
- Repository
- vcd vmware/terraform-provider-vcd
- License
- Notes
- This Pulumi package is based on the
vcdTerraform Provider.
Viewing docs for vcd 3.14.1
published on Monday, Apr 14, 2025 by vmware
published on Monday, Apr 14, 2025 by vmware
