View netapp_model_view.routing_group_destination_full Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
objid bigint 19
uuid varchar 255 Globally unique ID of the RoutingGroupDestination. DERIVED from {clusterUUID}.{vserver-uuid}.{routing-group}.{destination-address}
resourceKey varchar 512 DERIVED. A structured key that may be used to uniquely identify this resource globally.
clusterId bigint 19
vserverId bigint 19
routingGroupId bigint 19
destinationAddress varchar 255  √  null The IP address and subnet mask of destination
gatewayAddress varchar 255  √  null The IP address and subnet mask of destination
createTime bigint 19
updateTime bigint 19
objState enum 5 LIVE Internal object state

Analyzed at Tue Apr 23 04:50 EDT 2019

View Definition:
select `netapp_model`.`routing_group_destination`.`objid` AS `objid`,`netapp_model`.`routing_group_destination`.`uuid` AS `uuid`,`netapp_model`.`routing_group_destination`.`resourceKey` AS `resourceKey`,`netapp_model`.`routing_group_destination`.`clusterId` AS `clusterId`,`netapp_model`.`routing_group_destination`.`vserverId` AS `vserverId`,`netapp_model`.`routing_group_destination`.`routingGroupId` AS `routingGroupId`,`netapp_model`.`routing_group_destination`.`destinationAddress` AS `destinationAddress`,`netapp_model`.`routing_group_destination`.`gatewayAddress` AS `gatewayAddress`,`netapp_model`.`routing_group_destination`.`createtime` AS `createTime`,`netapp_model`.`routing_group_destination`.`updatetime` AS `updateTime`,`netapp_model`.`routing_group_destination`.`objState` AS `objState` from `netapp_model`.`routing_group_destination`