com.pulumi.alicloud.edas.K8sSlbAttachmentArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alicloud Show documentation
Show all versions of alicloud Show documentation
A Pulumi package for creating and managing AliCloud resources.
// *** 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.alicloud.edas;
import com.pulumi.alicloud.edas.inputs.K8sSlbAttachmentSlbConfigArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class K8sSlbAttachmentArgs extends com.pulumi.resources.ResourceArgs {
public static final K8sSlbAttachmentArgs Empty = new K8sSlbAttachmentArgs();
/**
* The ID of the EDAS k8s application to which you want to bind SLB instances.
*
*/
@Import(name="appId", required=true)
private Output appId;
/**
* @return The ID of the EDAS k8s application to which you want to bind SLB instances.
*
*/
public Output appId() {
return this.appId;
}
/**
* The configurations of SLB attachment, which is supported for multiple configurations. See `slb_configs` below.
*
*/
@Import(name="slbConfigs")
private @Nullable Output> slbConfigs;
/**
* @return The configurations of SLB attachment, which is supported for multiple configurations. See `slb_configs` below.
*
*/
public Optional