pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.mobilenetwork.kotlin.inputs
/
AmbrArgs
Ambr
Args
data
class
AmbrArgs
(
val
downlink
:
Output
<
String
>
,
val
uplink
:
Output
<
String
>
)
:
ConvertibleToJava
<
AmbrArgs
>
Aggregate maximum bit rate.
Constructors
Functions
Properties
Constructors
Ambr
Args
Link copied to clipboard
fun
AmbrArgs
(
downlink
:
Output
<
String
>
,
uplink
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AmbrArgs
Properties
downlink
Link copied to clipboard
val
downlink
:
Output
<
String
>
Downlink bit rate.
uplink
Link copied to clipboard
val
uplink
:
Output
<
String
>
Uplink bit rate.