Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html

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

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-downloadspeed

UploadSpeed

Upload speed in Mbps.

double? UploadSpeed { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-link-bandwidth.html#cfn-networkmanager-link-bandwidth-uploadspeed

Back to top Generated by DocFX