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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.devicefarm.CfnNetworkProfileProps
CfnNetworkProfileProps.Builder, CfnNetworkProfileProps.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnNetworkProfileProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnNetworkProfileProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe description of the network profile.final NumberThe data throughput rate in bits per second, as an integer from 0 to 104857600.final NumberDelay time for all packets to destination in milliseconds as an integer from 0 to 2000.final NumberTime variation in the delay of received packets in milliseconds as an integer from 0 to 2000.final NumberProportion of received packets that fail to arrive from 0 to 100 percent.final StringgetName()The name of the network profile.final StringThe Amazon Resource Name (ARN) of the specified project.getTags()An array of key-value pairs to apply to this resource.final NumberThe data throughput rate in bits per second, as an integer from 0 to 104857600.final NumberDelay time for all packets to destination in milliseconds as an integer from 0 to 2000.final NumberTime variation in the delay of received packets in milliseconds as an integer from 0 to 2000.final NumberProportion of transmitted packets that fail to arrive from 0 to 100 percent.final inthashCode()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:CfnNetworkProfilePropsThe name of the network profile.- Specified by:
 getNamein interfaceCfnNetworkProfileProps- See Also:
 
 - 
getProjectArn
Description copied from interface:CfnNetworkProfilePropsThe Amazon Resource Name (ARN) of the specified project.- Specified by:
 getProjectArnin interfaceCfnNetworkProfileProps- See Also:
 
 - 
getDescription
Description copied from interface:CfnNetworkProfilePropsThe description of the network profile.- Specified by:
 getDescriptionin interfaceCfnNetworkProfileProps- See Also:
 
 - 
getDownlinkBandwidthBits
Description copied from interface:CfnNetworkProfilePropsThe data throughput rate in bits per second, as an integer from 0 to 104857600.- Specified by:
 getDownlinkBandwidthBitsin interfaceCfnNetworkProfileProps- See Also:
 
 - 
getDownlinkDelayMs
Description copied from interface:CfnNetworkProfilePropsDelay time for all packets to destination in milliseconds as an integer from 0 to 2000.- Specified by:
 getDownlinkDelayMsin interfaceCfnNetworkProfileProps- See Also:
 
 - 
getDownlinkJitterMs
Description copied from interface:CfnNetworkProfilePropsTime variation in the delay of received packets in milliseconds as an integer from 0 to 2000.- Specified by:
 getDownlinkJitterMsin interfaceCfnNetworkProfileProps- See Also:
 
 - 
getDownlinkLossPercent
Description copied from interface:CfnNetworkProfilePropsProportion of received packets that fail to arrive from 0 to 100 percent.- Specified by:
 getDownlinkLossPercentin interfaceCfnNetworkProfileProps- See Also:
 
 - 
getTags
Description copied from interface:CfnNetworkProfilePropsAn array of key-value pairs to apply to this resource.For more information, see Tag in the guide .
- Specified by:
 getTagsin interfaceCfnNetworkProfileProps- See Also:
 
 - 
getUplinkBandwidthBits
Description copied from interface:CfnNetworkProfilePropsThe data throughput rate in bits per second, as an integer from 0 to 104857600.- Specified by:
 getUplinkBandwidthBitsin interfaceCfnNetworkProfileProps- See Also:
 
 - 
getUplinkDelayMs
Description copied from interface:CfnNetworkProfilePropsDelay time for all packets to destination in milliseconds as an integer from 0 to 2000.- Specified by:
 getUplinkDelayMsin interfaceCfnNetworkProfileProps- See Also:
 
 - 
getUplinkJitterMs
Description copied from interface:CfnNetworkProfilePropsTime variation in the delay of received packets in milliseconds as an integer from 0 to 2000.- Specified by:
 getUplinkJitterMsin interfaceCfnNetworkProfileProps- See Also:
 
 - 
getUplinkLossPercent
Description copied from interface:CfnNetworkProfilePropsProportion of transmitted packets that fail to arrive from 0 to 100 percent.- Specified by:
 getUplinkLossPercentin interfaceCfnNetworkProfileProps- See Also:
 
 - 
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
 $jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
 - 
equals
 - 
hashCode
public final int hashCode() 
 -