Class CfnWorkspaceInstance.InstanceNetworkPerformanceOptionsRequestProperty
Inherited Members
Namespace: Amazon.CDK.AWS.WorkspacesInstances
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWorkspaceInstance.InstanceNetworkPerformanceOptionsRequestProperty : CfnWorkspaceInstance.IInstanceNetworkPerformanceOptionsRequestProperty
Syntax (vb)
Public Class CfnWorkspaceInstance.InstanceNetworkPerformanceOptionsRequestProperty Implements CfnWorkspaceInstance.IInstanceNetworkPerformanceOptionsRequestProperty
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.AWS.WorkspacesInstances;
var instanceNetworkPerformanceOptionsRequestProperty = new InstanceNetworkPerformanceOptionsRequestProperty {
BandwidthWeighting = "bandwidthWeighting"
};
Synopsis
Constructors
| InstanceNetworkPerformanceOptionsRequestProperty() |
Properties
| BandwidthWeighting |
Constructors
InstanceNetworkPerformanceOptionsRequestProperty()
public InstanceNetworkPerformanceOptionsRequestProperty()
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.AWS.WorkspacesInstances;
var instanceNetworkPerformanceOptionsRequestProperty = new InstanceNetworkPerformanceOptionsRequestProperty {
BandwidthWeighting = "bandwidthWeighting"
};
Properties
BandwidthWeighting
public string? BandwidthWeighting { get; set; }