@Generated(value="software.amazon.awssdk:codegen") public class NetworkProfile extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<NetworkProfile.Builder,NetworkProfile>
An array of settings that describes characteristics of a network profile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkProfile.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the network profile.
|
static NetworkProfile.Builder |
builder() |
String |
description()
The description of the network profile.
|
Long |
downlinkBandwidthBits()
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
Long |
downlinkDelayMs()
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
Long |
downlinkJitterMs()
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
Integer |
downlinkLossPercent()
Proportion of received packets that fail to arrive from 0 to 100 percent.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
name()
The name of the network profile.
|
static Class<? extends NetworkProfile.Builder> |
serializableBuilderClass() |
NetworkProfile.Builder |
toBuilder() |
String |
toString() |
String |
type()
The type of network profile.
|
Long |
uplinkBandwidthBits()
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
Long |
uplinkDelayMs()
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
Long |
uplinkJitterMs()
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
Integer |
uplinkLossPercent()
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
|
public String arn()
The Amazon Resource Name (ARN) of the network profile.
public String name()
The name of the network profile.
public String description()
The description of the network profile.
public String type()
The type of network profile. Valid values are listed below.
NetworkProfileTypepublic Long uplinkBandwidthBits()
The data throughput rate in bits per second, as an integer from 0 to 104857600.
public Long downlinkBandwidthBits()
The data throughput rate in bits per second, as an integer from 0 to 104857600.
public Long uplinkDelayMs()
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
public Long downlinkDelayMs()
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
public Long uplinkJitterMs()
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
public Long downlinkJitterMs()
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
public Integer uplinkLossPercent()
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
public Integer downlinkLossPercent()
Proportion of received packets that fail to arrive from 0 to 100 percent.
public NetworkProfile.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<NetworkProfile.Builder,NetworkProfile>public static NetworkProfile.Builder builder()
public static Class<? extends NetworkProfile.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.