Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Connector = Connector' {}
- newConnector :: Connector
- connector_status :: Lens' Connector (Maybe ConnectorStatus)
- connector_vmManagerName :: Lens' Connector (Maybe Text)
- connector_ipAddress :: Lens' Connector (Maybe Text)
- connector_vmManagerId :: Lens' Connector (Maybe Text)
- connector_vmManagerType :: Lens' Connector (Maybe VmManagerType)
- connector_connectorId :: Lens' Connector (Maybe Text)
- connector_associatedOn :: Lens' Connector (Maybe UTCTime)
- connector_macAddress :: Lens' Connector (Maybe Text)
- connector_version :: Lens' Connector (Maybe Text)
- connector_capabilityList :: Lens' Connector (Maybe [ConnectorCapability])
Documentation
Represents a connector.
See: newConnector
smart constructor.
Connector' | |
|
Instances
newConnector :: Connector Source #
Create a value of Connector
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:Connector'
, connector_status
- The status of the connector.
$sel:vmManagerName:Connector'
, connector_vmManagerName
- The name of the VM manager.
$sel:ipAddress:Connector'
, connector_ipAddress
- The IP address of the connector.
$sel:vmManagerId:Connector'
, connector_vmManagerId
- The ID of the VM manager.
$sel:vmManagerType:Connector'
, connector_vmManagerType
- The VM management product.
$sel:connectorId:Connector'
, connector_connectorId
- The ID of the connector.
$sel:associatedOn:Connector'
, connector_associatedOn
- The time the connector was associated.
$sel:macAddress:Connector'
, connector_macAddress
- The MAC address of the connector.
$sel:version:Connector'
, connector_version
- The connector version.
$sel:capabilityList:Connector'
, connector_capabilityList
- The capabilities of the connector.
connector_status :: Lens' Connector (Maybe ConnectorStatus) Source #
The status of the connector.
connector_vmManagerType :: Lens' Connector (Maybe VmManagerType) Source #
The VM management product.
connector_associatedOn :: Lens' Connector (Maybe UTCTime) Source #
The time the connector was associated.
connector_capabilityList :: Lens' Connector (Maybe [ConnectorCapability]) Source #
The capabilities of the connector.