vra 0.12.0 published on Monday, Apr 14, 2025 by vmware
vra.getRegionEnumerationVsphere
Explore with Pulumi AI
Example Usage
Using getRegionEnumerationVsphere
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 getRegionEnumerationVsphere(args: GetRegionEnumerationVsphereArgs, opts?: InvokeOptions): Promise<GetRegionEnumerationVsphereResult>
function getRegionEnumerationVsphereOutput(args: GetRegionEnumerationVsphereOutputArgs, opts?: InvokeOptions): Output<GetRegionEnumerationVsphereResult>
def get_region_enumeration_vsphere(accept_self_signed_cert: Optional[bool] = None,
dc_id: Optional[str] = None,
hostname: Optional[str] = None,
id: Optional[str] = None,
password: Optional[str] = None,
username: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRegionEnumerationVsphereResult
def get_region_enumeration_vsphere_output(accept_self_signed_cert: Optional[pulumi.Input[bool]] = None,
dc_id: Optional[pulumi.Input[str]] = None,
hostname: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
password: Optional[pulumi.Input[str]] = None,
username: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRegionEnumerationVsphereResult]
func GetRegionEnumerationVsphere(ctx *Context, args *GetRegionEnumerationVsphereArgs, opts ...InvokeOption) (*GetRegionEnumerationVsphereResult, error)
func GetRegionEnumerationVsphereOutput(ctx *Context, args *GetRegionEnumerationVsphereOutputArgs, opts ...InvokeOption) GetRegionEnumerationVsphereResultOutput
> Note: This function is named GetRegionEnumerationVsphere
in the Go SDK.
public static class GetRegionEnumerationVsphere
{
public static Task<GetRegionEnumerationVsphereResult> InvokeAsync(GetRegionEnumerationVsphereArgs args, InvokeOptions? opts = null)
public static Output<GetRegionEnumerationVsphereResult> Invoke(GetRegionEnumerationVsphereInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRegionEnumerationVsphereResult> getRegionEnumerationVsphere(GetRegionEnumerationVsphereArgs args, InvokeOptions options)
public static Output<GetRegionEnumerationVsphereResult> getRegionEnumerationVsphere(GetRegionEnumerationVsphereArgs args, InvokeOptions options)
fn::invoke:
function: vra:index/getRegionEnumerationVsphere:getRegionEnumerationVsphere
arguments:
# arguments dictionary
The following arguments are supported:
- Hostname string
- Host name for the cloud account endpoint. Example: dc1-lnd.mycompany.com
- Password string
- Password for the user used to authenticate with the cloud Account
- Username string
- Username to authenticate with the cloud account
- Accept
Self boolSigned Cert - Accept self signed certificate when connecting to vSphere. Example:
false
- Dc
Id string - ID of a data collector vm deployed in the on premise infrastructure. Example:
d5316b00-f3b8-4895-9e9a-c4b98649c2ca
- Id string
- Hostname string
- Host name for the cloud account endpoint. Example: dc1-lnd.mycompany.com
- Password string
- Password for the user used to authenticate with the cloud Account
- Username string
- Username to authenticate with the cloud account
- Accept
Self boolSigned Cert - Accept self signed certificate when connecting to vSphere. Example:
false
- Dc
Id string - ID of a data collector vm deployed in the on premise infrastructure. Example:
d5316b00-f3b8-4895-9e9a-c4b98649c2ca
- Id string
- hostname String
- Host name for the cloud account endpoint. Example: dc1-lnd.mycompany.com
- password String
- Password for the user used to authenticate with the cloud Account
- username String
- Username to authenticate with the cloud account
- accept
Self BooleanSigned Cert - Accept self signed certificate when connecting to vSphere. Example:
false
- dc
Id String - ID of a data collector vm deployed in the on premise infrastructure. Example:
d5316b00-f3b8-4895-9e9a-c4b98649c2ca
- id String
- hostname string
- Host name for the cloud account endpoint. Example: dc1-lnd.mycompany.com
- password string
- Password for the user used to authenticate with the cloud Account
- username string
- Username to authenticate with the cloud account
- accept
Self booleanSigned Cert - Accept self signed certificate when connecting to vSphere. Example:
false
- dc
Id string - ID of a data collector vm deployed in the on premise infrastructure. Example:
d5316b00-f3b8-4895-9e9a-c4b98649c2ca
- id string
- hostname str
- Host name for the cloud account endpoint. Example: dc1-lnd.mycompany.com
- password str
- Password for the user used to authenticate with the cloud Account
- username str
- Username to authenticate with the cloud account
- accept_
self_ boolsigned_ cert - Accept self signed certificate when connecting to vSphere. Example:
false
- dc_
id str - ID of a data collector vm deployed in the on premise infrastructure. Example:
d5316b00-f3b8-4895-9e9a-c4b98649c2ca
- id str
- hostname String
- Host name for the cloud account endpoint. Example: dc1-lnd.mycompany.com
- password String
- Password for the user used to authenticate with the cloud Account
- username String
- Username to authenticate with the cloud account
- accept
Self BooleanSigned Cert - Accept self signed certificate when connecting to vSphere. Example:
false
- dc
Id String - ID of a data collector vm deployed in the on premise infrastructure. Example:
d5316b00-f3b8-4895-9e9a-c4b98649c2ca
- id String
getRegionEnumerationVsphere Result
The following output properties are available:
Package Details
- Repository
- vra vmware/terraform-provider-vra
- License
- Notes
- This Pulumi package is based on the
vra
Terraform Provider.