Show / Hide Table of Contents

Class CfnWorkspaceInstance.InstanceNetworkPerformanceOptionsRequestProperty

Inheritance
object
CfnWorkspaceInstance.InstanceNetworkPerformanceOptionsRequestProperty
Implements
CfnWorkspaceInstance.IInstanceNetworkPerformanceOptionsRequestProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-instancenetworkperformanceoptionsrequest.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.AWS.WorkspacesInstances;

             var instanceNetworkPerformanceOptionsRequestProperty = new InstanceNetworkPerformanceOptionsRequestProperty {
                 BandwidthWeighting = "bandwidthWeighting"
             };

Synopsis

Constructors

InstanceNetworkPerformanceOptionsRequestProperty()

Properties

BandwidthWeighting

Constructors

InstanceNetworkPerformanceOptionsRequestProperty()

public InstanceNetworkPerformanceOptionsRequestProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-instancenetworkperformanceoptionsrequest.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.AWS.WorkspacesInstances;

             var instanceNetworkPerformanceOptionsRequestProperty = new InstanceNetworkPerformanceOptionsRequestProperty {
                 BandwidthWeighting = "bandwidthWeighting"
             };

Properties

BandwidthWeighting

public string? BandwidthWeighting { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-instancenetworkperformanceoptionsrequest.html#cfn-workspacesinstances-workspaceinstance-instancenetworkperformanceoptionsrequest-bandwidthweighting

Implements

CfnWorkspaceInstance.IInstanceNetworkPerformanceOptionsRequestProperty
Back to top Generated by DocFX