com.pulumi.googlenative.gkeonprem.v1.inputs.BareMetalVipConfigArgs 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.googlenative.gkeonprem.v1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Specifies the VIP config for the bare metal load balancer.
*
*/
public final class BareMetalVipConfigArgs extends com.pulumi.resources.ResourceArgs {
public static final BareMetalVipConfigArgs Empty = new BareMetalVipConfigArgs();
/**
* The VIP which you previously set aside for the Kubernetes API of this bare metal user cluster.
*
*/
@Import(name="controlPlaneVip")
private @Nullable Output controlPlaneVip;
/**
* @return The VIP which you previously set aside for the Kubernetes API of this bare metal user cluster.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy