Show / Hide Table of Contents

Class CfnInstance.MonthlyTransferProperty

MonthlyTransfer is a property of the Networking property. It describes the amount of allocated monthly data transfer (in GB) for an instance.

Inheritance
object
CfnInstance.MonthlyTransferProperty
Implements
CfnInstance.IMonthlyTransferProperty
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.Lightsail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnInstance.MonthlyTransferProperty : CfnInstance.IMonthlyTransferProperty
Syntax (vb)
Public Class CfnInstance.MonthlyTransferProperty Implements CfnInstance.IMonthlyTransferProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-instance-monthlytransfer.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.Lightsail;

             var monthlyTransferProperty = new MonthlyTransferProperty {
                 GbPerMonthAllocated = "gbPerMonthAllocated"
             };

Synopsis

Constructors

MonthlyTransferProperty()

MonthlyTransfer is a property of the Networking property. It describes the amount of allocated monthly data transfer (in GB) for an instance.

Properties

GbPerMonthAllocated

The amount of allocated monthly data transfer (in GB) for an instance.

Constructors

MonthlyTransferProperty()

MonthlyTransfer is a property of the Networking property. It describes the amount of allocated monthly data transfer (in GB) for an instance.

public MonthlyTransferProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-instance-monthlytransfer.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.Lightsail;

             var monthlyTransferProperty = new MonthlyTransferProperty {
                 GbPerMonthAllocated = "gbPerMonthAllocated"
             };

Properties

GbPerMonthAllocated

The amount of allocated monthly data transfer (in GB) for an instance.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-instance-monthlytransfer.html#cfn-lightsail-instance-monthlytransfer-gbpermonthallocated

Implements

CfnInstance.IMonthlyTransferProperty
Back to top Generated by DocFX