@@ -148,7 +148,9 @@ export interface LicenseOption {
148148 osId : string
149149}
150150
151- export interface PrivateNetworkOption { }
151+ export interface PrivateNetworkOption {
152+ bandwidthInBps : number
153+ }
152154
153155export interface PublicBandwidthOption {
154156 bandwidthInBps : number
@@ -233,7 +235,7 @@ export interface OfferOptionOffer {
233235 */
234236 publicBandwidth ?: PublicBandwidthOption
235237 /**
236- * Private_network option.
238+ * Private_network option, contains the bandwidth_in_bps .
237239 *
238240 * One-of ('option'): at most one of 'license', 'publicBandwidth',
239241 * 'privateNetwork', 'remoteAccess', 'certification' could be set.
@@ -335,7 +337,7 @@ export interface ServerOption {
335337 */
336338 publicBandwidth ?: PublicBandwidthOption
337339 /**
338- * Private_network option.
340+ * Private_network option, contains the bandwidth_in_bps .
339341 *
340342 * One-of ('option'): at most one of 'license', 'publicBandwidth',
341343 * 'privateNetwork', 'remoteAccess', 'certification' could be set.
@@ -492,7 +494,7 @@ export interface Option {
492494 */
493495 publicBandwidth ?: PublicBandwidthOption
494496 /**
495- * Private_network option.
497+ * Private_network option, contains the bandwidth_in_bps .
496498 *
497499 * One-of ('option'): at most one of 'license', 'publicBandwidth',
498500 * 'privateNetwork', 'remoteAccess', 'certification' could be set.
0 commit comments