vmc 1.15.3 published on Monday, Apr 14, 2025 by vmware
vmc.getSddc
Explore with Pulumi AI
The sddc data source provides information about an SDDC.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as vmc from "@pulumi/vmc";
const mySddc = vmc.getSddc({
sddcId: _var.sddc_id,
});
import pulumi
import pulumi_vmc as vmc
my_sddc = vmc.get_sddc(sddc_id=var["sddc_id"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/vmc/vmc"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := vmc.LookupSddc(ctx, &vmc.LookupSddcArgs{
SddcId: _var.Sddc_id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Vmc = Pulumi.Vmc;
return await Deployment.RunAsync(() =>
{
var mySddc = Vmc.GetSddc.Invoke(new()
{
SddcId = @var.Sddc_id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.vmc.VmcFunctions;
import com.pulumi.vmc.inputs.GetSddcArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var mySddc = VmcFunctions.getSddc(GetSddcArgs.builder()
.sddcId(var_.sddc_id())
.build());
}
}
variables:
mySddc:
fn::invoke:
function: vmc:getSddc
arguments:
sddcId: ${var.sddc_id}
Using getSddc
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 getSddc(args: GetSddcArgs, opts?: InvokeOptions): Promise<GetSddcResult>
function getSddcOutput(args: GetSddcOutputArgs, opts?: InvokeOptions): Output<GetSddcResult>
def get_sddc(id: Optional[str] = None,
sddc_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSddcResult
def get_sddc_output(id: Optional[pulumi.Input[str]] = None,
sddc_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSddcResult]
func LookupSddc(ctx *Context, args *LookupSddcArgs, opts ...InvokeOption) (*LookupSddcResult, error)
func LookupSddcOutput(ctx *Context, args *LookupSddcOutputArgs, opts ...InvokeOption) LookupSddcResultOutput
> Note: This function is named LookupSddc
in the Go SDK.
public static class GetSddc
{
public static Task<GetSddcResult> InvokeAsync(GetSddcArgs args, InvokeOptions? opts = null)
public static Output<GetSddcResult> Invoke(GetSddcInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSddcResult> getSddc(GetSddcArgs args, InvokeOptions options)
public static Output<GetSddcResult> getSddc(GetSddcArgs args, InvokeOptions options)
fn::invoke:
function: vmc:index/getSddc:getSddc
arguments:
# arguments dictionary
The following arguments are supported:
getSddc Result
The following output properties are available:
- Account
Link stringState - Availability
Zones List<string> - Availability Zones.
- Cloud
Username string - Cloud username.
- Created string
- Deployment
Type string - Denotes if request is for a SingleAZ or a MultiAZ SDDC. Default is SingleAZ.
- Id string
- SDDC identifier.
- Nsxt
Cloudadmin string - the NSXT userID admin for direct NSXT access
- Nsxt
Cloudadmin stringPassword - the NSXT userID admin password for direct NSXT access
- Nsxt
Cloudaudit string - the NSXT userID audit for direct NSXT access
- Nsxt
Cloudaudit stringPassword - the NSXT userID audit password for direct NSXT access
- Nsxt
Private stringIp - Nsxt
Private stringUrl - for example "https://nsxManager.sddc-54-213-170-7.vmwarevmc.com/login.jsp"
- Nsxt
Reverse stringProxy Url - NSXT reverse proxy url for managing public IP.
- Nsxt
Ui bool - Num
Host double - The number of hosts.
- Org
Id string - Provider
Type string - Possible values are "ZEROCLOUD" and "AWS".
- Region string
- The AWS specific (e.g. us-west-2) or VMC specific region (e.g. US_WEST_2) of the cloud resources to work in.
- Sddc
Access stringState - Sddc
Id string - Sddc
Name string - Name of the SDDC.
- Sddc
State string - Denotes the sddc state.
- Sddc
Type string - Denotes the sddc type.
- Skip
Creating boolVxlan - Boolean value to skip creating vxlan for compute gateway for SDDC provisioning.
- Sso
Domain string - The SSO domain name to use for vSphere users. If not specified, vmc.local will be used.
- Updated string
- Updated
By stringUser Id - Updated
By stringUser Name - User
Id string - User
Name string - Vc
Url string - VC URL.
- Version double
- Account
Link stringState - Availability
Zones []string - Availability Zones.
- Cloud
Username string - Cloud username.
- Created string
- Deployment
Type string - Denotes if request is for a SingleAZ or a MultiAZ SDDC. Default is SingleAZ.
- Id string
- SDDC identifier.
- Nsxt
Cloudadmin string - the NSXT userID admin for direct NSXT access
- Nsxt
Cloudadmin stringPassword - the NSXT userID admin password for direct NSXT access
- Nsxt
Cloudaudit string - the NSXT userID audit for direct NSXT access
- Nsxt
Cloudaudit stringPassword - the NSXT userID audit password for direct NSXT access
- Nsxt
Private stringIp - Nsxt
Private stringUrl - for example "https://nsxManager.sddc-54-213-170-7.vmwarevmc.com/login.jsp"
- Nsxt
Reverse stringProxy Url - NSXT reverse proxy url for managing public IP.
- Nsxt
Ui bool - Num
Host float64 - The number of hosts.
- Org
Id string - Provider
Type string - Possible values are "ZEROCLOUD" and "AWS".
- Region string
- The AWS specific (e.g. us-west-2) or VMC specific region (e.g. US_WEST_2) of the cloud resources to work in.
- Sddc
Access stringState - Sddc
Id string - Sddc
Name string - Name of the SDDC.
- Sddc
State string - Denotes the sddc state.
- Sddc
Type string - Denotes the sddc type.
- Skip
Creating boolVxlan - Boolean value to skip creating vxlan for compute gateway for SDDC provisioning.
- Sso
Domain string - The SSO domain name to use for vSphere users. If not specified, vmc.local will be used.
- Updated string
- Updated
By stringUser Id - Updated
By stringUser Name - User
Id string - User
Name string - Vc
Url string - VC URL.
- Version float64
- account
Link StringState - availability
Zones List<String> - Availability Zones.
- cloud
Username String - Cloud username.
- created String
- deployment
Type String - Denotes if request is for a SingleAZ or a MultiAZ SDDC. Default is SingleAZ.
- id String
- SDDC identifier.
- nsxt
Cloudadmin String - the NSXT userID admin for direct NSXT access
- nsxt
Cloudadmin StringPassword - the NSXT userID admin password for direct NSXT access
- nsxt
Cloudaudit String - the NSXT userID audit for direct NSXT access
- nsxt
Cloudaudit StringPassword - the NSXT userID audit password for direct NSXT access
- nsxt
Private StringIp - nsxt
Private StringUrl - for example "https://nsxManager.sddc-54-213-170-7.vmwarevmc.com/login.jsp"
- nsxt
Reverse StringProxy Url - NSXT reverse proxy url for managing public IP.
- nsxt
Ui Boolean - num
Host Double - The number of hosts.
- org
Id String - provider
Type String - Possible values are "ZEROCLOUD" and "AWS".
- region String
- The AWS specific (e.g. us-west-2) or VMC specific region (e.g. US_WEST_2) of the cloud resources to work in.
- sddc
Access StringState - sddc
Id String - sddc
Name String - Name of the SDDC.
- sddc
State String - Denotes the sddc state.
- sddc
Type String - Denotes the sddc type.
- skip
Creating BooleanVxlan - Boolean value to skip creating vxlan for compute gateway for SDDC provisioning.
- sso
Domain String - The SSO domain name to use for vSphere users. If not specified, vmc.local will be used.
- updated String
- updated
By StringUser Id - updated
By StringUser Name - user
Id String - user
Name String - vc
Url String - VC URL.
- version Double
- account
Link stringState - availability
Zones string[] - Availability Zones.
- cloud
Username string - Cloud username.
- created string
- deployment
Type string - Denotes if request is for a SingleAZ or a MultiAZ SDDC. Default is SingleAZ.
- id string
- SDDC identifier.
- nsxt
Cloudadmin string - the NSXT userID admin for direct NSXT access
- nsxt
Cloudadmin stringPassword - the NSXT userID admin password for direct NSXT access
- nsxt
Cloudaudit string - the NSXT userID audit for direct NSXT access
- nsxt
Cloudaudit stringPassword - the NSXT userID audit password for direct NSXT access
- nsxt
Private stringIp - nsxt
Private stringUrl - for example "https://nsxManager.sddc-54-213-170-7.vmwarevmc.com/login.jsp"
- nsxt
Reverse stringProxy Url - NSXT reverse proxy url for managing public IP.
- nsxt
Ui boolean - num
Host number - The number of hosts.
- org
Id string - provider
Type string - Possible values are "ZEROCLOUD" and "AWS".
- region string
- The AWS specific (e.g. us-west-2) or VMC specific region (e.g. US_WEST_2) of the cloud resources to work in.
- sddc
Access stringState - sddc
Id string - sddc
Name string - Name of the SDDC.
- sddc
State string - Denotes the sddc state.
- sddc
Type string - Denotes the sddc type.
- skip
Creating booleanVxlan - Boolean value to skip creating vxlan for compute gateway for SDDC provisioning.
- sso
Domain string - The SSO domain name to use for vSphere users. If not specified, vmc.local will be used.
- updated string
- updated
By stringUser Id - updated
By stringUser Name - user
Id string - user
Name string - vc
Url string - VC URL.
- version number
- account_
link_ strstate - availability_
zones Sequence[str] - Availability Zones.
- cloud_
username str - Cloud username.
- created str
- deployment_
type str - Denotes if request is for a SingleAZ or a MultiAZ SDDC. Default is SingleAZ.
- id str
- SDDC identifier.
- nsxt_
cloudadmin str - the NSXT userID admin for direct NSXT access
- nsxt_
cloudadmin_ strpassword - the NSXT userID admin password for direct NSXT access
- nsxt_
cloudaudit str - the NSXT userID audit for direct NSXT access
- nsxt_
cloudaudit_ strpassword - the NSXT userID audit password for direct NSXT access
- nsxt_
private_ strip - nsxt_
private_ strurl - for example "https://nsxManager.sddc-54-213-170-7.vmwarevmc.com/login.jsp"
- nsxt_
reverse_ strproxy_ url - NSXT reverse proxy url for managing public IP.
- nsxt_
ui bool - num_
host float - The number of hosts.
- org_
id str - provider_
type str - Possible values are "ZEROCLOUD" and "AWS".
- region str
- The AWS specific (e.g. us-west-2) or VMC specific region (e.g. US_WEST_2) of the cloud resources to work in.
- sddc_
access_ strstate - sddc_
id str - sddc_
name str - Name of the SDDC.
- sddc_
state str - Denotes the sddc state.
- sddc_
type str - Denotes the sddc type.
- skip_
creating_ boolvxlan - Boolean value to skip creating vxlan for compute gateway for SDDC provisioning.
- sso_
domain str - The SSO domain name to use for vSphere users. If not specified, vmc.local will be used.
- updated str
- updated_
by_ struser_ id - updated_
by_ struser_ name - user_
id str - user_
name str - vc_
url str - VC URL.
- version float
- account
Link StringState - availability
Zones List<String> - Availability Zones.
- cloud
Username String - Cloud username.
- created String
- deployment
Type String - Denotes if request is for a SingleAZ or a MultiAZ SDDC. Default is SingleAZ.
- id String
- SDDC identifier.
- nsxt
Cloudadmin String - the NSXT userID admin for direct NSXT access
- nsxt
Cloudadmin StringPassword - the NSXT userID admin password for direct NSXT access
- nsxt
Cloudaudit String - the NSXT userID audit for direct NSXT access
- nsxt
Cloudaudit StringPassword - the NSXT userID audit password for direct NSXT access
- nsxt
Private StringIp - nsxt
Private StringUrl - for example "https://nsxManager.sddc-54-213-170-7.vmwarevmc.com/login.jsp"
- nsxt
Reverse StringProxy Url - NSXT reverse proxy url for managing public IP.
- nsxt
Ui Boolean - num
Host Number - The number of hosts.
- org
Id String - provider
Type String - Possible values are "ZEROCLOUD" and "AWS".
- region String
- The AWS specific (e.g. us-west-2) or VMC specific region (e.g. US_WEST_2) of the cloud resources to work in.
- sddc
Access StringState - sddc
Id String - sddc
Name String - Name of the SDDC.
- sddc
State String - Denotes the sddc state.
- sddc
Type String - Denotes the sddc type.
- skip
Creating BooleanVxlan - Boolean value to skip creating vxlan for compute gateway for SDDC provisioning.
- sso
Domain String - The SSO domain name to use for vSphere users. If not specified, vmc.local will be used.
- updated String
- updated
By StringUser Id - updated
By StringUser Name - user
Id String - user
Name String - vc
Url String - VC URL.
- version Number
Package Details
- Repository
- vmc vmware/terraform-provider-vmc
- License
- Notes
- This Pulumi package is based on the
vmc
Terraform Provider.