toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.databoxedge.kotlin
/
BandwidthScheduleArgs
/
BandwidthScheduleArgs
Bandwidth
Schedule
Args
constructor
(
days
:
Output
<
List
<
Either
<
String
,
DayOfWeek
>
>
>
?
=
null
,
deviceName
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
rateInMbps
:
Output
<
Int
>
?
=
null
,
resourceGroupName
:
Output
<
String
>
?
=
null
,
start
:
Output
<
String
>
?
=
null
,
stop
:
Output
<
String
>
?
=
null
)