Class CfnNetworkProfileProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.devicefarm.CfnNetworkProfileProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNetworkProfileProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNetworkProfileProps
@Stability(Stable)
@Internal
public static final class CfnNetworkProfileProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNetworkProfileProps
An implementation for
CfnNetworkProfileProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.devicefarm.CfnNetworkProfileProps
CfnNetworkProfileProps.Builder, CfnNetworkProfileProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnNetworkProfileProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnNetworkProfileProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The description of the network profile.final Number
The data throughput rate in bits per second, as an integer from 0 to 104857600.final Number
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.final Number
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.final Number
Proportion of received packets that fail to arrive from 0 to 100 percent.final String
getName()
The name of the network profile.final String
The Amazon Resource Name (ARN) of the specified project.getTags()
An array of key-value pairs to apply to this resource.final Number
The data throughput rate in bits per second, as an integer from 0 to 104857600.final Number
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.final Number
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.final Number
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnNetworkProfileProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnNetworkProfileProps
The name of the network profile.- Specified by:
getName
in interfaceCfnNetworkProfileProps
- See Also:
-
getProjectArn
Description copied from interface:CfnNetworkProfileProps
The Amazon Resource Name (ARN) of the specified project.- Specified by:
getProjectArn
in interfaceCfnNetworkProfileProps
- See Also:
-
getDescription
Description copied from interface:CfnNetworkProfileProps
The description of the network profile.- Specified by:
getDescription
in interfaceCfnNetworkProfileProps
- See Also:
-
getDownlinkBandwidthBits
Description copied from interface:CfnNetworkProfileProps
The data throughput rate in bits per second, as an integer from 0 to 104857600.- Specified by:
getDownlinkBandwidthBits
in interfaceCfnNetworkProfileProps
- See Also:
-
getDownlinkDelayMs
Description copied from interface:CfnNetworkProfileProps
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.- Specified by:
getDownlinkDelayMs
in interfaceCfnNetworkProfileProps
- See Also:
-
getDownlinkJitterMs
Description copied from interface:CfnNetworkProfileProps
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.- Specified by:
getDownlinkJitterMs
in interfaceCfnNetworkProfileProps
- See Also:
-
getDownlinkLossPercent
Description copied from interface:CfnNetworkProfileProps
Proportion of received packets that fail to arrive from 0 to 100 percent.- Specified by:
getDownlinkLossPercent
in interfaceCfnNetworkProfileProps
- See Also:
-
getTags
Description copied from interface:CfnNetworkProfileProps
An array of key-value pairs to apply to this resource.For more information, see Tag in the guide .
- Specified by:
getTags
in interfaceCfnNetworkProfileProps
- See Also:
-
getUplinkBandwidthBits
Description copied from interface:CfnNetworkProfileProps
The data throughput rate in bits per second, as an integer from 0 to 104857600.- Specified by:
getUplinkBandwidthBits
in interfaceCfnNetworkProfileProps
- See Also:
-
getUplinkDelayMs
Description copied from interface:CfnNetworkProfileProps
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.- Specified by:
getUplinkDelayMs
in interfaceCfnNetworkProfileProps
- See Also:
-
getUplinkJitterMs
Description copied from interface:CfnNetworkProfileProps
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.- Specified by:
getUplinkJitterMs
in interfaceCfnNetworkProfileProps
- See Also:
-
getUplinkLossPercent
Description copied from interface:CfnNetworkProfileProps
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.- Specified by:
getUplinkLossPercent
in interfaceCfnNetworkProfileProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-