
com.pulumi.azurenative.offazure.VcenterControllerArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.offazure;
import com.pulumi.azurenative.offazure.enums.ProvisioningState;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class VcenterControllerArgs extends com.pulumi.resources.ResourceArgs {
public static final VcenterControllerArgs Empty = new VcenterControllerArgs();
/**
* Gets or sets the FQDN/IPAddress of the vCenter.
*
*/
@Import(name="fqdn")
private @Nullable Output fqdn;
/**
* @return Gets or sets the FQDN/IPAddress of the vCenter.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy