com.equinix.pulumi.metal.PortVlanAttachmentArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of equinix Show documentation
Show all versions of equinix Show documentation
A Pulumi package for creating and managing equinix cloud 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.equinix.pulumi.metal;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Boolean;
import java.lang.Integer;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class PortVlanAttachmentArgs extends com.pulumi.resources.ResourceArgs {
public static final PortVlanAttachmentArgs Empty = new PortVlanAttachmentArgs();
/**
* ID of device to be assigned to the VLAN.
*
*/
@Import(name="deviceId", required=true)
private Output deviceId;
/**
* @return ID of device to be assigned to the VLAN.
*
*/
public Output deviceId() {
return this.deviceId;
}
/**
* Add port back to the bond when this resource is removed. Default is `false`.
*
*/
@Import(name="forceBond")
private @Nullable Output forceBond;
/**
* @return Add port back to the bond when this resource is removed. Default is `false`.
*
*/
public Optional