Stratosphere.NetworkManager.Device
module Stratosphere.NetworkManager.Device.AWSLocationProperty
module Stratosphere.NetworkManager.Device.LocationProperty
data Device Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-awslocation
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-globalnetworkid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-location
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-model
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-serialnumber
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-siteid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-type
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-device.html#cfn-networkmanager-device-vendor
Defined in Stratosphere.NetworkManager.Device
Methods
toJSON :: Device -> Value #
toEncoding :: Device -> Encoding #
toJSONList :: [Device] -> Value #
toEncodingList :: [Device] -> Encoding #
omitField :: Device -> Bool #
showsPrec :: Int -> Device -> ShowS #
show :: Device -> String #
showList :: [Device] -> ShowS #
(==) :: Device -> Device -> Bool #
(/=) :: Device -> Device -> Bool #
toResourceProperties :: Device -> ResourceProperties #
Associated Types
set :: PropertyType "AWSLocation" Device -> Device -> Device #
set :: PropertyType "Description" Device -> Device -> Device #
set :: PropertyType "GlobalNetworkId" Device -> Device -> Device #
set :: PropertyType "Location" Device -> Device -> Device #
set :: PropertyType "Model" Device -> Device -> Device #
set :: PropertyType "SerialNumber" Device -> Device -> Device #
set :: PropertyType "SiteId" Device -> Device -> Device #
set :: PropertyType "Tags" Device -> Device -> Device #
set :: PropertyType "Type" Device -> Device -> Device #
set :: PropertyType "Vendor" Device -> Device -> Device #
mkDevice :: Value Text -> Device Source #