Interface CfnLinkPropsMixin.IBandwidthProperty
Describes bandwidth information.
Namespace: Amazon.CDK.Mixins.Preview.AWS.NetworkManager.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnLinkPropsMixin.IBandwidthProperty
Syntax (vb)
Public Interface CfnLinkPropsMixin.IBandwidthProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.NetworkManager.Mixins;
var bandwidthProperty = new BandwidthProperty {
DownloadSpeed = 123,
UploadSpeed = 123
};
Synopsis
Properties
| DownloadSpeed | Download speed in Mbps. |
| UploadSpeed | Upload speed in Mbps. |
Properties
DownloadSpeed
Download speed in Mbps.
double? DownloadSpeed { get; }
Property Value
Remarks
UploadSpeed
Upload speed in Mbps.
double? UploadSpeed { get; }