Skip to main content

DeviceTypeOptionalInput

No description

type DeviceTypeOptionalInput {
id: ID
name: String
operatingSystem: DeviceTypeOperatingSystemOptionalInputEnum
networkPurpose: DeviceTypeNetworkPurposeOptionalInputEnum
renderType: DeviceTypeRenderTypeOptionalInputEnum
imagePath: String
iconPath: String
portSeparator: String
portFormat: String
sidePortFormat: String
portRows: Int
portCount: Int
sideSFPCount: Int
showSideSFP: Boolean
allSFP: Boolean
autoMargins: Boolean
terminalEnabled: Boolean
sshPort: Int
httpProxyEnabled: Boolean
httpProxyPort: Int
httpProxyIsSSL: Boolean
createdAt: GQLTDate
updatedAt: GQLTDate
deviceConfigId: ID
devices: DeviceTypeDevicesHasManyInput
nodeConfig: DeviceTypeNodeConfigHasManyInput
defaultConfig: DeviceTypeDefaultConfigBelongsToInput
}

Fields#

id (ID)#

This a primary key for DeviceType

name (String)#

This is the name of the device type that will be displayed.

operatingSystem (DeviceTypeOperatingSystemOptionalInputEnum)#

This is an operating system column

networkPurpose (DeviceTypeNetworkPurposeOptionalInputEnum)#

This is a network purpose column

renderType (DeviceTypeRenderTypeOptionalInputEnum)#

This is a render type column

imagePath (String)#

This is an image path column

iconPath (String)#

This is an icon path column

portSeparator (String)#

This is a port separator column

portFormat (String)#

This is a port format column

sidePortFormat (String)#

This is a side port format column

portRows (Int)#

This is a port rows column

portCount (Int)#

This is a port count column

sideSFPCount (Int)#

This is a side sfp count column

showSideSFP (Boolean)#

This is a show side sfp column

allSFP (Boolean)#

This is an all sfp column

autoMargins (Boolean)#

This is an auto margins column

terminalEnabled (Boolean)#

This is an auto margins column

sshPort (Int)#

httpProxyEnabled (Boolean)#

This is an auto margins column

httpProxyPort (Int)#

httpProxyIsSSL (Boolean)#

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

deviceConfigId (ID)#

This a primary key for DeviceType

devices (DeviceTypeDevicesHasManyInput)#

This is the mutation object for DeviceTypeDevicesHasMany

nodeConfig (DeviceTypeNodeConfigHasManyInput)#

This is the mutation object for DeviceTypeNodeConfigHasMany

defaultConfig (DeviceTypeDefaultConfigBelongsToInput)#

This is the mutation object for DeviceTypeDefaultConfigBelongsTo