概要
The properties below are returned by the tiers object when using Describe on a utility network.
プロパティ
| プロパティ | 説明 | データ タイプ |
| aggregatedLinesForSubnetLine (読み取り専用) | The aggregatedLinesForSubnetLine object. This object can be used to retrieve properties of the aggregated lines for to SubnetLine class. | Object |
| creationTime (読み取り専用) | The time that the tier was created. | String |
| diagramTemplates (読み取り専用) | A list of diagram templates used for the tier. | String |
| name (読み取り専用) | The name of the tier. | String |
| rank (読み取り専用) | The value of the tier rank. | Integer |
| subnetworkFieldName (読み取り専用) | The subnetwork field name. | String |
| supportDisjointSubnetwork (読み取り専用) | Returns whether the tier supports disjoint subnetwork or not.
| Boolean |
| tierGroupName (読み取り専用) | If the network has a hierarchical tier definition, this is the name of the tier group that the tier belongs to. | String |
| tierID (読み取り専用) | The ID of the tier. | Integer |
| tierTopology (読み取り専用) | The tier topology type. For example, radial or mesh tier topology. | String |
| updateSubnetworkTraceConfiguration (読み取り専用) | The updateSubnetworkTraceConfiguration object. This object can be used to retrieve properties of the trace configuration when updating the subnetwork. | Object |
| validDevices (読み取り専用) | The validDevices object. This object can be used to retrieve properties of the valid devices. | Object |
| validLines (読み取り専用) | The validLines object. This object can be used to retrieve properties of the valid lines. | Object |
| validSubnetworkControllers (読み取り専用) | The validSubnetworkControllers object. This object can be used to retrieve properties of the valid subnetwork controllers. | Object |
コードのサンプル
This stand-alone Python script is a report of properties returned by the tiers object.
Missing source code file