Vcenter Controller
A vcenter resource belonging to a site resource. Uses Azure REST API version 2023-06-06. Other available API versions: 2023-10-01-preview, 2024-05-01-preview.
Example Usage
VcenterController_Create_MaximumSet_Gen
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var vcenterController = new AzureNative.OffAzure.VcenterController("vcenterController", new()
{
Fqdn = "mzrejobgzhpxhynsfpumuhk",
FriendlyName = "qqsnhutpvockzhwuesuohnfirvxmw",
Port = "ahagklwzutlumcdhawkrfzmpfypcz",
ProvisioningState = AzureNative.OffAzure.ProvisioningState.Created,
ResourceGroupName = "rgmigrate",
RunAsAccountId = "orrfsvlcuoagqlkkqsd",
SiteName = "Snu-38v6",
VcenterName = "e72lZRSD",
});
});
Content copied to clipboard
package main
import (
offazure "github.com/pulumi/pulumi-azure-native-sdk/offazure/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := offazure.NewVcenterController(ctx, "vcenterController", &offazure.VcenterControllerArgs{
Fqdn: pulumi.String("mzrejobgzhpxhynsfpumuhk"),
FriendlyName: pulumi.String("qqsnhutpvockzhwuesuohnfirvxmw"),
Port: pulumi.String("ahagklwzutlumcdhawkrfzmpfypcz"),
ProvisioningState: pulumi.String(offazure.ProvisioningStateCreated),
ResourceGroupName: pulumi.String("rgmigrate"),
RunAsAccountId: pulumi.String("orrfsvlcuoagqlkkqsd"),
SiteName: pulumi.String("Snu-38v6"),
VcenterName: pulumi.String("e72lZRSD"),
})
if err != nil {
return err
}
return nil
})
}
Content copied to clipboard
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.offazure.VcenterController;
import com.pulumi.azurenative.offazure.VcenterControllerArgs;
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) {
var vcenterController = new VcenterController("vcenterController", VcenterControllerArgs.builder()
.fqdn("mzrejobgzhpxhynsfpumuhk")
.friendlyName("qqsnhutpvockzhwuesuohnfirvxmw")
.port("ahagklwzutlumcdhawkrfzmpfypcz")
.provisioningState("Created")
.resourceGroupName("rgmigrate")
.runAsAccountId("orrfsvlcuoagqlkkqsd")
.siteName("Snu-38v6")
.vcenterName("e72lZRSD")
.build());
}
}
Content copied to clipboard
VcenterController_Create_MinimumSet_Gen
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var vcenterController = new AzureNative.OffAzure.VcenterController("vcenterController", new()
{
ResourceGroupName = "rgmigrate",
SiteName = "6-qSc554IYc4U08",
VcenterName = "R5I8Xj8--zsS6JYI-0FNhe",
});
});
Content copied to clipboard
package main
import (
offazure "github.com/pulumi/pulumi-azure-native-sdk/offazure/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := offazure.NewVcenterController(ctx, "vcenterController", &offazure.VcenterControllerArgs{
ResourceGroupName: pulumi.String("rgmigrate"),
SiteName: pulumi.String("6-qSc554IYc4U08"),
VcenterName: pulumi.String("R5I8Xj8--zsS6JYI-0FNhe"),
})
if err != nil {
return err
}
return nil
})
}
Content copied to clipboard
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.offazure.VcenterController;
import com.pulumi.azurenative.offazure.VcenterControllerArgs;
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) {
var vcenterController = new VcenterController("vcenterController", VcenterControllerArgs.builder()
.resourceGroupName("rgmigrate")
.siteName("6-qSc554IYc4U08")
.vcenterName("R5I8Xj8--zsS6JYI-0FNhe")
.build());
}
}
Content copied to clipboard
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:offazure:VcenterController vznkdfjpbb /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/vmwareSites/{siteName}/vcenters/{vcenterName}
Content copied to clipboard
Properties
Link copied to clipboard
Gets the timestamp marking vCenter creation.
Link copied to clipboard
Gets the errors.
Link copied to clipboard
Gets or sets the friendly name of the vCenter.
Link copied to clipboard
Gets the instance UUID of the vCenter.
Link copied to clipboard
Gets the performance statistics enabled on the vCenter.
Link copied to clipboard
The status of the last operation.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Gets or sets the run as account ID of the vCenter.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Gets the timestamp marking last updated on the vCenter.