Office router
Product block for office router products.
OfficeRouterBlockInactive
Bases: ProductBlockModel
An office router that's being currently inactive. See OfficeRouterBlock
.
Source code in gso/products/product_blocks/office_router.py
OfficeRouterBlockProvisioning
Bases: OfficeRouterBlockInactive
An office router that's being provisioned. See RouterBlock
.
Source code in gso/products/product_blocks/office_router.py
OfficeRouterBlock
Bases: OfficeRouterBlockProvisioning
An office router that's currently deployed in the network.
Attributes:
Name | Type | Description |
---|---|---|
office_router_fqdn |
str
|
Office router FQDN. |
office_router_ts_port |
PortNumber
|
The port of the terminal server that this office router is connected to. Used to offer out of band access. |
office_router_lo_ipv4_address |
IPv4AddressType
|
The IPv4 loopback address of the office router. |
office_router_lo_ipv6_address |
IPv6AddressType
|
The IPv6 loopback address of the office router. |
office_router_site |
SiteBlock
|
The |
vendor |
Vendor
|
The vendor of an office router. Defaults to Juniper. |