Class CfnDeviceMixinProps
Properties for CfnDevicePropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.NetworkManager.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDeviceMixinProps : ICfnDeviceMixinProps
Syntax (vb)
Public Class CfnDeviceMixinProps Implements ICfnDeviceMixinProps
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 cfnDeviceMixinProps = new CfnDeviceMixinProps {
AwsLocation = new AWSLocationProperty {
SubnetArn = "subnetArn",
Zone = "zone"
},
Description = "description",
GlobalNetworkId = "globalNetworkId",
Location = new LocationProperty {
Address = "address",
Latitude = "latitude",
Longitude = "longitude"
},
Model = "model",
SerialNumber = "serialNumber",
SiteId = "siteId",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Type = "type",
Vendor = "vendor"
};
Synopsis
Constructors
| CfnDeviceMixinProps() | Properties for CfnDevicePropsMixin. |
Properties
| AwsLocation | The AWS location of the device. |
| Description | A description of the device. |
| GlobalNetworkId | The ID of the global network. |
| Location | The site location. |
| Model | The model of the device. |
| SerialNumber | The serial number of the device. |
| SiteId | The site ID. |
| Tags | The tags for the device. |
| Type | The device type. |
| Vendor | The vendor of the device. |
Constructors
CfnDeviceMixinProps()
Properties for CfnDevicePropsMixin.
public CfnDeviceMixinProps()
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 cfnDeviceMixinProps = new CfnDeviceMixinProps {
AwsLocation = new AWSLocationProperty {
SubnetArn = "subnetArn",
Zone = "zone"
},
Description = "description",
GlobalNetworkId = "globalNetworkId",
Location = new LocationProperty {
Address = "address",
Latitude = "latitude",
Longitude = "longitude"
},
Model = "model",
SerialNumber = "serialNumber",
SiteId = "siteId",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Type = "type",
Vendor = "vendor"
};
Properties
AwsLocation
The AWS location of the device.
public object? AwsLocation { get; set; }
Property Value
Remarks
Description
A description of the device.
public string? Description { get; set; }
Property Value
Remarks
Constraints: Maximum length of 256 characters.
GlobalNetworkId
The ID of the global network.
public string? GlobalNetworkId { get; set; }
Property Value
Remarks
Location
The site location.
public object? Location { get; set; }
Property Value
Remarks
Model
The model of the device.
public string? Model { get; set; }
Property Value
Remarks
Constraints: Maximum length of 128 characters.
SerialNumber
The serial number of the device.
public string? SerialNumber { get; set; }
Property Value
Remarks
Constraints: Maximum length of 128 characters.
SiteId
The site ID.
public string? SiteId { get; set; }
Property Value
Remarks
Tags
Type
The device type.
public string? Type { get; set; }
Property Value
Remarks
Vendor
The vendor of the device.
public string? Vendor { get; set; }
Property Value
Remarks
Constraints: Maximum length of 128 characters.