
com.pulumi.azurenative.mobilenetwork.inputs.PortReuseHoldTimesArgs 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.mobilenetwork.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.core.internal.Codegen;
import java.lang.Integer;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* The minimum time (in seconds) that will pass before a port that was used by a closed pinhole can be recycled for use by another pinhole. All hold times must be minimum 1 second.
*
*/
public final class PortReuseHoldTimesArgs extends com.pulumi.resources.ResourceArgs {
public static final PortReuseHoldTimesArgs Empty = new PortReuseHoldTimesArgs();
/**
* Minimum time in seconds that will pass before a TCP port that was used by a closed pinhole can be reused. Default for TCP is 2 minutes.
*
*/
@Import(name="tcp")
private @Nullable Output tcp;
/**
* @return Minimum time in seconds that will pass before a TCP port that was used by a closed pinhole can be reused. Default for TCP is 2 minutes.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy