![JAR search and dependency download from the Maven repository](/logo.png)
com.equinix.pulumi.fabric.inputs.RoutingProtocolBfdArgs 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.fabric.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Boolean;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class RoutingProtocolBfdArgs extends com.pulumi.resources.ResourceArgs {
public static final RoutingProtocolBfdArgs Empty = new RoutingProtocolBfdArgs();
/**
* Bidirectional Forwarding Detection enablement
*
*/
@Import(name="enabled", required=true)
private Output enabled;
/**
* @return Bidirectional Forwarding Detection enablement
*
*/
public Output enabled() {
return this.enabled;
}
/**
* Interval range between the received BFD control packets
*
*/
@Import(name="interval")
private @Nullable Output interval;
/**
* @return Interval range between the received BFD control packets
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy