Package com.pulumi.aws.devicefarm
Class NetworkProfileArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.devicefarm.NetworkProfileArgs
-
public final class NetworkProfileArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NetworkProfileArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static NetworkProfileArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkProfileArgs.Builder
builder()
static NetworkProfileArgs.Builder
builder(NetworkProfileArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
description()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
downlinkBandwidthBits()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
downlinkDelayMs()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
downlinkJitterMs()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
downlinkLossPercent()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
com.pulumi.core.Output<java.lang.String>
projectArn()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
type()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
uplinkBandwidthBits()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
uplinkDelayMs()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
uplinkJitterMs()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
uplinkLossPercent()
-
-
-
Field Detail
-
Empty
public static final NetworkProfileArgs Empty
-
-
Method Detail
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- The description of the network profile.
-
downlinkBandwidthBits
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> downlinkBandwidthBits()
- Returns:
- The data throughput rate in bits per second, as an integer from `0` to `104857600`. Default value is `104857600`.
-
downlinkDelayMs
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> downlinkDelayMs()
- Returns:
- Delay time for all packets to destination in milliseconds as an integer from `0` to `2000`.
-
downlinkJitterMs
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> downlinkJitterMs()
- Returns:
- Time variation in the delay of received packets in milliseconds as an integer from `0` to `2000`.
-
downlinkLossPercent
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> downlinkLossPercent()
- Returns:
- Proportion of received packets that fail to arrive from `0` to `100` percent.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- The name for the network profile.
-
projectArn
public com.pulumi.core.Output<java.lang.String> projectArn()
- Returns:
- The ARN of the project for the network profile.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
-
type
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> type()
- Returns:
- The type of network profile to create. Valid values are listed are `PRIVATE` and `CURATED`.
-
uplinkBandwidthBits
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> uplinkBandwidthBits()
- Returns:
- The data throughput rate in bits per second, as an integer from `0` to `104857600`. Default value is `104857600`.
-
uplinkDelayMs
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> uplinkDelayMs()
- Returns:
- Delay time for all packets to destination in milliseconds as an integer from `0` to `2000`.
-
uplinkJitterMs
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> uplinkJitterMs()
- Returns:
- Time variation in the delay of received packets in milliseconds as an integer from `0` to `2000`.
-
uplinkLossPercent
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> uplinkLossPercent()
- Returns:
- Proportion of received packets that fail to arrive from `0` to `100` percent.
-
builder
public static NetworkProfileArgs.Builder builder()
-
builder
public static NetworkProfileArgs.Builder builder(NetworkProfileArgs defaults)
-
-